diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-25 12:58:23 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-06-25 11:38:44 +0000 |
commit | 90ed6576c040d7cd63abbde20302704c0baac417 (patch) | |
tree | d514a7a2787b39a16e0f83bd7e7e06f6df04bd39 /push | |
parent | e371001c7bf60c424081ef8b047b6031e2ca3781 (diff) | |
download | vaadin-framework-90ed6576c040d7cd63abbde20302704c0baac417.tar.gz vaadin-framework-90ed6576c040d7cd63abbde20302704c0baac417.zip |
Use atmosphere 1.0.14.vaadin3 which fixes Android 4.1 support (#12101)
Change-Id: I75cd1eebeeb5836b9205a9a1e28795be300d135a
Diffstat (limited to 'push')
-rw-r--r-- | push/build.xml | 2 | ||||
-rw-r--r-- | push/ivy.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/push/build.xml b/push/build.xml index d8661e9124..042e513830 100644 --- a/push/build.xml +++ b/push/build.xml @@ -13,7 +13,7 @@ <property name="vaadinPush.js" location="${result.dir}/js/VAADIN/vaadinPush.js" /> <!-- Keep the version number in sync with ivy.xml and server/src/com/vaadin/server/Constants.java--> - <property name="atmosphere.version" value="1.0.14.vaadin2" /> + <property name="atmosphere.version" value="1.0.14.vaadin3" /> <property name="jquery.version" value="1.7.2" /> <path id="classpath.compile.custom" /> diff --git a/push/ivy.xml b/push/ivy.xml index 8167bf300b..615e404db3 100644 --- a/push/ivy.xml +++ b/push/ivy.xml @@ -28,7 +28,7 @@ <!-- Atmosphere --> <!-- Keep the version number in sync with build.xml --> <dependency org="com.vaadin.external.atmosphere" name="atmosphere-runtime" - rev="1.0.14.vaadin2" conf="build,ide,test -> default"> + rev="1.0.14.vaadin3" conf="build,ide,test -> default"> </dependency> </dependencies> |