You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2006/02/23 02:05:42 UTC

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

Author: carlos
Date: Wed Feb 22 17:05:41 2006
New Revision: 380013

URL: http://svn.apache.org/viewcvs?rev=380013&view=rev
Log:
Upgrade surefire version

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

Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/pom.xml?rev=380013&r1=380012&r2=380013&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Wed Feb 22 17:05:41 2006
@@ -33,7 +33,7 @@
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire</artifactId>
-      <version>1.5.2</version>
+      <version>1.5.3-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>