Repository: commons-build-plugin Updated Branches: refs/heads/master d811a876c -> 5737d83c6
Add missing entries for 4th release. Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/5737d83c Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/5737d83c Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/5737d83c Branch: refs/heads/master Commit: 5737d83c67c951421caa3a0a1879d4757a9adc5f Parents: d811a87 Author: Gary Gregory <[email protected]> Authored: Sun Jul 15 12:20:15 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun Jul 15 12:20:15 2018 -0600 ---------------------------------------------------------------------- src/site/xdoc/download-page-mojo.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/5737d83c/src/site/xdoc/download-page-mojo.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download-page-mojo.xml b/src/site/xdoc/download-page-mojo.xml index 1d59577..1a8a7ca 100644 --- a/src/site/xdoc/download-page-mojo.xml +++ b/src/site/xdoc/download-page-mojo.xml @@ -181,6 +181,7 @@ </table> </subsection> <subsection name="Parameter Details"> + <!-- Release (current) --> <p><strong><a name="commons.release.version">commons.release.version</a>:</strong></p> <div>The version of the latest release of the project.</div> <ul> @@ -206,6 +207,7 @@ <li><strong>Required</strong>: <code>No</code></li> <li><strong>Default</strong>: <code>${commons.release.desc}</code></li> </ul><hr/><p><strong><a name="commons.release.2.version">commons.release.2.version</a>:</strong></p> + <!-- Release 2 --> <div>The version of an alternative release of the project.</div> <ul> <li><strong>Type</strong>: <code>java.lang.String</code></li> @@ -230,6 +232,7 @@ <li><strong>Required</strong>: <code>No</code></li> <li><strong>Default</strong>: <code>${commons.release.2.binary.suffix}</code></li> </ul><hr/><hr/><p><strong><a name="commons.release.3.version">commons.release.3.version</a>:</strong></p> + <!-- Release 3 --> <div>The version of an alternative release of the project.</div> <ul> <li><strong>Type</strong>: <code>java.lang.String</code></li> @@ -255,6 +258,33 @@ <li><strong>Default</strong>: <code>${commons.release.3.binary.suffix}</code></li> </ul><hr/><p><strong><a name="basedir">basedir</a>:</strong></p> <div>The base directory from which to execute the Ant script.</div> + <!-- Release 4 --> + <div>The version of an alternative release of the project.</div> + <ul> + <li><strong>Type</strong>: <code>java.lang.String</code></li> + <li><strong>Required</strong>: <code>No</code></li> + <li><strong>Default</strong>: <code>${commons.release.4.version}</code></li> + </ul><hr/><p><strong><a name="commons.release.3.name">commons.release.4.name</a>:</strong></p> + <div>The name of the alternative release of the project.</div> + <ul> + <li><strong>Type</strong>: <code>java.lang.String</code></li> + <li><strong>Required</strong>: <code>Yes</code></li> + <li><strong>Default</strong>: <code>${commons.release.4.name}</code></li> + </ul><hr/><p><strong><a name="commons.release.3.desc">commons.release.3.desc</a>:</strong></p> + <div>Alternative Release Title or Description.</div> + <ul> + <li><strong>Type</strong>: <code>java.lang.String</code></li> + <li><strong>Required</strong>: <code>No</code></li> + <li><strong>Default</strong>: <code>${commons.release.4.desc}</code></li> + </ul><hr/><p><strong><a name="commons.release.3.binary.suffix">commons.release.3.binary.suffix</a>:</strong></p> + <div>The suffix for the alternative release binary distro.</div> + <ul> + <li><strong>Type</strong>: <code>java.lang.String</code></li> + <li><strong>Required</strong>: <code>No</code></li> + <li><strong>Default</strong>: <code>${commons.release.4.binary.suffix}</code></li> + </ul><hr/><p><strong><a name="basedir">basedir</a>:</strong></p> + <div>The base directory from which to execute the Ant script.</div> + <!-- End of Releases --> <ul> <li><strong>Type</strong>: <code>java.io.File</code></li> <li><strong>Required</strong>: <code>Yes</code></li>
