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 st...@apache.org on 2010/08/05 15:07:50 UTC

svn commit: r982600 - in /maven/surefire/trunk: maven-failsafe-plugin/pom.xml maven-surefire-plugin/pom.xml maven-surefire-report-plugin/pom.xml

Author: stephenc
Date: Thu Aug  5 13:07:50 2010
New Revision: 982600

URL: http://svn.apache.org/viewvc?rev=982600&view=rev
Log:
reverse merging r982558 as the maven prereq is inferred from the pom

Modified:
    maven/surefire/trunk/maven-failsafe-plugin/pom.xml
    maven/surefire/trunk/maven-surefire-plugin/pom.xml
    maven/surefire/trunk/maven-surefire-report-plugin/pom.xml

Modified: maven/surefire/trunk/maven-failsafe-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-failsafe-plugin/pom.xml?rev=982600&r1=982599&r2=982600&view=diff
==============================================================================
--- maven/surefire/trunk/maven-failsafe-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-failsafe-plugin/pom.xml Thu Aug  5 13:07:50 2010
@@ -244,7 +244,6 @@
         <version>2.6</version>
         <configuration>
           <requirements>
-            <maven>2.0.9</maven>
             <jdk>1.4</jdk>
           </requirements>
         </configuration>

Modified: maven/surefire/trunk/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/pom.xml?rev=982600&r1=982599&r2=982600&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-plugin/pom.xml Thu Aug  5 13:07:50 2010
@@ -205,7 +205,6 @@
         <version>2.6</version>
         <configuration>
           <requirements>
-            <maven>2.0.9</maven>
             <jdk>1.4</jdk>
           </requirements>
         </configuration>

Modified: maven/surefire/trunk/maven-surefire-report-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-report-plugin/pom.xml?rev=982600&r1=982599&r2=982600&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Thu Aug  5 13:07:50 2010
@@ -165,7 +165,6 @@
         <version>2.6</version>
         <configuration>
           <requirements>
-            <maven>2.0.9</maven>
             <jdk>1.4</jdk>
           </requirements>
         </configuration>