ok, release plugin refuses any other dependency version

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1648754 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2014-12-31 17:52:12 +00:00
parent 7500654003
commit 4167674992
1 changed files with 2 additions and 2 deletions

View File

@ -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>