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/04/19 07:53:00 UTC

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

Author: carlos
Date: Tue Apr 18 22:52:58 2006
New Revision: 395147

URL: http://svn.apache.org/viewcvs?rev=395147&view=rev
Log:
[MSUREFIRE-86] Make surefire compile under Java 1.3, upgrade surefire dependencies in pom

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=395147&r1=395146&r2=395147&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Tue Apr 18 22:52:58 2006
@@ -30,12 +30,12 @@
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire-booter</artifactId>
-      <version>1.5.3</version>
+      <version>1.5.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.surefire</groupId>
       <artifactId>surefire</artifactId>
-      <version>1.5.3</version>
+      <version>1.5.4-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -53,4 +53,4 @@
   <properties>
     <revision>$Rev$</revision>
   </properties>
-</project>
\ No newline at end of file
+</project>