]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Atmosphere vaadin2 patch (#12181)
authorTatu Lund <tatu@vaadin.com>
Mon, 18 Jan 2021 13:05:04 +0000 (15:05 +0200)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 13:05:04 +0000 (15:05 +0200)
pom.xml
server/src/main/java/com/vaadin/server/Constants.java

diff --git a/pom.xml b/pom.xml
index 4b694c33e77119ed19adddc8bea7b7f4d1cad1f7..fb75074ef268d2b8228dedbe87cbf334090695ef 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"