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 kr...@apache.org on 2010/12/26 20:16:40 UTC

svn commit: r1052925 - in /maven/surefire/trunk: pom.xml surefire-integration-tests/pom.xml

Author: krosenvold
Date: Sun Dec 26 19:16:40 2010
New Revision: 1052925

URL: http://svn.apache.org/viewvc?rev=1052925&view=rev
Log:
o Surefire itself now builds with 2.7.1

Modified:
    maven/surefire/trunk/pom.xml
    maven/surefire/trunk/surefire-integration-tests/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?rev=1052925&r1=1052924&r2=1052925&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Sun Dec 26 19:16:40 2010
@@ -199,7 +199,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7</version>
+          <version>2.7.1</version>
           <configuration>
             <!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! -->
             <useSystemClassLoader>false</useSystemClassLoader>

Modified: maven/surefire/trunk/surefire-integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/surefire-integration-tests/pom.xml?rev=1052925&r1=1052924&r2=1052925&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-integration-tests/pom.xml (original)
+++ maven/surefire/trunk/surefire-integration-tests/pom.xml Sun Dec 26 19:16:40 2010
@@ -173,7 +173,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.7.1</version>
         <configuration>
           <!-- Pass current surefire version to the main suite so that it -->
           <!-- can forward to all integration test projects. SUREFIRE-513 -->