This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 9ec96e1 Drop SHA-256, keep only SHA-512.
9ec96e1 is described below
commit 9ec96e1019053c31dea9e0b7a2d30e106fe08b7c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 27 09:49:52 2019 -0500
Drop SHA-256, keep only SHA-512.
---
src/main/resources/commons-xdoc-templates/vote-txt-template.txt | 1 -
src/main/scripts/generate-xdocs.build.xml | 4 ----
2 files changed, 5 deletions(-)
diff --git a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
index 4c0c467..6275a1d 100755
--- a/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
+++ b/src/main/resources/commons-xdoc-templates/vote-txt-template.txt
@@ -37,7 +37,6 @@ Maven artifacts are here:
These are the Maven artifacts and their hashes in Nexus:
-@SHA256LIST@
@SHA512LIST@
(no need for .asc hashes!)
diff --git a/src/main/scripts/generate-xdocs.build.xml
b/src/main/scripts/generate-xdocs.build.xml
index 71281af..371e32e 100755
--- a/src/main/scripts/generate-xdocs.build.xml
+++ b/src/main/scripts/generate-xdocs.build.xml
@@ -57,9 +57,6 @@
<!-- Create a temporary directory to load the template files into -->
<mkdir dir="${commonsMojoTempDir}"/>
- <!-- Load SHA-256 file created by the deploy goal -->
- <loadfile property="commons.sha256list"
srcFile="target/commons-release-plugin/sha256.properties" failonerror="false"/>
-
<!-- Load SHA-512 file created by the deploy goal -->
<loadfile property="commons.sha512list"
srcFile="target/commons-release-plugin/sha512.properties" failonerror="false"/>
@@ -108,7 +105,6 @@
<filter token="RMNAME"
value="${commons.releaseManagerName}"/>
<filter token="RMKEY"
value="${commons.releaseManagerKey}"/>
<filter token="RCREV" value="${svn.rc.revision}"/>
- <filter token="SHA256LIST" value="${commons.sha256list}"/>
<filter token="SHA512LIST" value="${commons.sha512list}"/>
<filter token="DISTURL" value="${svn.dist.url}"/>
<filter token="TAGNAME" value="${git.tag.name}"/>