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 ah...@apache.org on 2008/08/06 23:53:36 UTC

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

Author: aheritier
Date: Wed Aug  6 14:53:33 2008
New Revision: 683423

URL: http://svn.apache.org/viewvc?rev=683423&view=rev
Log:
Check that maven-parent 9 works with all projects

Modified:
    maven/scm/trunk/pom.xml

Modified: maven/scm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/scm/trunk/pom.xml?rev=683423&r1=683422&r2=683423&view=diff
==============================================================================
--- maven/scm/trunk/pom.xml (original)
+++ maven/scm/trunk/pom.xml Wed Aug  6 14:53:33 2008
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>8</version>
+    <version>9-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>