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/09/19 10:33:30 UTC

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

Author: brett
Date: Fri Sep 19 01:33:30 2008
New Revision: 696978

URL: http://svn.apache.org/viewvc?rev=696978&view=rev
Log:
use released 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=696978&r1=696977&r2=696978&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Fri Sep 19 01:33:30 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>9-SNAPSHOT</version>
+    <version>9</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>