diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-11 18:28:46 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2016-08-12 09:49:01 +0000 |
commit | 2a5671438f7503610e627b16a2caff08409164d0 (patch) | |
tree | 07a84328a9e1d934fb75ac19e6a6203d7f00dcc5 /pom.xml | |
parent | bb9564db426d9d9471b6b07410d301fe1059ec19 (diff) | |
download | vaadin-framework-2a5671438f7503610e627b16a2caff08409164d0.tar.gz vaadin-framework-2a5671438f7503610e627b16a2caff08409164d0.zip |
Update to latest Atmosphere (2.4.5) and JS (2.3.2)
Change-Id: I3569ed662bc93dd6861e40d8a4e0fa0b801551e6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ <!-- 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.vaadin5</atmosphere.js.version> + <atmosphere.runtime.version>2.4.5.vaadin1</atmosphere.runtime.version> + <atmosphere.js.version>2.3.2.vaadin1</atmosphere.js.version> <!-- Dependency unpack directory --> <dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory> |