You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/03/22 12:23:43 UTC

svn commit: r926036 - /maven/plugins/trunk/maven-help-plugin/pom.xml

Author: bentmann
Date: Mon Mar 22 11:23:43 2010
New Revision: 926036

URL: http://svn.apache.org/viewvc?rev=926036&view=rev
Log:
o Updated to maven-invoker-plugin:1.5

Modified:
    maven/plugins/trunk/maven-help-plugin/pom.xml

Modified: maven/plugins/trunk/maven-help-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/pom.xml?rev=926036&r1=926035&r2=926036&view=diff
==============================================================================
--- maven/plugins/trunk/maven-help-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-help-plugin/pom.xml Mon Mar 22 11:23:43 2010
@@ -200,7 +200,7 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <configuration>
               <debug>true</debug>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>