]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Atmosphere vaadin2 patch (#12181) (#12185) 12314/head pr12314/r7 8.12.2
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 22 Jan 2021 12:09:24 +0000 (14:09 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jan 2021 12:09:24 +0000 (14:09 +0200)
Authored-by: Tatu Lund <tatu@vaadin.com>
pom.xml
server/src/main/java/com/vaadin/server/Constants.java

diff --git a/pom.xml b/pom.xml
index c736d2370a68f15bfba45e7be7a257d0fa9c7f52..7c5d8bcf7f3b2b607582a53665650a9193a8a9e8 100644 (file)
--- 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.30.vaadin1</atmosphere.runtime.version>
+        <atmosphere.runtime.version>2.4.30.vaadin2</atmosphere.runtime.version>
 
         <!-- OSGi -->
         <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
index 16b685a24eecfff05d3de7034418798b7f04a0a6..a35eae83f91c9233aaa8249c45a2330cb3728720 100644 (file)
@@ -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.30.vaadin1";
+    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.30.vaadin2";
 
     static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
             + "=================================================================\n"