summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2015-12-20 11:35:40 +0200
committerVaadin Code Review <review@vaadin.com>2016-07-16 15:10:06 +0000
commita6e9d0de179758c578cdb482f20af6d243ebf5f0 (patch)
tree3b5da54ef2062c9c5d67b2e31fe000abd0f9b67e /pom.xml
parentc9ceada8cf73b9e5044c05c0fc071ec7b8c13e0a (diff)
downloadvaadin-framework-a6e9d0de179758c578cdb482f20af6d243ebf5f0.tar.gz
vaadin-framework-a6e9d0de179758c578cdb482f20af6d243ebf5f0.zip
Use pure JS instead of JQuery JS for Atmosphere (#19396)
Change-Id: I20c6e98fe84f0e42c3aa7544a85d4283e2a21537
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 55565bbaab..5f5eac095d 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.13.vaadin3</atmosphere.js.version>
+ <atmosphere.js.version>2.2.13.vaadin5</atmosphere.js.version>
<!-- Dependency unpack directory -->
<dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory>