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 7cffb34 Remove unnecessary space
7cffb34 is described below
commit 7cffb342f238714b2d0c78bd5ad8180cd30d2831
Author: Mark Thomas <[email protected]>
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 fcb90e3..ea75ae2 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: [email protected]
For additional commands, e-mail: [email protected]