Parcourir la source

Update Atmosphere runtime version to 2.4.30.vaadin3. (#12214) (#12227)

Fixes #12205

Authored-by: Olli Tietäväinen <ollit@vaadin.com>
tags/8.12.4
Anna Koskinen il y a 3 ans
Parent
révision
c703649df5
Aucun compte lié à l'adresse e-mail de l'auteur
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1
    1
      pom.xml
  2. 1
    1
      server/src/main/java/com/vaadin/server/Constants.java

+ 1
- 1
pom.xml Voir le fichier

@@ -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>

+ 1
- 1
server/src/main/java/com/vaadin/server/Constants.java Voir le fichier

@@ -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"

Chargement…
Annuler
Enregistrer