You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-commits@maven.apache.org by ol...@apache.org on 2008/08/11 01:13:42 UTC

svn commit: r684610 - /maven/scm/trunk/pom.xml

Author: olamy
Date: Sun Aug 10 16:13:42 2008
New Revision: 684610

URL: http://svn.apache.org/viewvc?rev=684610&view=rev
Log:
Downgrade maven parent pom for release

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=684610&r1=684609&r2=684610&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Sun Aug 10 16:13:42 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>9-SNAPSHOT</version>
+    <version>8</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>