aligned plugin tools versions in the plugin plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@589476 13f79535-47bb-0310-9956-ffa450edef68
master
Brett Leslie Porter 2007-10-29 03:18:03 +00:00
parent 684834fe3d
commit dd5a51c6f5
2 changed files with 5 additions and 3 deletions

View File

@ -67,12 +67,10 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-api</artifactId>
<version>2.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-java</artifactId>
<version>2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
@ -88,7 +86,6 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-beanshell</artifactId>
<version>2.1</version>
<scope>runtime</scope>
</dependency>
<dependency>

View File

@ -130,6 +130,11 @@
<artifactId>maven-plugin-tools-java</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-beanshell</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-descriptor</artifactId>