You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/16 14:38:27 UTC

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

Author: brett
Date: Fri Sep 16 05:38:24 2005
New Revision: 289519

URL: http://svn.apache.org/viewcvs?rev=289519&view=rev
Log:
use release

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=289519&r1=289518&r2=289519&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-surefire-plugin/pom.xml Fri Sep 16 05:38:24 2005
@@ -18,13 +18,13 @@
     <dependency>
       <groupId>surefire</groupId>
       <artifactId>surefire-booter</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>1.3</version>
     </dependency>
     <!-- Specified for mboot -->
     <dependency>
       <groupId>surefire</groupId>
       <artifactId>surefire</artifactId>
-      <version>1.3-SNAPSHOT</version>
+      <version>1.3</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