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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4f2b542  Remove unnecessary space
4f2b542 is described below

commit 4f2b542d1d033774629fc934bce41b7f015d65e9
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 b393eea..10b3978 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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to