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/1.7
Commit: 567f52fb26588b65083f2e197a9fb85c8fe500ac
Parents: 8669215
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Mon Jan 11 15:35:11 2016 -0500
Committer: Christopher Tubbs <ctubb...@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>

Reply via email to