Author: buildbot
Date: Wed Mar 1 00:41:36 2017
New Revision: 1007454
Log:
Staging update by buildbot for mahout
Modified:
websites/staging/mahout/trunk/content/ (props changed)
websites/staging/mahout/trunk/content/developers/how-to-release.html
Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 1 00:41:36 2017
@@ -1 +1 @@
-1781636
+1784841
Modified: websites/staging/mahout/trunk/content/developers/how-to-release.html
==============================================================================
--- websites/staging/mahout/trunk/content/developers/how-to-release.html
(original)
+++ websites/staging/mahout/trunk/content/developers/how-to-release.html Wed
Mar 1 00:41:36 2017
@@ -400,7 +400,9 @@ svn.us.apache.org to svn.apache.org.</li
<p>mvn -Dmahout-release,apache-release,hadoop2 release:rollback. </p>
<p>followed by</p>
<p>mvn -Dmahout-release,apache-release,hadoop2 release:clean</p>
-<p>This will likely save you time and do the right thing. </p>
+<p>This will likely save you time and do the right thing. You may also need to
delete the tag in source control:</p>
+<p>git tag -d mahout-X.XX.X
+ git push apache :refs/tags/mahout-X.XX.X</p>
<p>You may also have to rollback the version numbers in the POM files.</p>
<p>If you want to skip test cases while rebuilding, use</p>
<p>mvn -DpreparationGoals="clean compile" release:prepare release:perform</p>