aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-04-07 19:28:25 +0300
committerArtur Signell <artur@vaadin.com>2014-04-07 19:29:25 +0300
commitef8920661cc9d958c69cfedd0a74ce580a2a84ed (patch)
tree9b86ad327c401efd1a6210e0a620ef9f38740b1a /server
parentaa309d12d53b71488b40ca04ca32d235ad39144f (diff)
downloadvaadin-framework-ef8920661cc9d958c69cfedd0a74ce580a2a84ed.tar.gz
vaadin-framework-ef8920661cc9d958c69cfedd0a74ce580a2a84ed.zip
Update Atmosphere 2.1.2.vaadin2 (#12329)
Contains websockets fixes for Tomcat 8 and Wildfly 8 Change-Id: I55b6576dfffd611f819a434d9b05edf1e5c6eda8
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 e90ca3add0..90f09d1642 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.vaadin1";
+ static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.2.vaadin2";
static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n"