diff options
author | Artur Signell <artur@vaadin.com> | 2015-12-20 11:35:40 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2016-07-16 15:10:06 +0000 |
commit | a6e9d0de179758c578cdb482f20af6d243ebf5f0 (patch) | |
tree | 3b5da54ef2062c9c5d67b2e31fe000abd0f9b67e /pom.xml | |
parent | c9ceada8cf73b9e5044c05c0fc071ec7b8c13e0a (diff) | |
download | vaadin-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.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.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> |