[
https://issues.apache.org/jira/browse/OPENNLP-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16423971#comment-16423971
]
ASF GitHub Bot commented on OPENNLP-1192:
-----------------------------------------
kottmann closed pull request #309: OPENNLP-1192: Remove MD5 hashes from Release
process
URL: https://github.com/apache/opennlp/pull/309
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml
index 5a43b4568..45a0f71d4 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>
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove MD5 hashes from Release process
> --------------------------------------
>
> Key: OPENNLP-1192
> URL: https://issues.apache.org/jira/browse/OPENNLP-1192
> Project: OpenNLP
> Issue Type: New Feature
> Components: Build, Packaging and Test
> Affects Versions: 1.8.4
> Reporter: Suneel Marthi
> Assignee: Suneel Marthi
> Priority: Major
> Fix For: 1.8.5
>
>
> Per [http://www.apache.org/dev/release-publishing.html] MD5 should not be
> supported.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)