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

svn commit: r682990 - /maven/pom/trunk/maven/pom.xml

Author: aheritier
Date: Tue Aug  5 15:11:30 2008
New Revision: 682990

URL: http://svn.apache.org/viewvc?rev=682990&view=rev
Log:
set plexus plugin version in parent

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=682990&r1=682989&r2=682990&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug  5 15:11:30 2008
@@ -232,6 +232,11 @@
           <version>2.2.2</version>
         </plugin>
         <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.modello</groupId>
           <artifactId>modello-maven-plugin</artifactId>
           <version>1.0-alpha-18</version>