Skip to content

Commit 92e4456

Browse files
authored
OPENNLP-1231: SHA512 and setting filename to .sha512 per Apache Release Distribution Process. (#343)
1 parent 4449e5b commit 92e4456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opennlp-distr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<phase>verify</phase>
116116
<configuration>
117117
<target>
118-
<checksum algorithm="sha-256" format="MD5SUM">
118+
<checksum algorithm="sha-512" format="MD5SUM" fileext=".sha512">
119119
<fileset dir="${project.build.directory}">
120120
<include name="*.zip" />
121121
<include name="*.gz" />

0 commit comments

Comments
 (0)