Author: smarthi
Date: Fri Nov 6 01:30:08 2015
New Revision: 1712895
URL: http://svn.apache.org/viewvc?rev=1712895&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=1712895&r1=1712894&r2=1712895&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:30:08 2015
@@ -128,8 +128,8 @@ svn.us.apache.org to svn.apache.org.
You may also have to rollback the version numbers in the POM files.
- ( If you want to skip test cases while rebuilding, use
- mvn -DpreparationGoals="clean compile" release:prepare release:perform)
+ If you want to skip test cases while rebuilding, use
+ mvn -DpreparationGoals="clean compile" release:prepare release:perform
* Review the artifacts, etc. on the Apache Repository (using Sonatype's
Nexus application) site: https://repository.apache.org/.
@@ -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
Closed it earlier.