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:04:13 UTC

svn commit: r1597355 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: hboutemy
Date: Sat May 24 21:04:13 2014
New Revision: 1597355

URL: http://svn.apache.org/r1597355
Log:
updated Maven Plugin Tools to 3.3

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=1597355&r1=1597354&r2=1597355&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sat May 24 21:04:13 2014
@@ -55,7 +55,7 @@ under the License.
 
   <properties>
     <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
-    <mavenPluginToolsVersion>3.2</mavenPluginToolsVersion>
+    <mavenPluginToolsVersion>3.3</mavenPluginToolsVersion><!-- TODO remove when upgrading parent to 25 -->
   </properties>
 
   <repositories>
@@ -69,7 +69,7 @@ under the License.
     </repository>
   </repositories>
 
-  <dependencyManagement>
+  <dependencyManagement><!-- TODO remove when upgrading parent to 25 -->
     <dependencies>
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>