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/build.xml | |
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/build.xml')
-rw-r--r-- | push/build.xml | 2 |
1 files changed, 1 insertions, 1 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" /> |