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/05/24 23:02:30 UTC

svn commit: r1597354 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sat May 24 21:02:30 2014
New Revision: 1597354

URL: http://svn.apache.org/r1597354
Log:
updated Maven Plugin Tools to 3.3, with configuration as a property to ease modification

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1597354&r1=1597353&r2=1597354&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat May 24 21:02:30 2014
@@ -796,6 +796,7 @@ under the License.
     <sonar.host.url>https://analysis.apache.org/</sonar.host.url>
     <maven.site.cache>${user.home}/maven-sites</maven.site.cache>
     <maven.site.path>../..</maven.site.path><!-- to be overridden -->
+    <mavenPluginToolsVersion>3.3</mavenPluginToolsVersion>
   </properties>
 
   <dependencyManagement>
@@ -808,7 +809,7 @@ under the License.
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>
         <artifactId>maven-plugin-annotations</artifactId>
-        <version>3.2</version>
+        <version>${mavenPluginToolsVersion}</version>
         <scope>provided</scope>
       </dependency>
     </dependencies>
@@ -840,7 +841,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.2</version>
+          <version>${mavenPluginToolsVersion}</version>
           <configuration>
             <useJava5>true</useJava5>
           </configuration>
@@ -1130,7 +1131,7 @@ under the License.
                 <tagletArtifact>
                   <groupId>org.apache.maven.plugin-tools</groupId>
                   <artifactId>maven-plugin-tools-javadoc</artifactId>
-                  <version>3.2</version>
+                  <version>${mavenPluginToolsVersion}</version>
                 </tagletArtifact>
                 <tagletArtifact>
                   <groupId>org.codehaus.plexus</groupId>