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/06/29 04:41:09 UTC

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

Author: brett
Date: Thu Jun 28 19:41:08 2007
New Revision: 551774

URL: http://svn.apache.org/viewvc?view=rev&rev=551774
Log:
only should have to manage the version once

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

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?view=diff&rev=551774&r1=551773&r2=551774
==============================================================================
--- maven/surefire/trunk/maven-surefire-report-plugin/pom.xml (original)
+++ maven/surefire/trunk/maven-surefire-report-plugin/pom.xml Thu Jun 28 19:41:08 2007
@@ -74,7 +74,6 @@
             </plugin>
             <plugin>
               <artifactId>maven-surefire-plugin</artifactId>
-              <version>2.3</version>
               <configuration>
                 <forkMode>once</forkMode>
                 <childDelegation>true</childDelegation>

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=551774&r1=551773&r2=551774
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Thu Jun 28 19:41:08 2007
@@ -168,7 +168,6 @@
             </plugin>
             <plugin>
               <artifactId>maven-surefire-plugin</artifactId>
-              <version>2.3</version>
               <configuration>
                 <forkMode>once</forkMode>
                 <childDelegation>true</childDelegation>