You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/05/28 10:48:21 UTC

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

Author: michaelo
Date: Sat May 28 10:48:21 2016
New Revision: 1745865

URL: http://svn.apache.org/viewvc?rev=1745865&view=rev
Log:
[MPLUGIN-295] Upgrade Maven Invoker Plugin version to 1.10

Submitted-by: Grzegorz Slowikowski

This closes #8

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

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=1745865&r1=1745864&r2=1745865&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-tools-javadoc/pom.xml Sat May 28 10:48:21 2016
@@ -112,6 +112,7 @@
           <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=1745865&r1=1745864&r2=1745865&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat May 28 10:48:21 2016
@@ -97,7 +97,7 @@
     <pluginTestingHarnessVersion>1.2</pluginTestingHarnessVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <antVersion>1.7.1</antVersion>
-    <mavenInvokerPluginVersion>1.8</mavenInvokerPluginVersion>
+    <mavenInvokerPluginVersion>1.10</mavenInvokerPluginVersion>
     <maven.site.path>plugin-tools-archives/plugin-tools-LATEST</maven.site.path>
   </properties>