Author: buildbot Date: Sun Mar 17 06:47:26 2013 New Revision: 854818 Log: Staging update by buildbot for commons
Modified: websites/staging/commons/trunk/content/ (props changed) websites/staging/commons/trunk/content/releases/prepare.html Propchange: websites/staging/commons/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Sun Mar 17 06:47:26 2013 @@ -1 +1 @@ -1457385 +1457386 Modified: websites/staging/commons/trunk/content/releases/prepare.html ============================================================================== --- websites/staging/commons/trunk/content/releases/prepare.html (original) +++ websites/staging/commons/trunk/content/releases/prepare.html Sun Mar 17 06:47:26 2013 @@ -582,7 +582,7 @@ <p> Now create the tag for the release candidate. There are two options how to do that, you can either use the Maven release plugin or create the tag manually.</p> - </div><div class="section"><h3>Manual Method<a name="Manual_Method"></a></h3> + <p>Create a clean SVN workspace for the release candidate:</p> <div><pre> svn co https://svn.apache.org/repos/asf/commons/proper/foo/trunk foo-m.n.o-RC1 @@ -604,9 +604,9 @@ <div><pre> svn copy foo-m.n.o-RC1 -m "Creating foo-m.n.o-RC1 tag" https://svn.apache.org/repos/asf/commons/proper/foo/tags/foo-m.n.o-RC1 </pre></div> - </div> + - <div class="section"><h3>Maven Release Plugin<a name="Maven_Release_Plugin"></a></h3> + <p>When using the release plugin, please verify that your poms will not lose content when they are rewritten during the release process.</p> @@ -626,9 +626,9 @@ <div><pre> mvn release:prepare </pre></div> - </div> + - + </div> <div class="section"><h3>Create the Release Candidate<a name="Create_the_Release_Candidate"></a></h3> <p>