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/08/03 14:13:11 UTC

svn commit: r682140 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: bentmann
Date: Sun Aug  3 05:13:11 2008
New Revision: 682140

URL: http://svn.apache.org/viewvc?rev=682140&view=rev
Log:
o Updated to maven-plugin-plugin:2.4.2 to bypass MPLUGIN-107

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=682140&r1=682139&r2=682140&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sun Aug  3 05:13:11 2008
@@ -174,11 +174,11 @@
                     <artifactId>maven-install-plugin</artifactId>
                     <version>2.2</version>
                 </plugin>
-               <!-- <plugin>
+                <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-plugin-plugin</artifactId>
-                    <version>2.3</version>
-                </plugin>-->
+                    <version>2.4.2</version>
+                </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-enforcer-plugin</artifactId>
@@ -349,7 +349,7 @@
    <plugins>
      <plugin>
        <artifactId>maven-plugin-plugin</artifactId>
-       <version>2.3</version>
+       <version>2.4.2</version>
      </plugin>
    </plugins>
  </reporting>