This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository
https://gitbox.apache.org/repos/asf/tomcat.gitThe following commit(s) were added to refs/heads/9.0.x by this push:
new b691d0d Remove unnecessary space
b691d0d is described below
commit b691d0dca1759642375de0aa34af9cee80ea72ec
Author: Mark Thomas <
[hidden email]>
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 80260f1..4e02893 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:
[hidden email]
For additional commands, e-mail:
[hidden email]