]> source.dussan.org Git - vaadin-framework.git/commitdiff
update to Atmosphere runtime 2.4.30.vaadin3 (#12214)
authorOlli Tietäväinen <ollit@vaadin.com>
Wed, 3 Mar 2021 17:37:21 +0000 (19:37 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 17:37:21 +0000 (19:37 +0200)
pom.xml
server/src/main/java/com/vaadin/server/Constants.java

diff --git a/pom.xml b/pom.xml
index 300ee9715a3d416c35a0c34cbe3585d4ea19f5aa..1028b10467f4b7958ae77a8c1e88f68629c8df7f 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.vaadin2</atmosphere.runtime.version>
+        <atmosphere.runtime.version>2.4.30.vaadin3</atmosphere.runtime.version>
 
         <!-- OSGi -->
         <osgi.execution.environment>JavaSE-1.8</osgi.execution.environment>
index a35eae83f91c9233aaa8249c45a2330cb3728720..d58c03d7db6c522787b6d31bd445e3fbcdfad831 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.vaadin2";
+    static final String REQUIRED_ATMOSPHERE_RUNTIME_VERSION = "2.4.30.vaadin3";
 
     static final String INVALID_ATMOSPHERE_VERSION_WARNING = "\n"
             + "=================================================================\n"