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

svn commit: r1784841 - /mahout/site/mahout_cms/trunk/content/developers/how-to-release.mdtext

Author: akm
Date: Wed Mar  1 00:41:30 2017
New Revision: 1784841

URL: http://svn.apache.org/viewvc?rev=1784841&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=1784841&r1=1784840&r2=1784841&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:41:30 2017
@@ -124,7 +124,10 @@ svn.us.apache.org to svn.apache.org.
 
   mvn -Dmahout-release,apache-release,hadoop2 release:clean
 
- This will likely save you time and do the right thing. 
+ 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
 
  You may also have to rollback the version numbers in the POM files.