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 2008/03/28 23:31:49 UTC

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

Author: dennisl
Date: Fri Mar 28 15:31:42 2008
New Revision: 642413

URL: http://svn.apache.org/viewvc?rev=642413&view=rev
Log:
o Use maven-plugin-plugin 2.4.1.

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=642413&r1=642412&r2=642413&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Fri Mar 28 15:31:42 2008
@@ -182,7 +182,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.4.1</version>
         </plugin>
       </plugins>
     </pluginManagement>