You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2018/12/27 18:53:11 UTC

[opennlp] branch master updated: OPENNLP-1230: Adding a dash. (#342)

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

jzemerick 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 808c62e  OPENNLP-1230: Adding a dash. (#342)
808c62e is described below

commit 808c62e70abb2cc9cba012049d93bd810b304fb1
Author: Jeff Zemerick <je...@mtnfog.com>
AuthorDate: Thu Dec 27 13:53:07 2018 -0500

    OPENNLP-1230: Adding a dash. (#342)
---
 opennlp-distr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index e8a4099..2283a0d 100644
--- a/opennlp-distr/pom.xml
+++ b/opennlp-distr/pom.xml
@@ -115,7 +115,7 @@
 	            <phase>verify</phase> 
 	            <configuration> 
 	              <target> 
-	                <checksum algorithm="sha256" format="MD5SUM">
+	                <checksum algorithm="sha-256" format="MD5SUM">
 	                  <fileset dir="${project.build.directory}"> 
 	                    <include name="*.zip" /> 
 	                    <include name="*.gz" />