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 br...@apache.org on 2007/03/01 02:37:06 UTC

svn commit: r513093 - in /maven/surefire/trunk: pom.xml surefire-providers/pom.xml

Author: brett
Date: Wed Feb 28 17:37:06 2007
New Revision: 513093

URL: http://svn.apache.org/viewvc?view=rev&rev=513093
Log:
fix versions

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

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=513093&r1=513092&r2=513093
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Wed Feb 28 17:37:06 2007
@@ -93,8 +93,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <!-- Require the latest version so that tests in surefire-api pass due to an API change -->
-          <version>2.3-SNAPSHOT</version>
+          <version>2.3</version>
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>

Modified: maven/surefire/trunk/surefire-providers/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-providers/pom.xml?view=diff&rev=513093&r1=513092&r2=513093
==============================================================================
--- maven/surefire/trunk/surefire-providers/pom.xml (original)
+++ maven/surefire/trunk/surefire-providers/pom.xml Wed Feb 28 17:37:06 2007
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>surefire-api</artifactId>
-      <version>2.3-SNAPSHOT</version>
+      <version>2.4-SNAPSHOT</version>
       <!-- commenting this due to MNG-2339
             <version>${project.version}</version>
       -->