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

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

Author: hboutemy
Date: Wed Dec 31 17:52:12 2014
New Revision: 1648754

URL: http://svn.apache.org/r1648754
Log:
ok, release plugin refuses any other dependency version

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=1648754&r1=1648753&r2=1648754&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:52:12 2014
@@ -72,8 +72,8 @@
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <!-- not the version of plugin-tools actually building, but the version used to build the plugin -->
-      <version>${mavenPluginToolsVersion}</version>
+      <!-- from stricter view, should use ${mavenPluginToolsVersion} but this is causing problems with release plugin -->
+      <!--version>${mavenPluginToolsVersion}</version-->
       <scope>provided</scope>
     </dependency>