This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 6d0af1e Something in the release to Maven Central process requires
MD5 and SHA-1
6d0af1e is described below
commit 6d0af1e95df40cd272d470d30f2d8aef8bcadf7b
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 5 16:44:36 2021 +0000
Something in the release to Maven Central process requires MD5 and SHA-1
---
res/maven/mvn-pub.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index 16b67a8..d62a2d7 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -23,7 +23,7 @@
<property file="${basedir}/mvn.properties"/>
<property file="${basedir}/mvn.properties.default"/>
<property name="local.repo" value="${user.home}/.m2/repository"/>
- <property name="aether.checksums.algorithms" value="SHA-256,SHA-512"/>
+ <property name="aether.checksums.algorithms" value="MD5,
SHA-1,SHA-256,SHA-512"/>
<target name="init-maven">
<antcall target="downloadfile">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]