You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/02/18 00:14:02 UTC

svn commit: r1071832 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: dennisl
Date: Thu Feb 17 23:14:01 2011
New Revision: 1071832

URL: http://svn.apache.org/viewvc?rev=1071832&view=rev
Log:
o Upgrade to maven-plugins:19

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

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=1071832&r1=1071831&r2=1071832&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Thu Feb 17 23:14:01 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>19-SNAPSHOT</version>
+    <version>19</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>
 
@@ -157,7 +157,6 @@ under the License.
           <plugin>
             <groupId>org.codehaus.plexus</groupId>
             <artifactId>plexus-maven-plugin</artifactId>
-            <version>1.3.4</version>
             <executions>
               <execution>
                 <goals>
@@ -169,7 +168,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.5</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>