You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/09 13:53:24 UTC

svn commit: r834043 - /maven/maven-3/trunk/pom.xml

Author: bentmann
Date: Mon Nov  9 12:53:23 2009
New Revision: 834043

URL: http://svn.apache.org/viewvc?rev=834043&view=rev
Log:
o Fixed tag base

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=834043&r1=834042&r2=834043&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon Nov  9 12:53:23 2009
@@ -364,7 +364,7 @@
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
+            <tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase>
           </configuration>
         </plugin>
         <plugin>