You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by bu...@apache.org on 2017/03/01 00:42:02 UTC

svn commit: r1007455 - in /websites/staging/mahout/trunk/content: ./ developers/how-to-release.html

Author: buildbot
Date: Wed Mar  1 00:42:02 2017
New Revision: 1007455

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:42:02 2017
@@ -1 +1 @@
-1784841
+1784842

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:42:02 2017
@@ -401,8 +401,8 @@ svn.us.apache.org to svn.apache.org.</li
 <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. 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>git tag -d mahout-X.XX.X</p>
+<p>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>