]> source.dussan.org Git - vaadin-framework.git/commitdiff
Upgrade to atmosphere-runtime 2.1.1.vaadin2 (#12601, #13196)
authorArtur Signell <artur@vaadin.com>
Mon, 17 Feb 2014 15:41:02 +0000 (17:41 +0200)
committerArtur Signell <artur@vaadin.com>
Thu, 20 Mar 2014 09:39:00 +0000 (09:39 +0000)
Change-Id: I7ccd1217026b5f4bab292225568da16e368050b5

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

index fbe72501dec30ec78fa41ac0fed7246dccc58028..4a618611dda53b380b4ba9659fc14a0a45287a61 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.0.3.vaadin1" />
+    <property name="atmosphere.runtime.version" value="2.1.1.vaadin2" />
     <property name="jquery.version" value="1.9.0" />
 
     <path id="classpath.compile.custom" />
index b28c5c69d93e572f8f1491f3c0c270253e89939c..4e66de30e8ed966aab01967da3deb48507a36648 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.0.3.vaadin1">
+    <!ENTITY atmosphere.runtime.version "2.1.1.vaadin2">
     
     <!ENTITY atmosphere.js.version "2.0.8.vaadin1">
 ]>
index a39c39fa72be4590d0677eba94c48a5a0694f6f1..26715eff129d88ac07cf942013da9b1107e432dd 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.0.3.vaadin1";
+    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.1.vaadin2";
 
     static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
             + "=================================================================\n"