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:07:59 UTC

svn commit: r818776 - /maven/enforcer/trunk/maven-enforcer-plugin/pom.xml

Author: bentmann
Date: Fri Sep 25 09:07:59 2009
New Revision: 818776

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

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

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=818776&r1=818775&r2=818776&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Fri Sep 25 09:07:59 2009
@@ -175,7 +175,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.3</version>
+            <version>1.4</version>
             <configuration>
               <debug>true</debug>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>