You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/10/25 03:34:19 UTC

svn commit: r829481 - /commons/proper/commons-parent/trunk/pom.xml

Author: niallp
Date: Sun Oct 25 02:34:18 2009
New Revision: 829481

URL: http://svn.apache.org/viewvc?rev=829481&view=rev
Log:
Lock down the maven-site-plugin (can cause problems in Maven 2.1+ if not specified in <pluginManagement>) and the maven-resources-plugin versions

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=829481&r1=829480&r2=829481&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Oct 25 02:34:18 2009
@@ -187,6 +187,16 @@
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>2.4.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0.1</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
           <version>2.1.1</version>
         </plugin>