From e0ae576de18147ba902a15eb15841ef9a2796c2f Mon Sep 17 00:00:00 2001 From: Benson Margulies Date: Fri, 2 Sep 2011 15:55:35 +0000 Subject: [PATCH] Try to make release plugin happy. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1164593 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index a3c2b84..23e8deb 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -63,7 +63,6 @@ 2.0.6 1.2 1.2 - 2.9-SNAPSHOT @@ -73,22 +72,22 @@ org.apache.maven.plugin-tools maven-plugin-tools-api - ${pluginToolsVersion} + ${project.version} org.apache.maven.plugin-tools maven-plugin-tools-model - ${pluginToolsVersion} + ${project.version} org.apache.maven.plugin-tools maven-plugin-tools-java - ${pluginToolsVersion} + ${project.version} org.apache.maven.plugin-tools maven-plugin-tools-beanshell - ${pluginToolsVersion} + ${project.version} org.apache.maven