Author: olamy Date: Mon Jul 2 10:44:12 2012 New Revision: 1356172 URL: http://svn.apache.org/viewvc?rev=1356172&view=rev Log: move maven-plugin-plugin version to a property
Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1356172&r1=1356171&r2=1356172&view=diff ============================================================================== --- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Mon Jul 2 10:44:12 2012 @@ -63,6 +63,7 @@ under the License. <groovy-groupId>org.codehaus.groovy</groovy-groupId> <groovy-artifactId>groovy</groovy-artifactId> <groovy-version>1.8.6</groovy-version> + <mavenPluginPluginVersion>3.0</mavenPluginPluginVersion> </properties> <dependencies> @@ -110,7 +111,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> - <version>3.1-SNAPSHOT</version> + <version>${mavenPluginPluginVersion}</version> <scope>compile</scope> </dependency> @@ -217,7 +218,7 @@ under the License. <plugins> <plugin> <artifactId>maven-plugin-plugin</artifactId> - <version>3.1-SNAPSHOT</version> + <version>${mavenPluginPluginVersion}</version> <configuration> <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> </configuration> @@ -313,7 +314,7 @@ under the License. <plugin> <artifactId>maven-plugin-plugin</artifactId> - <version>3.1-SNAPSHOT</version> + <version>${mavenPluginPluginVersion}</version> </plugin> </plugins>