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 2007/02/24 05:45:10 UTC

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

Author: brett
Date: Fri Feb 23 20:45:10 2007
New Revision: 511209

URL: http://svn.apache.org/viewvc?view=rev&rev=511209
Log:
use released parent

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?view=diff&rev=511209&r1=511208&r2=511209
==============================================================================
--- maven/plugins/trunk/maven-antrun-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-antrun-plugin/pom.xml Fri Feb 23 20:45:10 2007
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>8-SNAPSHOT</version>
+    <version>8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-antrun-plugin</artifactId>