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 2008/03/14 21:04:11 UTC

svn commit: r637236 - /maven/components/trunk/pom.xml

Author: brianf
Date: Fri Mar 14 13:04:09 2008
New Revision: 637236

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

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=637236&r1=637235&r2=637236&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Fri Mar 14 13:04:09 2008
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>5</version>
+    <version>8</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>