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 2009/09/25 22:05:32 UTC

svn commit: r818978 - /maven/plugins/trunk/maven-resources-plugin/pom.xml

Author: olamy
Date: Fri Sep 25 20:05:32 2009
New Revision: 818978

URL: http://svn.apache.org/viewvc?rev=818978&view=rev
Log:
upgrade to invoker plugin 1.4

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

Modified: maven/plugins/trunk/maven-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/pom.xml?rev=818978&r1=818977&r2=818978&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-resources-plugin/pom.xml Fri Sep 25 20:05:32 2009
@@ -102,7 +102,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.3</version>
+            <version>1.4</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>