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 17:03:21 UTC

[tomcat] branch 8.5.x updated: Remove unnecessary space

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 69f1745  Remove unnecessary space
69f1745 is described below

commit 69f174507708193ad977b2c6c2bc8b83b4c82a6b
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 5 17:02:03 2021 +0000

    Remove unnecessary space
---
 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 d62a2d7..13903e7 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="MD5, SHA-1,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