Author: bodewig Date: Sun Mar 17 06:47:14 2013 New Revision: 1457386 URL: http://svn.apache.org/r1457386 Log: is there a subsubsection?
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=1457386&r1=1457385&r2=1457386&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Sun Mar 17 06:47:14 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> - <subsection name="Manual Method"> + <subsubsection name="Manual Method"> <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 @@ -462,9 +462,9 @@ <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> - </subsection> + </subsubsection> - <subsection name="Maven Release Plugin"> + <subsubsection name="Maven Release Plugin"> <p>When using the release plugin, please verify that your poms will not lose content when they are rewritten during the release process.</p> @@ -484,7 +484,7 @@ <pre> mvn release:prepare </pre> - </subsection> + </subsubsection> </subsection> <subsection name="Create the Release Candidate">