Author: dkulp
Date: Thu Oct 7 20:13:14 2010
New Revision: 1005610
URL: http://svn.apache.org/viewvc?rev=1005610&view=rev
Log:
Wrong tag location
Modified:
cxf/xjc-utils/trunk/pom.xml
Modified: cxf/xjc-utils/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/pom.xml?rev=1005610&r1=1005609&r2=1005610&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/pom.xml (original)
+++ cxf/xjc-utils/trunk/pom.xml Thu Oct 7 20:13:14 2010
@@ -207,7 +207,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
<configuration>
-
<tagBase>https://svn.apache.org/repos/asf/cxf/build-utils/tags</tagBase>
+
<tagBase>https://svn.apache.org/repos/asf/cxf/xjc-utils/tags</tagBase>
<useReleaseProfile>false</useReleaseProfile>
<preparationGoals>clean install</preparationGoals>
<goals>deploy</goals>