Author: bodewig Date: Mon Mar 18 06:47:45 2013 New Revision: 1457658 URL: http://svn.apache.org/r1457658 Log: This is how subsections are translated (h3 instead of h4, of course)
Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1457658&r1=1457657&r2=1457658&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Mon Mar 18 06:47:45 2013 @@ -440,7 +440,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> - <a name="Manual Method"><h4>Manual Method</h4></a> + <h4>Manual Method<a name="Manual_Method"></a></h4> <p>Create a clean SVN workspace for the release candidate:</p> <pre> svn co https://svn.apache.org/repos/asf/commons/proper/foo/trunk foo-m.n.o-RC1 @@ -463,7 +463,7 @@ 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> - <a name="Maven Release Plugin"><h4>Maven Release Plugin</h4></a> + <h4>Maven Release Plugin<a name="Maven_Release_Plugin"></a></h4> <p>When using the release plugin, please verify that your poms will not lose content when they are rewritten during the release process.</p>