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 2009/02/14 01:36:02 UTC

svn commit: r744316 - /maven/shared/trunk/pom.xml

Author: brianf
Date: Sat Feb 14 00:36:02 2009
New Revision: 744316

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

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=744316&r1=744315&r2=744316&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Sat Feb 14 00:36:02 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>