Author: brett
Date: Tue Oct  4 02:17:37 2005
New Revision: 293573

URL: http://svn.apache.org/viewcvs?rev=293573&view=rev
Log:
add maven-plugin-parameter-documenter to modules


Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=293573&r1=293572&r2=293573&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Tue Oct  4 02:17:37 2005
@@ -4,7 +4,7 @@
   <artifactId>maven</artifactId>
   <packaging>pom</packaging>
   <name>Maven Project</name>
-  <version>2.0-beta-3-SNAPSHOT</version>
+  <version>2.0-beta-3</version>
   <description>Maven components parent</description>
   <url>http://maven.apache.org/maven2/</url>
   <issueManagement>
@@ -119,9 +119,9 @@
     </license>
   </licenses>
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</connection>
-    
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/components/trunk</url>
+    
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0-beta-3</connection>
+    
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/maven/components/tags/maven-2.0-beta-3</developerConnection>
+    
<url>http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-2.0-beta-3</url>
   </scm>
   <organization>
     <name>Apache Software Foundation</name>
@@ -148,6 +148,7 @@
     <module>maven-monitor</module>
     <module>maven-plugin-api</module>
     <module>maven-plugin-descriptor</module>
+    <module>maven-plugin-parameter-documenter</module>
     <module>maven-plugin-registry</module>
     <module>maven-plugin-tools</module>
     <module>maven-profile</module>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to