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/09/15 14:22:43 UTC

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

Author: dennisl
Date: Mon Sep 15 05:22:42 2008
New Revision: 695450

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

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=695450&r1=695449&r2=695450&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Sep 15 05:22:42 2008
@@ -168,6 +168,11 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
             <tagBase>https://svn.apache.org/repos/asf/maven/plugins/tags</tagBase>