You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/15 19:14:07 UTC

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

Author: brett
Date: Sat Oct 15 10:14:03 2005
New Revision: 321382

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

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=321382&r1=321381&r2=321382&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-antrun-plugin/pom.xml Sat Oct 15 10:14:03 2005
@@ -8,11 +8,8 @@
   <artifactId>maven-antrun-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven AntRun Plugin</name>
-  <version>1.0-rc2-SNAPSHOT</version>
+  <version>1.0</version>
   <description>Runs ant scripts embedded in the POM</description>
-  <prerequisites>
-    <maven>2.0</maven>
-  </prerequisites>
   <developers>
     <developer>
       <id>kenney</id>
@@ -37,4 +34,4 @@
       <version>1.6.5</version>
     </dependency>
   </dependencies>
-</project>
+</project>
\ No newline at end of file