浏览代码

Update Atmosphere vaadin2 patch (#12181)

tags/7.7.23
Tatu Lund 3 年前
父节点
当前提交
f790ba970d
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      pom.xml
  2. 1
    1
      server/src/main/java/com/vaadin/server/Constants.java

+ 1
- 1
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>

+ 1
- 1
server/src/main/java/com/vaadin/server/Constants.java 查看文件

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

正在加载...
取消
保存