Repository: commons-build-plugin Updated Branches: refs/heads/master 5b18cf954 -> c6f38b2fb
MD5 => SHA1 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/c6f38b2f Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/c6f38b2f Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/c6f38b2f Branch: refs/heads/master Commit: c6f38b2fb4ab5ca5012a7fa443f78b6aa9607976 Parents: 5b18cf9 Author: Sebb <s...@apache.org> Authored: Mon Mar 26 16:30:54 2018 +0100 Committer: Sebb <s...@apache.org> Committed: Mon Mar 26 16:30:54 2018 +0100 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 5 +++-- .../commons-xdoc-templates/download-page-body.xml | 8 ++++---- .../commons-xdoc-templates/download-page-head.xml | 2 +- src/site/xdoc/download_commons-build-plugin.xml | 10 +++++----- 4 files changed, 13 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/c6f38b2f/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 5fd1d17..9b0b013 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -10,11 +10,12 @@ See: http://commons.apache.org/commons-build-plugin/ -VERSION 1.8 - 2017-MM-DD +VERSION 1.8 - 2018-MM-DD ------------------------ Changes since the last release -1. Fix EOL-style so generate files have correct setting +1. Fix EOL-style so generated files have correct setting +2. Change MD5 to SHA1 VERSION 1.7 - 2016-11-18 ------------------------ http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/c6f38b2f/src/main/resources/commons-xdoc-templates/download-page-body.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/download-page-body.xml b/src/main/resources/commons-xdoc-templates/download-page-body.xml index 250f626..f5144af 100644 --- a/src/main/resources/commons-xdoc-templates/download-page-body.xml +++ b/src/main/resources/commons-xdoc-templates/download-page-body.xml @@ -3,12 +3,12 @@ <table> <tr> <td><a href="[preferred]/commons/@ID@/@BINDIR@/@FINAL_NAME@@binary-suf...@.tar.gz">@FINAL_NAME@@binary-suf...@.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@binary-suf...@.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@binary-suf...@.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@binary-suf...@.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/@ID@/@BINDIR@/@FINAL_NAME@@BINARY-SUFFIX@.zip">@FINAL_NAME@@BINARY-SUFFIX@.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@BINARY-SUFFIX@.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@BINARY-SUFFIX@.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@BINDIR@/@FINAL_NAME@@binary-suf...@.zip.asc">pgp</a></td> </tr> </table> @@ -17,12 +17,12 @@ <table> <tr> <td><a href="[preferred]/commons/@ID@/@SRCDIR@/@final_n...@-src.tar.gz">@final_n...@-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@final_n...@-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@final_n...@-src.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@final_n...@-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/@ID@/@SRCDIR@/@final_n...@-src.zip">@final_n...@-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@final_n...@-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@final_n...@-src.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/@ID@/@SRCDIR@/@final_n...@-src.zip.asc">pgp</a></td> </tr> </table> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/c6f38b2f/src/main/resources/commons-xdoc-templates/download-page-head.xml ---------------------------------------------------------------------- diff --git a/src/main/resources/commons-xdoc-templates/download-page-head.xml b/src/main/resources/commons-xdoc-templates/download-page-head.xml index ee1ff15..e556c26 100644 --- a/src/main/resources/commons-xdoc-templates/download-page-head.xml +++ b/src/main/resources/commons-xdoc-templates/download-page-head.xml @@ -102,7 +102,7 @@ limitations under the License. It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); - failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files). + failing that using the <code>SHA1</code> hash (<code>*.sha1</code> checksum files). </p> <p> The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/c6f38b2f/src/site/xdoc/download_commons-build-plugin.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/download_commons-build-plugin.xml b/src/site/xdoc/download_commons-build-plugin.xml index 62b0c6e..0c26fa0 100644 --- a/src/site/xdoc/download_commons-build-plugin.xml +++ b/src/site/xdoc/download_commons-build-plugin.xml @@ -100,7 +100,7 @@ limitations under the License. It is essential that you <a href="https://www.apache.org/info/verification.html">verify the integrity</a> of downloaded files, preferably using the <code>PGP</code> signature (<code>*.asc</code> files); - failing that using the <code>MD5</code> hash (<code>*.md5</code> checksum files). + failing that using the <code>SHA1</code> hash (<code>*.sha1</code> checksum files). </p> <p> The <a href="https://www.apache.org/dist/commons/KEYS">KEYS</a> @@ -114,12 +114,12 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.tar.gz">commons-build-plugin-1.5-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.zip">commons-build-plugin-1.5-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/binaries/commons-build-plugin-1.5-bin.zip.asc">pgp</a></td> </tr> </table> @@ -128,12 +128,12 @@ limitations under the License. <table> <tr> <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.tar.gz">commons-build-plugin-1.5-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.tar.gz.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.tar.gz.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.tar.gz.asc">pgp</a></td> </tr> <tr> <td><a href="[preferred]/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.zip">commons-build-plugin-1.5-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.zip.md5">md5</a></td> + <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.zip.sha1">sha1</a></td> <td><a href="https://www.apache.org/dist/commons/commons-build-plugin/source/commons-build-plugin-1.5-src.zip.asc">pgp</a></td> </tr> </table>