Author: jochen
Date: Sun Feb 11 13:49:31 2007
New Revision: 506146
URL: http://svn.apache.org/viewvc?view=rev&rev=506146
Log:
Fixed the release plugins configuration.
Modified:
webservices/xmlrpc/trunk/pom.xml
Modified: webservices/xmlrpc/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?view=diff&rev=506146&r1=506145&r2=506146
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Sun Feb 11 13:49:31 2007
@@ -232,7 +232,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
-
<tagBase>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/webservices/xmlrpc/tags/</tagBase>
</configuration>
</plugin>
<plugin>