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 19:10:19 UTC

svn commit: r294835 - /maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml

Author: brett
Date: Tue Oct  4 10:10:16 2005
New Revision: 294835

URL: http://svn.apache.org/viewcvs?rev=294835&view=rev
Log:
setting up version

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

Modified: maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml?rev=294835&r1=294834&r2=294835&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml Tue Oct  4 10:10:16 2005
@@ -2,13 +2,13 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0-beta-1</version>
+    <version>2.0-beta-3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-antrun-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven AntRun Plugin</name>
-  <version>1.0-alpha-2-SNAPSHOT</version>
+  <version>1.0-rc1-SNAPSHOT</version>
   <description>Runs ant scripts embedded in the POM</description>
   <developers>
     <developer>



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