diff options
author | Jonatan Kronqvist <jonatan@vaadin.com> | 2014-01-31 13:06:42 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-01-31 11:22:01 +0000 |
commit | 691580e36b1b5a04e1f18004783b28ca9892fa31 (patch) | |
tree | 61bb44b51c671af98e9f626895a5a8b73778cb88 /uitest/ivy.xml | |
parent | 16e079fcaed8cf531187475527ae52e7cf2d2504 (diff) | |
download | vaadin-framework-691580e36b1b5a04e1f18004783b28ca9892fa31.tar.gz vaadin-framework-691580e36b1b5a04e1f18004783b28ca9892fa31.zip |
Update TestBench dependency to 3.1.2
TestBench 3.1.2 is deployed to the testing grid, but the vaadin
project still depended on 3.1.1 until this fix.
Change-Id: Idecf0c772bd59d144a2caf3454d7749e352fef8a
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 9c86b2b68c..352cd89f2e 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -83,7 +83,7 @@ <dependency org="org.hsqldb" name="hsqldb" rev="2.2.6" conf="build,ide -> default" /> <dependency org="com.vaadin" name="vaadin-testbench" - rev="3.1.1" conf="build-provided,ide -> default" /> + rev="3.1.2" conf="build-provided,ide -> default" /> </dependencies> </ivy-module> |