You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2005/07/04 09:32:53 UTC

svn commit: r209028 - /maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml

Author: evenisse
Date: Mon Jul  4 00:32:51 2005
New Revision: 209028

URL: http://svn.apache.org/viewcvs?rev=209028&view=rev
Log:
Use the new snapshot version of surefire

Modified:
    maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml?rev=209028&r1=209027&r2=209028&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml Mon Jul  4 00:32:51 2005
@@ -18,13 +18,13 @@
     <dependency>
       <groupId>surefire</groupId>
       <artifactId>surefire-booter</artifactId>
-      <version>1.2</version>
+      <version>1.3-SNAPSHOT</version>
     </dependency>
     <!-- Specified for mboot -->
     <dependency>
       <groupId>surefire</groupId>
       <artifactId>surefire</artifactId>
-      <version>1.2</version>
+      <version>1.3-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org