From 02901ba61ddc051d3e3985b46847a6b9900f13a4 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Mon, 18 Mar 2019 19:04:12 +0530 Subject: [PATCH] SHA1 checksum is no longer recommended by Apache release process The Apache release process no longer recommends using SHA1 checksums for artifacts http://www.apache.org/dev/release-signing.html#sha1. The commit here removes generation of SHA1 for Ant distribution artifacts. Furthermore, the checksum generation for artifacts that we upload to Maven is also now removed, since the Nexus instance generates those dynamically when the artifacts are uploaded to Nexus as stated at http://www.apache.org/dev/publishing-maven-artifacts.html#prepare-release : "You don't need artifacts for your checksum files (if you create any) since Nexus will create MD5 and SHA1 checksums on the fly anyway." --- build.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/build.xml b/build.xml index 20b8d5cee..5413612dd 100644 --- a/build.xml +++ b/build.xml @@ -942,24 +942,9 @@ - - - - - - - - - - - - - - - @@ -1262,12 +1247,6 @@ - - - - - - @@ -1288,12 +1267,10 @@ - - @@ -1336,7 +1313,6 @@ -