]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update TestBench dependency to 3.1.2
authorJonatan Kronqvist <jonatan@vaadin.com>
Fri, 31 Jan 2014 11:06:42 +0000 (13:06 +0200)
committerVaadin Code Review <review@vaadin.com>
Fri, 31 Jan 2014 11:22:01 +0000 (11:22 +0000)
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

uitest/ivy.xml

index 9c86b2b68cf2c2fe3bc6000bdb435ca77cdf4514..352cd89f2e3046e6810c1d5fb7400b94e60103ed 100644 (file)
@@ -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>