You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/05/25 09:56:47 UTC

svn commit: r947955 - /geronimo/server/branches/2.2/pom.xml

Author: genspring
Date: Tue May 25 07:56:47 2010
New Revision: 947955

URL: http://svn.apache.org/viewvc?rev=947955&view=rev
Log:
GERONIMO-5347 Upgrade selenium to support latest version browsers in testsuite

Modified:
    geronimo/server/branches/2.2/pom.xml

Modified: geronimo/server/branches/2.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/pom.xml?rev=947955&r1=947954&r2=947955&view=diff
==============================================================================
--- geronimo/server/branches/2.2/pom.xml (original)
+++ geronimo/server/branches/2.2/pom.xml Tue May 25 07:56:47 2010
@@ -848,13 +848,13 @@
             <dependency>
                 <groupId>org.seleniumhq.selenium.client-drivers</groupId>
                 <artifactId>selenium-java-client-driver</artifactId>
-                <version>1.0-beta-2</version>
+                <version>1.0.3</version>
             </dependency>
 
             <dependency>
                 <groupId>org.seleniumhq.selenium.server</groupId>
                 <artifactId>selenium-server</artifactId>
-                <version>1.0-beta-2</version>
+                <version>1.0.3</version>
             </dependency>
 
             <dependency>
@@ -1831,7 +1831,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>selenium-maven-plugin</artifactId>
-                    <version>1.0-rc-1</version>
+                    <version>1.0.1</version>
                 </plugin>
 
                 <plugin>