You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by jv...@apache.org on 2005/12/14 20:05:36 UTC

svn commit: r356829 - /maven/surefire/trunk/surefire/pom.xml

Author: jvanzyl
Date: Wed Dec 14 11:05:34 2005
New Revision: 356829

URL: http://svn.apache.org/viewcvs?rev=356829&view=rev
Log:
o preparing to release a 1.5.1 to fix the abstract test cases from running

Modified:
    maven/surefire/trunk/surefire/pom.xml

Modified: maven/surefire/trunk/surefire/pom.xml
URL: http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire/pom.xml?rev=356829&r1=356828&r2=356829&view=diff
==============================================================================
--- maven/surefire/trunk/surefire/pom.xml (original)
+++ maven/surefire/trunk/surefire/pom.xml Wed Dec 14 11:05:34 2005
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire</artifactId>
   <name>SureFire</name>
-  <version>1.6-SNAPSHOT</version>
+  <version>1.5.1-SNAPSHOT</version>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
@@ -20,4 +20,4 @@
       <version>1.0.4</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>