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/18 02:44:38 UTC

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

Author: brianf
Date: Wed Feb 18 01:44:37 2009
New Revision: 745355

URL: http://svn.apache.org/viewvc?rev=745355&view=rev
Log:
put the modules back

Modified:
    maven/shared/trunk/pom.xml

Modified: maven/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/pom.xml?rev=745355&r1=745354&r2=745355&view=diff
==============================================================================
--- maven/shared/trunk/pom.xml (original)
+++ maven/shared/trunk/pom.xml Wed Feb 18 01:44:37 2009
@@ -31,7 +31,7 @@
 
   <groupId>org.apache.maven.shared</groupId>
   <artifactId>maven-shared-components</artifactId>
-  <version>12-SNAPSHOT</version>
+  <version>11</version>
   <packaging>pom</packaging>
 
   <name>Maven Shared Components</name>
@@ -110,7 +110,7 @@
       </otherArchives>
     </mailingList>
   </mailingLists>
-<!--
+
   <modules>
     <module>file-management</module>
     <module>maven-ant</module>
@@ -135,7 +135,7 @@
     <module>maven-verifier</module>
     <module>maven-web-ui-tests</module>
   </modules>
--->
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/</developerConnection>