You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2010/05/31 01:43:15 UTC

svn commit: r949632 - /continuum/trunk/continuum-webapp-test/pom.xml

Author: ctan
Date: Sun May 30 23:43:14 2010
New Revision: 949632

URL: http://svn.apache.org/viewvc?rev=949632&view=rev
Log:
upgrade selenium-maven-plugin to 1.0.1 because it fails to run with firefox 3.6.3 on ubuntu lucid

Modified:
    continuum/trunk/continuum-webapp-test/pom.xml

Modified: continuum/trunk/continuum-webapp-test/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom.xml?rev=949632&r1=949631&r2=949632&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp-test/pom.xml (original)
+++ continuum/trunk/continuum-webapp-test/pom.xml Sun May 30 23:43:14 2010
@@ -374,6 +374,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>selenium-maven-plugin</artifactId>
+            <version>1.0.1</version>
             <executions>
               <execution>
                 <phase>pre-integration-test</phase>
@@ -468,6 +469,7 @@ under the License.
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>selenium-maven-plugin</artifactId>
+            <version>1.0.1</version>
             <executions>
               <execution>
                 <id>xvfb</id>