summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSauli Tähkäpää <sauli@vaadin.com>2014-07-09 14:11:39 +0300
committerSauli Tähkäpää <sauli@vaadin.com>2014-07-16 22:31:34 +0300
commitdb80b0cc4f3045cf4d61ee48ef2449358b4e091b (patch)
tree97218343d64302d08b50134455af3d96ec715dde /server
parent85c71bd22ffb8b2faf0a66b33bb2d176fdc0aa9a (diff)
downloadvaadin-framework-db80b0cc4f3045cf4d61ee48ef2449358b4e091b.tar.gz
vaadin-framework-db80b0cc4f3045cf4d61ee48ef2449358b4e091b.zip
Update Atmosphere runtime to 2.1.2.vaadin3 (#13971)
Atmosphere 2.1.2.vaadin3 includes fix for: https://github.com/Atmosphere/atmosphere/issues/1643 Change-Id: I67c07dc3b32ebb3b0eed634bf143bac9a7e5efe2
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/Constants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/Constants.java b/server/src/com/vaadin/server/Constants.java
index 34c9b5b767..08b5b70f50 100644
--- a/server/src/com/vaadin/server/Constants.java
+++ b/server/src/com/vaadin/server/Constants.java
@@ -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.vaadin2";
+ static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.2.vaadin3";
static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n"