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 2022/09/20 16:23:49 UTC

[tomcat] branch 10.0.x updated: Update the migration tool for Jakarta EE library to 1.0.4

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

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new 1220e77e2a Update the migration tool for Jakarta EE library to 1.0.4
1220e77e2a is described below

commit 1220e77e2afe4e588fb9593c3c95acf29b54607f
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Sep 20 17:18:35 2022 +0100

    Update the migration tool for Jakarta EE library to 1.0.4
---
 build.properties.default   | 6 +++---
 webapps/docs/changelog.xml | 8 ++++++++
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/build.properties.default b/build.properties.default
index bd0c5de9a8..4f12cfba3a 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -310,12 +310,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.3
+migration-lib.version=1.0.4
 
-# checksums for jakartaee-migration-1.0.3-shaded.jar
+# checksums for jakartaee-migration-1.0.4-shaded.jar
 migration-lib.checksum.enabled=true
 migration-lib.checksum.algorithm=MD5|SHA-1
-migration-lib.checksum.value=9b068ac98f98932fabb3dadf2523a27e|17a0d6f6eb19f11ba300b178ef460bcdc5837f61
+migration-lib.checksum.value=2768a18586512c4713fe7bd9c67bc290|b71110ec32fc77893c98014690a6bbdb49a2be2a
 
 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 6ef92624d9..7a56384c03 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -105,6 +105,14 @@
   issues do not "pop up" wrt. others).
 -->
 <section name="Tomcat 10.0.25 (markt)" rtext="in development">
+  <subsection name="Other">
+    <changelog>
+      <update>
+        Update the Apache Tomcat migration tool for Jakarta EE library to 1.0.4.
+        (markt)
+      </update>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 10.0.24 (markt)" rtext="not released">
   <subsection name="Catalina">


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