Author: akm
Date: Wed Mar 1 00:46:00 2017
New Revision: 1784844
URL: http://svn.apache.org/viewvc?rev=1784844&view=rev
Log:
CMS commit to mahout by akm
Modified:
mahout/site/mahout_cms/trunk/content/developers/how-to-release.mdtext
Modified: mahout/site/mahout_cms/trunk/content/developers/how-to-release.mdtext
URL:
http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/developers/how-to-release.mdtext?rev=1784844&r1=1784843&r2=1784844&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/developers/how-to-release.mdtext
(original)
+++ mahout/site/mahout_cms/trunk/content/developers/how-to-release.mdtext Wed
Mar 1 00:46:00 2017
@@ -126,9 +126,7 @@ svn.us.apache.org to svn.apache.org.
This will likely save you time and do the right thing. You may also need to
delete the tag in source control:
- git tag -d mahout-X.XX.X
-
- git push apache :refs/tags/mahout-X.XX.X
+ git tag -d mahout-X.XX.X; git push apache :refs/tags/mahout-X.XX.X
You may also have to rollback the version numbers in the POM files.