You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2021/01/05 16:48:33 UTC

[tomcat] branch 7.0.x updated: Something in the release to Maven Central process requires MD5 and SHA-1

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

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new d1b57d1  Something in the release to Maven Central process requires MD5 and SHA-1
d1b57d1 is described below

commit d1b57d16ba532311292a325a8678d2611a2c0f04
Author: Mark Thomas <ma...@apache.org>
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 d14e68f..fcb90e3 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org