You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/08/06 00:45:19 UTC

svn commit: r683015 - /maven/plugins/trunk/maven-patch-plugin/pom.xml

Author: aheritier
Date: Tue Aug  5 15:45:19 2008
New Revision: 683015

URL: http://svn.apache.org/viewvc?rev=683015&view=rev
Log:
Remove plugins versions already defined in parent

Modified:
    maven/plugins/trunk/maven-patch-plugin/pom.xml

Modified: maven/plugins/trunk/maven-patch-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/pom.xml?rev=683015&r1=683014&r2=683015&view=diff
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-patch-plugin/pom.xml Tue Aug  5 15:45:19 2008
@@ -74,7 +74,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.4.2</version>
         <executions>
           <!-- FIXME: Disable execution, makes IT preparation fail (for whatever reason...) -->
           <execution>
@@ -156,7 +155,6 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.2</version>
             <executions>
               <execution>
                 <id>setup-integration-test-parent</id>