]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Atmosphere 2.1.2 for better Tomcat 8 support (#12329)
authorArtur Signell <artur@vaadin.com>
Thu, 3 Apr 2014 18:22:44 +0000 (21:22 +0300)
committerArtur Signell <artur@vaadin.com>
Thu, 3 Apr 2014 18:26:16 +0000 (21:26 +0300)
Change-Id: If6362284392d17ff18e2a907439db3339344d2b1

push/build.xml
push/ivy.xml
server/src/com/vaadin/server/Constants.java

index f7f95a5df6a86d472b22a26d2f99012110f7364a..d6821fea88d1de5a750cfd2379cf20b5abab5841 100644 (file)
@@ -16,7 +16,7 @@
     <property name="vaadinPush.debug.js" location="${result.dir}/js/VAADIN/vaadinPush.debug.js" />
 
     <!-- Keep the version number in sync with ivy.xml, server/src/com/vaadin/server/Constants.java -->
-    <property name="atmosphere.runtime.version" value="2.1.1.vaadin2" />
+    <property name="atmosphere.runtime.version" value="2.1.2.vaadin1" />
     <property name="jquery.version" value="2.0.3" />
 
     <path id="classpath.compile.custom" />
index db9e101ddf0ee7e60007d966a9580bb2db23c9e1..7d6d9b59f496a8667d7bc687eabd4dc0059a9172 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE ivy-module [
 <!-- Keep the version number in sync with build.xml -->
-    <!ENTITY atmosphere.runtime.version "2.1.1.vaadin2">
+    <!ENTITY atmosphere.runtime.version "2.1.2.vaadin1">
     
     <!ENTITY atmosphere.js.version "2.1.5.vaadin1">
 ]>
index 26715eff129d88ac07cf942013da9b1107e432dd..e90ca3add0b17cf9a58adfcfb39fe63b6f6f21e1 100644 (file)
@@ -67,7 +67,7 @@ public interface Constants {
 
     // Keep the version number in sync with push/build.xml and other locations
     // listed in that file
-    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.1.vaadin2";
+    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.2.vaadin1";
 
     static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
             + "=================================================================\n"