You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by gd...@apache.org on 2009/04/10 16:46:13 UTC

svn commit: r763954 - /webservices/axis2/branches/java/1_5/modules/parent/pom.xml

Author: gdaniels
Date: Fri Apr 10 14:46:13 2009
New Revision: 763954

URL: http://svn.apache.org/viewvc?rev=763954&view=rev
Log:
Experimenting w/release plugin - add tagBase

Modified:
    webservices/axis2/branches/java/1_5/modules/parent/pom.xml

Modified: webservices/axis2/branches/java/1_5/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_5/modules/parent/pom.xml?rev=763954&r1=763953&r2=763954&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_5/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_5/modules/parent/pom.xml Fri Apr 10 14:46:13 2009
@@ -1067,6 +1067,7 @@
                                   <groupId>org.apache.maven.plugins</groupId>
                                   <artifactId>maven-release-plugin</artifactId>
                                   <configuration>
+				      <tagBase>https://svn.apache.org/repos/asf/webservices/axis2/tags/java/</tagBase>
                                       <useReleaseProfile>false</useReleaseProfile>
                                       <goals>deploy</goals>
                                       <arguments>-Prelease</arguments>