aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2018-03-19 13:06:02 +0200
committerArtur Signell <artur@vaadin.com>2018-03-19 21:01:04 +0200
commit4f0e914bbf19069b7f274390b628574643057e6c (patch)
tree85fb7207e8241372da94ca7af23be57662bd66a1
parent2036525461599c5ae74173eaf86e032dc89e7bf3 (diff)
downloadvaadin-framework-remote-run/flow-atmosphere-test.tar.gz
vaadin-framework-remote-run/flow-atmosphere-test.zip
Test that Flow atmosphere version does not workremote-run/flow-atmosphere-test
-rw-r--r--pom.xml2
-rw-r--r--server/src/main/java/com/vaadin/server/Constants.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6c5566c734..d6a29e4e11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<javax.portlet.version>2.0</javax.portlet.version>
<vaadin.sass.version>0.9.13</vaadin.sass.version>
<!-- Note that this should be kept in sync with the class Constants -->
- <atmosphere.runtime.version>2.4.21.vaadin1</atmosphere.runtime.version>
+ <atmosphere.runtime.version>2.4.11.vaadin3</atmosphere.runtime.version>
<!-- OSGi -->
<osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
diff --git a/server/src/main/java/com/vaadin/server/Constants.java b/server/src/main/java/com/vaadin/server/Constants.java
index 7139135f74..709104f4f6 100644
--- a/server/src/main/java/com/vaadin/server/Constants.java
+++ b/server/src/main/java/com/vaadin/server/Constants.java
@@ -66,7 +66,7 @@ public interface Constants {
+ "=================================================================";
// Keep the version number in sync with pom.xml
- static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.21.vaadin1";
+ static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.11.vaadin3";
static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
+ "=================================================================\n"