You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/08/17 21:18:24 UTC

svn commit: r805105 - /maven/resources/trunk/pom.xml

Author: jdcasey
Date: Mon Aug 17 19:18:24 2009
New Revision: 805105

URL: http://svn.apache.org/viewvc?rev=805105&view=rev
Log:
moving to maven-parent 12 and adding apache-source-release-assembly-descriptor to prepare for release vote for this POM.

Modified:
    maven/resources/trunk/pom.xml

Modified: maven/resources/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/pom.xml?rev=805105&r1=805104&r2=805105&view=diff
==============================================================================
--- maven/resources/trunk/pom.xml (original)
+++ maven/resources/trunk/pom.xml Mon Aug 17 19:18:24 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>11-SNAPSHOT</version>
+    <version>12</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -41,6 +41,7 @@
     <module>apache-jar-resource-bundle</module>
     <module>apache-license-header-resource-bundle</module>
     <module>apache-incubator-disclaimer-resource-bundle</module>         
+    <module>apache-source-release-assembly-descriptor</module>
   </modules>
 
   <scm>