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 2011/01/04 23:58:17 UTC

svn commit: r1055235 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: bentmann
Date: Tue Jan  4 22:58:16 2011
New Revision: 1055235

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

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

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=1055235&r1=1055234&r2=1055235&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Tue Jan  4 22:58:16 2011
@@ -105,7 +105,7 @@ under the License.
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.4</version>
+            <version>1.5</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>