You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2018/04/03 12:50:35 UTC

[opennlp] branch master updated: OPENNLP-1192: Remove MD5 hashes from Release process

This is an automated email from the ASF dual-hosted git repository.

joern pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f5d8c4  OPENNLP-1192: Remove MD5 hashes from Release process
1f5d8c4 is described below

commit 1f5d8c4615ce062ea35a9db434e6834738d8ccc7
Author: Suneel Marthi <sm...@apache.org>
AuthorDate: Tue Apr 3 00:06:49 2018 -0400

    OPENNLP-1192: Remove MD5 hashes from Release process
---
 opennlp-distr/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 5a43b45..45a0f71 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -115,18 +115,12 @@
 	            <phase>verify</phase> 
 	            <configuration> 
 	              <target> 
-	                <checksum algorithm="sha1" format="MD5SUM"> 
+	                <checksum algorithm="sha1" format="MD5SUM">
 	                  <fileset dir="${project.build.directory}"> 
 	                    <include name="*.zip" /> 
 	                    <include name="*.gz" /> 
 	                  </fileset> 
-	                </checksum> 
-	                <checksum algorithm="md5" format="MD5SUM"> 
-	                  <fileset dir="${project.build.directory}"> 
-	                    <include name="*.zip" /> 
-	                    <include name="*.gz" /> 
-	                  </fileset> 
-	                </checksum> 
+	                </checksum>
 	              </target> 
 	            </configuration> 
 	          </execution> 

-- 
To stop receiving notification emails like this one, please contact
joern@apache.org.