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 2012/09/06 17:23:48 UTC

svn commit: r1381638 - /maven/archetype/trunk/maven-archetype-plugin/pom.xml

Author: olamy
Date: Thu Sep  6 15:23:48 2012
New Revision: 1381638

URL: http://svn.apache.org/viewvc?rev=1381638&view=rev
Log:
use last invoker plugin version

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

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=1381638&r1=1381637&r2=1381638&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Thu Sep  6 15:23:48 2012
@@ -194,8 +194,9 @@ under the License.
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.5</version>
+            <version>1.7</version>
             <configuration>
               <debug>true</debug>
               <projectsDirectory>src/it</projectsDirectory>