You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2009/01/12 18:26:44 UTC

svn commit: r733847 - /maven/components/trunk/pom.xml

Author: jvanzyl
Date: Mon Jan 12 09:26:35 2009
New Revision: 733847

URL: http://svn.apache.org/viewvc?rev=733847&view=rev
Log:
o change module name

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?rev=733847&r1=733846&r2=733847&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Mon Jan 12 09:26:35 2009
@@ -252,7 +252,7 @@
   </build>
   <modules>
     <module>maven-core</module>
-    <module>maven-distribution</module>
+    <module>apache-maven</module>
     <module>maven-lifecycle</module>
     <module>maven-model</module>
     <module>maven-plugin-api</module>