From ff4cce403e2b3a89726144d2e688024f8b12fcad Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Thu, 3 Apr 2014 21:22:44 +0300 Subject: [PATCH] Update Atmosphere 2.1.2 for better Tomcat 8 support (#12329) Change-Id: If6362284392d17ff18e2a907439db3339344d2b1 --- push/build.xml | 2 +- push/ivy.xml | 2 +- server/src/com/vaadin/server/Constants.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/push/build.xml b/push/build.xml index f7f95a5df6..d6821fea88 100644 --- a/push/build.xml +++ b/push/build.xml @@ -16,7 +16,7 @@ - + diff --git a/push/ivy.xml b/push/ivy.xml index db9e101ddf..7d6d9b59f4 100644 --- a/push/ivy.xml +++ b/push/ivy.xml @@ -1,7 +1,7 @@ - + ]> diff --git a/server/src/com/vaadin/server/Constants.java b/server/src/com/vaadin/server/Constants.java index 26715eff12..e90ca3add0 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.1.vaadin2"; + static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.1.2.vaadin1"; static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n" + "=================================================================\n" -- 2.39.5