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/05/25 11:40:57 UTC

svn commit: r1342546 - in /maven/plugin-tools/trunk: maven-plugin-plugin/pom.xml maven-plugin-tools-javadoc/pom.xml pom.xml

Author: olamy
Date: Fri May 25 09:40:57 2012
New Revision: 1342546

URL: http://svn.apache.org/viewvc?rev=1342546&view=rev
Log:
maven invoker plugin 1.6 for all modules

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
    maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1342546&r1=1342545&r2=1342546&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Fri May 25 09:40:57 2012
@@ -58,7 +58,6 @@
     <doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>
     <it.debug>true</it.debug>
     <mavenPluginPluginVersion>2.9</mavenPluginPluginVersion>
-    <mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
   </properties>
 
   <dependencies>

Modified: maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml?rev=1342546&r1=1342545&r2=1342546&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml Fri May 25 09:40:57 2012
@@ -83,7 +83,9 @@
       <build>
         <plugins>
           <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <version>${mavenInvokerPluginVersion}</version>
             <configuration>
               <debug>true</debug>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1342546&r1=1342545&r2=1342546&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Fri May 25 09:40:57 2012
@@ -162,6 +162,7 @@
     <siteUrl>http://maven.apache.org/plugin-tools/</siteUrl>
     <mavenVersion>2.2.1</mavenVersion>
     <antVersion>1.7.1</antVersion>
+    <mavenInvokerPluginVersion>1.6</mavenInvokerPluginVersion>
   </properties>
 
   <dependencyManagement>