You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/08/09 15:14:17 UTC

svn commit: r684254 - /maven/plugin-tools/trunk/pom.xml

Author: vsiveton
Date: Sat Aug  9 06:14:17 2008
New Revision: 684254

URL: http://svn.apache.org/viewvc?rev=684254&view=rev
Log:
o using maven-parent:8 to make a release

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=684254&r1=684253&r2=684254&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat Aug  9 06:14:17 2008
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>9-SNAPSHOT</version>
+    <version>8</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>