Author: hadrian
Date: Tue Sep 6 13:47:05 2011
New Revision: 1165670
URL: http://svn.apache.org/viewvc?rev=1165670&view=rev
Log:
Use explicit tagBase to not confuse mvn when releasing from branch
Modified:
camel/branches/camel-2.8.x/pom.xml
Modified: camel/branches/camel-2.8.x/pom.xml
URL:
http://svn.apache.org/viewvc/camel/branches/camel-2.8.x/pom.xml?rev=1165670&r1=1165669&r2=1165670&view=diff
==============================================================================
--- camel/branches/camel-2.8.x/pom.xml (original)
+++ camel/branches/camel-2.8.x/pom.xml Tue Sep 6 13:47:05 2011
@@ -207,7 +207,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
-
<!--<tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>-->
+ <tagBase>https://svn.apache.org/repos/asf/camel/tags</tagBase>
<!--<useReleaseProfile>false</useReleaseProfile>-->
<!--<preparationGoals>clean install</preparationGoals>-->
<!--<goals>deploy</goals>-->