You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2007/10/08 19:18:14 UTC

svn commit: r582895 - /geronimo/server/branches/2.0.2/pom.xml

Author: kevan
Date: Mon Oct  8 10:18:13 2007
New Revision: 582895

URL: http://svn.apache.org/viewvc?rev=582895&view=rev
Log:
move selenium-maven-plugin version to a non-SNAPSHOT version in preparation for release

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

Modified: geronimo/server/branches/2.0.2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0.2/pom.xml?rev=582895&r1=582894&r2=582895&view=diff
==============================================================================
--- geronimo/server/branches/2.0.2/pom.xml (original)
+++ geronimo/server/branches/2.0.2/pom.xml Mon Oct  8 10:18:13 2007
@@ -1523,7 +1523,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>selenium-maven-plugin</artifactId>
-                    <version>1.0-beta-2-SNAPSHOT</version>
+                    <version>1.0-beta-1</version>
                 </plugin>
 
                 <plugin>