You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pr...@apache.org on 2017/09/25 17:22:16 UTC

[2/4] drill git commit: DRILL-5727: Update release profile to generate SHA-512 checksum.

DRILL-5727: Update release profile to generate SHA-512 checksum.

Also, remove sha1 checksum from release package

closes #951


Project: http://git-wip-us.apache.org/repos/asf/drill/repo
Commit: http://git-wip-us.apache.org/repos/asf/drill/commit/dde6fb72
Tree: http://git-wip-us.apache.org/repos/asf/drill/tree/dde6fb72
Diff: http://git-wip-us.apache.org/repos/asf/drill/diff/dde6fb72

Branch: refs/heads/master
Commit: dde6fb72eca3c89265d41814e8dfea64b26bfb4b
Parents: 61c48a9
Author: Parth Chandra <pa...@apache.org>
Authored: Wed Sep 20 13:42:54 2017 -0700
Committer: Paul Rogers <pr...@maprtech.com>
Committed: Mon Sep 25 09:37:08 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/dde6fb72/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f22fafa..4f8ec67 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>