You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2006/02/03 16:47:56 UTC

svn commit: r374692 - /maven/plugins/trunk/maven-plugin-plugin/pom.xml

Author: jdcasey
Date: Fri Feb  3 07:47:52 2006
New Revision: 374692

URL: http://svn.apache.org/viewcvs?rev=374692&view=rev
Log:
[maven-release-plugin] prepare release maven-plugin-plugin-2.1

Modified:
    maven/plugins/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-plugin-plugin/pom.xml?rev=374692&r1=374691&r2=374692&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Fri Feb  3 07:47:52 2006
@@ -1,15 +1,14 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?><project>
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <!-- Not a prerequesite, just building with a newer plexus-utils version -->
     <version>2.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PLUGIN Plugin</name>
-  <version>2.1-SNAPSHOT</version>
+  <version>2.1</version>
   <inceptionYear>2001</inceptionYear>
   <developers>
     <developer>
@@ -55,14 +54,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <version>2.0.1</version>
-      <scope>runtime</scope>
+      <artifactId>maven-artifact-manager</artifactId>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact-manager</artifactId>
-      <version>2.0</version>
+      <artifactId>maven-plugin-tools-beanshell</artifactId>
+      <version>2.0.1</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
@@ -70,4 +69,4 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file