You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by pa...@apache.org on 2018/03/07 16:07:48 UTC

drill git commit: DRILL-6218: Update release profile to not generate MD5 checksum

Repository: drill
Updated Branches:
  refs/heads/master 36159e228 -> dfe47ce04


DRILL-6218: Update release profile to not generate MD5 checksum

This closes #1156


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

Branch: refs/heads/master
Commit: dfe47ce04cae8ef9af08d67c91f2bbbdfacf09ed
Parents: 36159e2
Author: Parth Chandra <pa...@apache.org>
Authored: Wed Mar 7 15:23:42 2018 +0530
Committer: Parth Chandra <pa...@apache.org>
Committed: Wed Mar 7 21:36:29 2018 +0530

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


http://git-wip-us.apache.org/repos/asf/drill/blob/dfe47ce0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a163270..09d0814 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1228,7 +1228,6 @@
             </executions>
             <configuration>
               <algorithms>
-                <algorithm>MD5</algorithm>
                 <algorithm>SHA-512</algorithm>
               </algorithms>
               <failOnError>false</failOnError>