aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2016-05-14 18:39:09 +0300
committerVaadin Code Review <review@vaadin.com>2016-05-16 05:53:37 +0000
commita593d5591d1ffee9b7a6c4bf6f76cb366866ef92 (patch)
tree078e6f226dd82e2b87eeda434357871033b787eb
parent014997af24b3b8b78bb5a0fb0b7bba3bff11218c (diff)
downloadvaadin-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b4c3a08bb3..9d9f4d5738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>