Repository: commons-build-plugin Updated Branches: refs/heads/master c6f38b2fb -> 3cdfc0f00
(changes) add 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/3cdfc0f0 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/3cdfc0f0 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/3cdfc0f0 Branch: refs/heads/master Commit: 3cdfc0f00b0879a65564554b2f93c7a3bff8047b Parents: c6f38b2 Author: Rob Tompkins <[email protected]> Authored: Sat Mar 31 20:51:17 2018 -0400 Committer: Rob Tompkins <[email protected]> Committed: Sat Mar 31 20:51:17 2018 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/3cdfc0f0/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 71b6515..d498cc3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -26,8 +26,11 @@ <body> <release version="1.8" date="2017-MM-DD" description="Feature release"> + <action dev="sebb" type="update"> + Use sha1 signatures as opposed to md5 signatures in download page. + </action> <action dev="britter" type="add" issue="COMMONSSITE-94"> - Include JavaDoc badge in READM.md file. + Include JavaDoc badge in README.md file. </action> <action dev="sebb" type="fix"> Add eol-style:native otherwise generated files can cause commit errors
