Fix up refs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1740697 13f79535-47bb-0310-9956-ffa450edef68
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/b73a6005 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/b73a6005 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/b73a6005 Branch: refs/heads/master Commit: b73a600521bc996da3070427460b5fecca0fbbc2 Parents: 4b97617 Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 24 14:00:16 2016 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 24 14:00:16 2016 +0000 ---------------------------------------------------------------------- src/site/xdoc/download-page-mojo.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/b73a6005/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 5b8dadb..8967a43 100644 --- a/src/site/xdoc/download-page-mojo.xml +++ b/src/site/xdoc/download-page-mojo.xml @@ -120,7 +120,7 @@ <td>The suffix for the alternative release binary distro.<br/><strong>Default value is</strong>: <code>${commons.release.2.binary.suffix}</code>.</td> </tr> <tr> - <td><strong><a href="#commons.release.subdir">commons.release.2.subdir</a></strong></td> + <td><strong><a href="#commons.release.2.subdir">commons.release.2.subdir</a></strong></td> <td><code>String</code></td> <td><code>-</code></td> <td>Subdirectory (if not source/binaries)<br/><strong>Default value is</strong>: <code>${commons.release.2.subdir}</code>.</td> @@ -145,7 +145,7 @@ <td>The suffix for the alternative release binary distro.<br/><strong>Default value is</strong>: <code>${commons.release.3.binary.suffix}</code>.</td> </tr> <tr> - <td><strong><a href="#commons.release.subdir">commons.release.3.subdir</a></strong></td> + <td><strong><a href="#commons.release.3.subdir">commons.release.3.subdir</a></strong></td> <td><code>String</code></td> <td><code>-</code></td> <td>Subdirectory (if not source/binaries)<br/><strong>Default value is</strong>: <code>${commons.release.3.subdir}</code>.</td>
