You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/04/08 11:59:07 UTC

svn commit: r645820 - /maven/plugins/trunk/pom.xml

Author: bentmann
Date: Tue Apr  8 02:59:02 2008
New Revision: 645820

URL: http://svn.apache.org/viewvc?rev=645820&view=rev
Log:
o Locked down to maven-clean-plugin:2.2 and maven-resources-plugin:2.2 (at least until POM inherits from maven-parent:9)

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=645820&r1=645819&r2=645820&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Apr  8 02:59:02 2008
@@ -169,6 +169,11 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.4</version>
         </plugin>
@@ -182,6 +187,11 @@
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>
           </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.2</version>
         </plugin>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>