You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/10/25 14:44:07 UTC

svn commit: r328351 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Tue Oct 25 05:44:05 2005
New Revision: 328351

URL: http://svn.apache.org/viewcvs?rev=328351&view=rev
Log:
Use latest plexus-maven-plugin

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=328351&r1=328350&r2=328351&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Tue Oct 25 05:44:05 2005
@@ -104,7 +104,7 @@
         <plugin>
           <groupId>org.codehaus.plexus</groupId>
           <artifactId>plexus-maven-plugin</artifactId>
-          <version>1.1</version>
+          <version>1.1.1</version>
           <extensions>true</extensions>
         </plugin>
       </plugins>