You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2010/05/18 23:44:06 UTC

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

Author: krosenvold
Date: Tue May 18 21:44:05 2010
New Revision: 945906

URL: http://svn.apache.org/viewvc?rev=945906&view=rev
Log:
o Reset pom version to 1.4-SNAPSHOT

Also updates plexus-utils to 2.0.5 and maven requirement to 2.0.6

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

Modified: maven/plugins/trunk/maven-antrun-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/pom.xml?rev=945906&r1=945905&r2=945906&view=diff
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Tue May 18 21:44:05 2010
@@ -29,14 +29,14 @@ under the License.
   </parent>
 
   <artifactId>maven-antrun-plugin</artifactId>
-  <version>1.3.1-SNAPSHOT</version>
+  <version>1.4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven AntRun Plugin</name>
   <description>Runs Ant scripts embedded in the POM</description>
 
   <prerequisites>
-    <maven>2.0.4</maven>
+    <maven>2.0.6</maven>
   </prerequisites>
 
   <scm>
@@ -68,7 +68,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.15</version>
+      <version>2.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>