Author: owulff
Date: Tue Jun 19 21:21:04 2012
New Revision: 1351861
URL: http://svn.apache.org/viewvc?rev=1351861&view=rev
Log:
fixed tagbase in release plugin
Modified:
cxf/fediz/trunk/pom.xml
Modified: cxf/fediz/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/pom.xml?rev=1351861&r1=1351860&r2=1351861&view=diff
==============================================================================
--- cxf/fediz/trunk/pom.xml (original)
+++ cxf/fediz/trunk/pom.xml Tue Jun 19 21:21:04 2012
@@ -251,7 +251,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
-
<tagBase>https://svn.apache.org/repos/asf/fediz/tags</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/cxf/fediz/tags</tagBase>
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>