aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorParth Chandra <parthc@apache.org>2017-09-20 13:42:54 -0700
committerPaul Rogers <progers@maprtech.com>2017-09-25 09:37:08 -0700
commitdde6fb72eca3c89265d41814e8dfea64b26bfb4b (patch)
treeef81a5c14d4bce71b857e0d56778a35785aefd72 /pom.xml
parent61c48a9cf935c43de4cfca28fe11fbe6fdb1a36f (diff)
DRILL-5727: Update release profile to generate SHA-512 checksum.
Also, remove sha1 checksum from release package closes #951
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f22fafa30..4f8ec6780 100644
--- a/pom.xml
+++ b/pom.xml
@@ -976,7 +976,7 @@
<configuration>
<algorithms>
<algorithm>MD5</algorithm>
- <algorithm>SHA-1</algorithm>
+ <algorithm>SHA-512</algorithm>
</algorithms>
<failOnError>false</failOnError>
</configuration>