You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/01/12 02:00:26 UTC

[3/6] accumulo git commit: ACCUMULO-4106 Update release plugin tagNameFormat

ACCUMULO-4106 Update release plugin tagNameFormat


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

Branch: refs/heads/master
Commit: 567f52fb26588b65083f2e197a9fb85c8fe500ac
Parents: 8669215
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Jan 11 15:35:11 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Jan 11 15:35:11 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/567f52fb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d51f406..de8302c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -625,7 +625,7 @@
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>clean deploy</goals>
             <preparationGoals>clean verify</preparationGoals>
-            <tagNameFormat>@{project.version}</tagNameFormat>
+            <tagNameFormat>rel/@{project.version}</tagNameFormat>
             <releaseProfiles>seal-jars,skip-findbugs,skip-plugin-its-with-skipTests</releaseProfiles>
             <useReleaseProfile>false</useReleaseProfile>
             <pushChanges>false</pushChanges>