changed annotations version since release plugin doesn't accept any other

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

View File

@ -74,8 +74,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 ${mavenPluginPluginVersion} but this is causing problems with release plugin -->
<version>${mavenPluginPluginVersion}</version> <!--version>${mavenPluginPluginVersion}</version-->
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>