This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 4187f2b577 Update the migration tool for Jakarta EE to 1.0.8
4187f2b577 is described below
commit 4187f2b5772063aa6e215bd570c095abfb17b50b
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Feb 6 22:21:22 2024 +0000
Update the migration tool for Jakarta EE to 1.0.8
---
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 54f679fdd7..dd326dc16f 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -291,10 +291,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.7
+migration-lib.version=1.0.8
migration-lib.checksum.enabled=true
migration-lib.checksum.algorithm=MD5|SHA-1
-migration-lib.checksum.value=378eeda7171284210688349f31e60e73|2baf7f729b409b47467c2ea998216441bf1c33cc
+migration-lib.checksum.value=bc5265465d7c641bbd5c9f2b057decc1|56eb518000183b5f3eface92fb9e9ccd1cbaee09
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 1bd714f60c..725f0ee94d 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -206,6 +206,10 @@
<update>
Update JSign to 6.0. (markt)
</update>
+ <update>
+ Update the packaged version of the Tomcat Migration Tool for Jakarta EE
+ to 1.0.7. (markt)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]