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:08:35 UTC

svn commit: r744324 - /maven/shared/trunk/maven-app-configuration/pom.xml

Author: brianf
Date: Sat Feb 14 01:08:35 2009
New Revision: 744324

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

Modified:
    maven/shared/trunk/maven-app-configuration/pom.xml

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