You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/05/16 11:33:30 UTC

svn commit: r170347 - /maven/components/trunk/maven-plugins/pom.xml

Author: brett
Date: Mon May 16 02:33:30 2005
New Revision: 170347

URL: http://svn.apache.org/viewcvs?rev=170347&view=rev
Log:
fix the base url

Modified:
    maven/components/trunk/maven-plugins/pom.xml

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=170347&r1=170346&r2=170347&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Mon May 16 02:33:30 2005
@@ -6,7 +6,7 @@
   <version>2.0-SNAPSHOT</version>
   <name>Maven Plugins</name>
   <description>Maven plugin parent</description>
-  <url>http://maven.apache.org/maven2/</url>
+  <url>http://maven.apache.org/maven2/plugins/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org