From 0e1c3d6155b1501510edd3d51624cfc4efc8eb83 Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Fri, 20 Feb 2009 20:27:01 +0000 Subject: [PATCH] [MPLUGIN-110] make pluginToolsVersion property consistent here and in maven-plugin-plugin. The API has changed, so we need to avoid plugin-tools-* < 2.5. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@746361 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b0b2342..caa829e 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,7 @@ - 2.5-SNAPSHOT + [2.5-SNAPSHOT,) 1.2 @@ -154,7 +154,7 @@ org.apache.maven.plugin-tools maven-plugin-tools-api - [${pluginToolsVersion},) + ${pluginToolsVersion} org.apache.maven.plugin-tools