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 02:14:19 UTC

svn commit: r744339 - /maven/shared/trunk/maven-runtime/pom.xml

Author: brianf
Date: Sat Feb 14 01:14:19 2009
New Revision: 744339

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

Modified:
    maven/shared/trunk/maven-runtime/pom.xml

Modified: maven/shared/trunk/maven-runtime/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=744339&r1=744338&r2=744339&view=diff
==============================================================================
--- maven/shared/trunk/maven-runtime/pom.xml (original)
+++ maven/shared/trunk/maven-runtime/pom.xml Sat Feb 14 01:14:19 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.shared</groupId>