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 2020/11/26 09:37:19 UTC

[tomcat] branch master updated (a1cbdab -> 997ea27)

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

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


    from a1cbdab  Fix BZ 64080 - graceful close
     new 02b9683  Update to Maven Ant Resolver Tasks 1.3.0
     new 997ea27  Provide SHA-256 and SHA-512 hashes for releases via Maven

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 res/maven/mvn-pub.xml            | 1 +
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml       | 7 +++++++
 3 files changed, 9 insertions(+), 1 deletion(-)


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


[tomcat] 01/02: Update to Maven Ant Resolver Tasks 1.3.0

Posted by ma...@apache.org.
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

commit 02b968334d3d3029fbe543d9f5291a150bec5bc0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 25 20:31:35 2020 +0000

    Update to Maven Ant Resolver Tasks 1.3.0
---
 res/maven/mvn.properties.default | 2 +-
 webapps/docs/changelog.xml       | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/res/maven/mvn.properties.default b/res/maven/mvn.properties.default
index 2c756e3..e00e7e2 100644
--- a/res/maven/mvn.properties.default
+++ b/res/maven/mvn.properties.default
@@ -59,7 +59,7 @@ tomcat.pom.path=../../res/maven
 base.path=${user.home}/tomcat-build-libs
 
 # ----- Maven Ant Tasks -----
-maven-resolver-ant-tasks.version=1.2.0
+maven-resolver-ant-tasks.version=1.3.0
 maven-resolver-ant-tasks.home=${base.path}/maven-resolver-ant-tasks-${maven-resolver-ant-tasks.version}
 maven-resolver-ant-tasks.loc=https://repo1.maven.org/maven2/org/apache/maven/resolver/maven-resolver-ant-tasks/${maven-resolver-ant-tasks.version}/maven-resolver-ant-tasks-${maven-resolver-ant-tasks.version}-uber.jar
 maven-resolver-ant-tasks.jar=${maven-resolver-ant-tasks.home}/maven-resolver-ant-tasks-${maven-resolver-ant-tasks.version}-uber.jar
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5603d10..7595c2d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -142,6 +142,9 @@
         <bug>64931</bug>: Implement validation of <code>changelog.xml</code>
         file at build time. (kkolinko)
       </add>
+      <update>
+        Update to Maven Ant Resolver Tasks 1.3.0. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>


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


[tomcat] 02/02: Provide SHA-256 and SHA-512 hashes for releases via Maven

Posted by ma...@apache.org.
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

commit 997ea27b77fe08db2bc19bdb8b15ddbde9662675
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 4ab26f7..99ffb9e 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 7595c2d..3743633 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org