You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/18 15:34:27 UTC

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

Author: khmarbaise
Date: Sat Oct 18 13:34:27 2014
New Revision: 1632788

URL: http://svn.apache.org/r1632788
Log:
[MENFORCER-206]
 - Upgraded maven-invoker-plugin to version 1.9

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=1632788&r1=1632787&r2=1632788&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Sat Oct 18 13:34:27 2014
@@ -155,7 +155,7 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.8</version>
+            <version>1.9</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it/projects</projectsDirectory>