You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/11/26 00:04:18 UTC

svn commit: r720642 - /maven/pom/trunk/maven/pom.xml

Author: aheritier
Date: Tue Nov 25 15:04:17 2008
New Revision: 720642

URL: http://svn.apache.org/viewvc?rev=720642&view=rev
Log:
tagbase is useless now. The release plugin automagically computes the tags directory

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

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=720642&r1=720641&r2=720642&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Nov 25 15:04:17 2008
@@ -632,8 +632,6 @@
           <artifactId>maven-release-plugin</artifactId>
           <version>2.0-beta-8</version>
           <configuration>
-            <!-- This element will be overriden by children -->
-            <tagBase>https://svn.apache.org/repos/asf/maven/pom/tags</tagBase>
             <useReleaseProfile>false</useReleaseProfile>
             <goals>deploy</goals>
             <arguments>-Prelease</arguments>