You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/08/21 15:08:51 UTC

svn commit: r568114 - /maven/site/trunk/pom.xml

Author: ltheussl
Date: Tue Aug 21 06:08:50 2007
New Revision: 568114

URL: http://svn.apache.org/viewvc?rev=568114&view=rev
Log:
Use latest parent

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=568114&r1=568113&r2=568114&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue Aug 21 06:08:50 2007
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>