You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/05/28 04:28:46 UTC

svn commit: r542082 - /tapestry/tapestry5/trunk/tapestry-test/pom.xml

Author: hlship
Date: Sun May 27 19:28:45 2007
New Revision: 542082

URL: http://svn.apache.org/viewvc?view=rev&rev=542082
Log:
Update to 0.9.0 versions of Selenium

Modified:
    tapestry/tapestry5/trunk/tapestry-test/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-test/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-test/pom.xml?view=diff&rev=542082&r1=542081&r2=542082
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-test/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-test/pom.xml Sun May 27 19:28:45 2007
@@ -20,13 +20,13 @@
   <dependency>
     <groupId>org.openqa.selenium.client-drivers</groupId>
     <artifactId>selenium-java-client-driver</artifactId>
-    <version>0.8.1</version>
+    <version>0.9.0</version>
     <scope>compile</scope>
   </dependency>
   <dependency>
     <groupId>org.openqa.selenium.server</groupId>
     <artifactId>selenium-server</artifactId>
-    <version>0.8.1</version>
+    <version>0.9.0</version>
     <scope>compile</scope>
   </dependency>
     <dependency>