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-ffa450edef68master
parent
7500654003
commit
4167674992
|
|
@ -72,8 +72,8 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||||
<artifactId>maven-plugin-annotations</artifactId>
|
<artifactId>maven-plugin-annotations</artifactId>
|
||||||
<!-- not the version of plugin-tools actually building, but the version used to build the plugin -->
|
<!-- from stricter view, should use ${mavenPluginToolsVersion} but this is causing problems with release plugin -->
|
||||||
<version>${mavenPluginToolsVersion}</version>
|
<!--version>${mavenPluginToolsVersion}</version-->
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue