You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/12 23:34:10 UTC

svn commit: r1337694 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Author: olamy
Date: Sat May 12 21:34:09 2012
New Revision: 1337694

URL: http://svn.apache.org/viewvc?rev=1337694&view=rev
Log:
use released version of invoker plugin

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1337694&r1=1337693&r2=1337694&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sat May 12 21:34:09 2012
@@ -340,7 +340,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
-              <version>1.6-SNAPSHOT</version>
+              <version>1.5</version>
               <configuration>
                 <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
                 <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>