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.git

commit 39fa9e55ce8a71abdb196c2241cff027924ce374
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 25 20:32:01 2020 +0000

    Provide SHA-256 and SHA-512 hashes for releases via Maven
---
 res/maven/mvn-pub.xml      | 1 +
 webapps/docs/changelog.xml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/res/maven/mvn-pub.xml b/res/maven/mvn-pub.xml
index 76b786c..06dd829 100644
--- a/res/maven/mvn-pub.xml
+++ b/res/maven/mvn-pub.xml
@@ -23,6 +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"/>
 
   <target name="init-maven">
     <antcall target="downloadfile">
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 7c3eb30..c115443 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -145,6 +145,10 @@
       <update>
         Update to Maven Ant Resolver Tasks 1.3.0. (markt)
       </update>
+      <fix>
+        <bug>62695</bug>: Provide SHA-256 and SHA-512 checksums for files
+        published via Maven. (markt)
+      </fix>
     </changelog>
   </subsection>
 </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to