You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/12/31 18:48:14 UTC

svn commit: r1648753 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Author: hboutemy
Date: Wed Dec 31 17:48:13 2014
New Revision: 1648753

URL: http://svn.apache.org/r1648753
Log:
trying with plugin-tools version property from parent pom: perhaps release plugin won't interfere here

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/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=1648753&r1=1648752&r2=1648753&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Wed Dec 31 17:48:13 2014
@@ -45,8 +45,6 @@
     <doxiaVersion>1.4</doxiaVersion>
     <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
     <it.debug>true</it.debug>
-    <!-- use a previous release of maven-plugin-plugin to build this plugin -->
-    <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
   </properties>
 
   <dependencies>
@@ -74,8 +72,8 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <!-- from stricter view, should use ${mavenPluginPluginVersion} but this is causing problems with release plugin -->
-      <!--version>${mavenPluginPluginVersion}</version-->
+      <!-- not the version of plugin-tools actually building, but the version used to build the plugin -->
+      <version>${mavenPluginToolsVersion}</version>
       <scope>provided</scope>
     </dependency>
 
@@ -253,10 +251,9 @@
         </executions>
       </plugin>
       <plugin>
-        <!-- use previous maven-plugin-plugin release to build current maven-plugin-plugin -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${mavenPluginPluginVersion}</version>
+        <!-- will use previous maven-plugin-plugin release to build current maven-plugin-plugin as configured in parent -->
         <executions>
           <execution>
             <id>default-descriptor</id>
@@ -281,7 +278,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>${mavenPluginPluginVersion}</version>
+        <version>${mavenPluginToolsVersion}</version>
         <reportSets>
           <reportSet>
             <reports>