You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/10/04 18:21:52 UTC

svn commit: r294812 - in /maven/components/trunk/maven-plugins/maven-plugin-plugin: pom.xml release-pom.xml

Author: brett
Date: Tue Oct  4 09:21:49 2005
New Revision: 294812

URL: http://svn.apache.org/viewcvs?rev=294812&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Removed:
    maven/components/trunk/maven-plugins/maven-plugin-plugin/release-pom.xml
Modified:
    maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml?rev=294812&r1=294811&r2=294812&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml Tue Oct  4 09:21:49 2005
@@ -8,11 +8,8 @@
   <artifactId>maven-plugin-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PLUGIN Plugin</name>
-  <version>2.0-beta-3</version>
+  <version>2.0-beta-4-SNAPSHOT</version>
   <inceptionYear>2001</inceptionYear>
-  <prerequisites>
-    <maven>2.0-beta-3</maven>
-  </prerequisites>
   <developers>
     <developer>
       <id>vsiveton</id>
@@ -27,21 +24,16 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-registry</artifactId>
-      <version>2.0-beta-3</version>
-    </dependency>      
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-artifact-manager</artifactId>
+      <artifactId>maven-repository-metadata</artifactId>
       <version>2.0-beta-3</version>
-    </dependency>      
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-repository-metadata</artifactId>
+      <artifactId>maven-plugin-registry</artifactId>
       <version>2.0-beta-3</version>
     </dependency>
     <dependency>
@@ -57,6 +49,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact-manager</artifactId>
+      <version>2.0-beta-3</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-beanshell</artifactId>
       <version>2.0-beta-3</version>
       <scope>runtime</scope>
@@ -67,4 +64,4 @@
       <version>2.0-beta-3</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org