Author: brett
Date: Fri Dec 29 13:34:16 2006
New Revision: 491108
URL: http://svn.apache.org/viewvc?view=rev&rev=491108
Log:
use release
Modified:
maven/plugins/trunk/maven-plugin-plugin/pom.xml
Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/pom.xml?view=diff&rev=491108&r1=491107&r2=491108
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Fri Dec 29 13:34:16 2006
@@ -118,12 +118,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-api</artifactId>
- <version>2.0.5-SNAPSHOT</version>
+ <version>2.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-java</artifactId>
- <version>2.0.5-SNAPSHOT</version>
+ <version>2.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
@@ -134,7 +134,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-tools-beanshell</artifactId>
- <version>2.0.5-SNAPSHOT</version>
+ <version>2.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>