]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Atmosphere 2.1.2.vaadin2 (#12329)
authorArtur Signell <artur@vaadin.com>
Mon, 7 Apr 2014 16:28:25 +0000 (19:28 +0300)
committerArtur Signell <artur@vaadin.com>
Mon, 7 Apr 2014 16:29:25 +0000 (19:29 +0300)
Contains websockets fixes for Tomcat 8 and Wildfly 8

Change-Id: I55b6576dfffd611f819a434d9b05edf1e5c6eda8

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

index d6821fea88d1de5a750cfd2379cf20b5abab5841..c307ee621df961523bc69d91774189fc21dd9453 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.2.vaadin1" />
+    <property name="atmosphere.runtime.version" value="2.1.2.vaadin2" />
     <property name="jquery.version" value="2.0.3" />
 
     <path id="classpath.compile.custom" />
index 7d6d9b59f496a8667d7bc687eabd4dc0059a9172..ebdb673cb06d05a7e9f6c1c8161b83fca793c45f 100644 (file)
@@ -1,8 +1,8 @@
 <?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.2.vaadin1">
-    
+    <!ENTITY atmosphere.runtime.version "2.1.2.vaadin2">
+
     <!ENTITY atmosphere.js.version "2.1.5.vaadin1">
 ]>
 <ivy-module version="2.0"
index e90ca3add0b17cf9a58adfcfb39fe63b6f6f21e1..90f09d1642dae9cae69824d26b221a812fcaad8f 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.2.vaadin1";
+    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.2.vaadin2";
 
     static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
             + "=================================================================\n"