You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2005/09/19 15:37:22 UTC

svn commit: r290154 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Mon Sep 19 06:37:17 2005
New Revision: 290154

URL: http://svn.apache.org/viewcvs?rev=290154&view=rev
Log:
Fix tagBase

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/pom.xml?rev=290154&r1=290153&r2=290154&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Sep 19 06:37:17 2005
@@ -339,7 +339,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.codehaus.org/mojo/tags</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/maven/continuum/tags</tagBase>
         </configuration>
       </plugin>
     </plugins>