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 2009/09/25 11:40:08 UTC

svn commit: r818790 - /maven/ant-tasks/trunk/pom.xml

Author: bentmann
Date: Fri Sep 25 09:40:08 2009
New Revision: 818790

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

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=818790&r1=818789&r2=818790&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Fri Sep 25 09:40:08 2009
@@ -229,7 +229,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.3</version>
+            <version>1.4</version>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>