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 52a004996d Upgrade migration tool for Jakarta EE to 1.0.3 52a004996d is described below commit 52a004996de8e5c1da5e0f1dd75dc989e83452e6 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Sep 12 21:11:20 2022 +0100 Upgrade migration tool for Jakarta EE to 1.0.3 --- build.properties.default | 6 +++--- webapps/docs/changelog.xml | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build.properties.default b/build.properties.default index 1a7b0a2b3a..f32f670708 100644 --- a/build.properties.default +++ b/build.properties.default @@ -305,12 +305,12 @@ 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.1 +migration-lib.version=1.0.3 -# checksums for jakartaee-migration-1.0.1-shaded.jar +# checksums for jakartaee-migration-1.0.3-shaded.jar migration-lib.checksum.enabled=true migration-lib.checksum.algorithm=MD5|SHA-1 -migration-lib.checksum.value=c81ed5111319cf59073b9d96d368bc6f|5deeb6d46401642df23cbc48c5766321bc3d7b44 +migration-lib.checksum.value=9b068ac98f98932fabb3dadf2523a27e|17a0d6f6eb19f11ba300b178ef460bcdc5837f61 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 a5fc07ce0a..a777d777fb 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -331,6 +331,10 @@ <add> Improvements to Spanish translations. (markt) </add> + <update> + Update the Apache Tomcat migration tool for Jakarta EE library to 1.0.3. + (markt) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org