diff options
author | Artur Signell <artur@vaadin.com> | 2016-05-14 18:39:09 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-05-16 05:53:37 +0000 |
commit | a593d5591d1ffee9b7a6c4bf6f76cb366866ef92 (patch) | |
tree | 078e6f226dd82e2b87eeda434357871033b787eb | |
parent | 014997af24b3b8b78bb5a0fb0b7bba3bff11218c (diff) | |
download | vaadin-framework-a593d5591d1ffee9b7a6c4bf6f76cb366866ef92.tar.gz vaadin-framework-a593d5591d1ffee9b7a6c4bf6f76cb366866ef92.zip |
Upgrade Atmosphere JS back to 2.2.13.vaadin3 as in 7.6
Change-Id: I9a845ab65cf75daf45b90be30cab8e230a03a064
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ <!-- Atmosphere versions --> <!-- Note that this should be kept in sync with the class Constants --> <atmosphere.runtime.version>2.2.9.vaadin2</atmosphere.runtime.version> - <atmosphere.js.version>2.2.6.vaadin4</atmosphere.js.version> + <atmosphere.js.version>2.2.13.vaadin3</atmosphere.js.version> <!-- Dependency unpack directory --> <dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory> |