This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 81931df874 Update Tomcat migration tool for Jakarta EE to 1.0.9
81931df874 is described below
commit 81931df874b40c8c43c0da375d11fa9b90115b7f
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 21 08:50:27 2025 +0000
Update Tomcat migration tool for Jakarta EE to 1.0.9
---
build.properties.default | 4 ++--
webapps/docs/changelog.xml | 4 ++++
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/build.properties.default b/build.properties.default
index 4753756c2f..eb163c4b92 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -324,10 +324,10 @@ bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar
bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar
# ----- Tomcat Migration Tool for Jakarta EE -----
-migration-lib.version=1.0.8
+migration-lib.version=1.0.9
migration-lib.checksum.enabled=true
migration-lib.checksum.algorithm=MD5|SHA-1
-migration-lib.checksum.value=bc5265465d7c641bbd5c9f2b057decc1|56eb518000183b5f3eface92fb9e9ccd1cbaee09
+migration-lib.checksum.value=0c41a2032c09d943211be5d41aed3f8f|fe5473b73441e664842086b8496b940cd2c3c054
migration-lib.home=${base.path}/migration-${migration-lib.version}
migration-lib.jar=${migration-lib.home}/jakartaee-migration-${migration-lib.version}-shaded.jar
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 8212628b47..7a136f0e75 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -218,6 +218,10 @@
<update>
Update to Commons Daemon 1.4.1. (markt)
</update>
+ <update>
+ Update the packaged version of the Tomcat Migration Tool for Jakarta EE
+ to 1.0.9. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]