You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sm...@apache.org on 2015/11/06 02:25:47 UTC

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

Author: smarthi
Date: Fri Nov  6 01:25:46 2015
New Revision: 1712893

URL: http://svn.apache.org/viewvc?rev=1712893&view=rev
Log:
MAHOUT-1443: Update 'How To Release' Page

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=1712893&r1=1712892&r2=1712893&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 Fri Nov  6 01:25:46 2015
@@ -161,7 +161,6 @@ over.
 
         git push --delete apache <tagname> (deletes the remote tag)
         git tag -d tagname (deletes the local tag)
-
         </blockquote>
 
 * Release the artifact in the Nexus Repository in the same way you