Author: ecki Date: Mon Sep 21 16:44:43 2015 New Revision: 1704360 URL: http://svn.apache.org/viewvc?rev=1704360&view=rev Log: Fix build error/html structure
Modified: commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml Modified: commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml?rev=1704360&r1=1704359&r2=1704360&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml (original) +++ commons/cms-site/trunk/content/xdoc/commons-parent-pom.xml Mon Sep 21 16:44:43 2015 @@ -558,7 +558,7 @@ <p> You can also combine the <code>-Prelease</code> option with <code>deploy</code> target and the <code>-Ptest-deploy</code> profile to simulate staging to the repository. - <p> + </p> </subsection> <subsection name="release-notes profile"> @@ -585,12 +585,12 @@ <p> The pom also includes some helper profiles that are automatically enabled as needed </p> - <li> - <ul><code>jdk7-plugin-fix-version</code> - updates plugin versions for use under JDK7 (currently Findbugs and Animal Sniffer)</ul> - <ul><code>svn-buildnumber</code> - adds the build number to the manifests; suppress with <source>-Dbuildnumber.skip</source></ul> - <ul><code>parse-target-version</code> - parses maven.compiler.target into javaTarget.[majorVersion|minorVersion|etc] - using the <a href="http://mojo.codehaus.org/build-helper-maven-plugin/parse-version-mojo.html">build-helper:parse-version</a> goal</ul> - </li> + <ul> + <li><code>jdk7-plugin-fix-version</code> - updates plugin versions for use under JDK7 (currently Findbugs and Animal Sniffer)</li> + <li><code>svn-buildnumber</code> - adds the build number to the manifests; suppress with <code>-Dbuildnumber.skip</code></li> + <li><code>parse-target-version</code> - parses maven.compiler.target into javaTarget.[majorVersion|minorVersion|etc] + using the <a href="http://mojo.codehaus.org/build-helper-maven-plugin/parse-version-mojo.html">build-helper:parse-version</a> goal</li> + </ul> </subsection>