]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update Atmosphere runtime version to 2.4.30.vaadin3. (#12214) (#12227)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Fri, 5 Mar 2021 11:30:23 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Fri, 5 Mar 2021 11:30:23 +0000 (13:30 +0200)
Fixes #12205

Authored-by: Olli Tietäväinen <ollit@vaadin.com>
pom.xml
server/src/main/java/com/vaadin/server/Constants.java

diff --git a/pom.xml b/pom.xml
index 7c5d8bcf7f3b2b607582a53665650a9193a8a9e8..0748411505257e5808a2969b9fc84743de79fe8d 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"