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 02:03:04 UTC

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

Author: aheritier
Date: Tue Aug  5 17:03:04 2008
New Revision: 683051

URL: http://svn.apache.org/viewvc?rev=683051&view=rev
Log:
Use invoker 1.2.1-SNAPSHOT required by several plugins. Will be released in few days

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=683051&r1=683050&r2=683051&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug  5 17:03:04 2008
@@ -159,7 +159,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-invoker-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.2.1-SNAPSHOT</version>
         </plugin>        
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>