Author: bodewig Date: Sun Mar 17 06:51:22 2013 New Revision: 1457387 URL: http://svn.apache.org/r1457387 Log: xdocs doesn't know 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=1457387&r1=1457386&r2=1457387&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:51:22 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> - <subsubsection name="Manual Method"> + <a name="Manual Method"><h4>Manual Method</h4></a> <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,8 @@ <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> - </subsubsection> - <subsubsection name="Maven Release Plugin"> + <a name="Maven Release Plugin"><h4>Maven Release Plugin</h4></a> <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 +483,6 @@ <pre> mvn release:prepare </pre> - </subsubsection> </subsection> <subsection name="Create the Release Candidate">