Author: michaelo Date: Tue Oct 6 18:35:51 2015 New Revision: 1707116 URL: http://svn.apache.org/viewvc?rev=1707116&view=rev Log: [MPOM-89] Unbalanced versions of Maven Invoker Plugin
Modified: maven/plugins/trunk/maven-plugins/pom.xml Modified: maven/plugins/trunk/maven-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1707116&r1=1707115&r2=1707116&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugins/pom.xml (original) +++ maven/plugins/trunk/maven-plugins/pom.xml Tue Oct 6 18:35:51 2015 @@ -55,6 +55,7 @@ under the License. <properties> <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path> + <mavenInvokerPluginVersion>2.0.0</mavenInvokerPluginVersion> </properties> <repositories> @@ -116,7 +117,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>2.0.0</version> + <version>${mavenInvokerPluginVersion}</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -269,7 +270,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-invoker-plugin</artifactId> - <version>1.9</version> + <version>${mavenInvokerPluginVersion}</version> </plugin> </plugins> </reporting>