Updated Branches:
  refs/heads/1.5.1-SNAPSHOT a27f60b2e -> a4bf9ede1
  refs/heads/1.6.0-SNAPSHOT f4c4e7c8c -> 5a2de6155
  refs/heads/master 04b79b2a5 -> bc5397627


ACCUMULO-2170 Remove the -RC suffix from the tag name


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

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: a4bf9ede1ec3c9a2b45ebb5fb7d97ee45bce3803
Parents: a27f60b
Author: Josh Elser <els...@apache.org>
Authored: Wed Feb 12 12:57:27 2014 -0500
Committer: Josh Elser <els...@apache.org>
Committed: Wed Feb 12 12:57:27 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a4bf9ede/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5fba3c8..8ae58ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,7 +472,7 @@
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>clean compile javadoc:aggregate deploy</goals>
             <preparationGoals>clean compile javadoc:aggregate 
verify</preparationGoals>
-            <tagNameFormat>@{project.version}-RC</tagNameFormat>
+            <tagNameFormat>@{project.version}</tagNameFormat>
             <releaseProfiles>seal-jars</releaseProfiles>
             <useReleaseProfile>false</useReleaseProfile>
             <pushChanges>false</pushChanges>

Reply via email to