You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2013/06/23 11:03:49 UTC

[5/8] git commit: explicitly set the tagNameFormat in maven-release-plugin

explicitly set the tagNameFormat in maven-release-plugin


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c9c28210
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c9c28210
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c9c28210

Branch: refs/heads/camel-2.10.x
Commit: c9c282108e0e889c066fe9761824a0e2f4b48af2
Parents: 5f994b0
Author: cmueller <cm...@apache.org>
Authored: Sat Jun 22 15:05:20 2013 +0200
Committer: cmueller <cm...@apache.org>
Committed: Sun Jun 23 11:02:56 2013 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c9c28210/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ffb310..3d13fb2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -213,6 +213,7 @@
           <configuration>
 	        <localCheckout>true</localCheckout>
             <pushChanges>false</pushChanges>
+            <tagNameFormat>@{project.artifactId}-@{project.version}</tagNameFormat>
             <useReleaseProfile>false</useReleaseProfile>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>