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 5398e9f220d5f9c47fe94dd65712c30ba7aac911
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Sat May 8 09:44:50 2021 +0100

    Update Tomcat migration tool for Jakarta EE to 1.0.0
---
 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 2c3323a..bce6fdd 100644
--- a/build.properties.default
+++ b/build.properties.default
@@ -313,12 +313,12 @@ 
osgi-annotations.jar=${osgi-annotations.home}/org.osgi.annotation.bundle-${osgi-
 
osgi-annotations.loc=${base-maven.loc}/org/osgi/org.osgi.annotation.bundle/${osgi-annotations.version}/org.osgi.annotation.bundle-${osgi-annotations.version}.jar
 
 # ----- Tomcat Migration Tool for Jakarta EE -----
-migration-lib.version=0.2.0
+migration-lib.version=1.0.0
 
-# checksums for jakartaee-migration-0.2.0-shaded.jar
+# checksums for jakartaee-migration-1.0.0-shaded.jar
 migration-lib.checksum.enabled=true
 migration-lib.checksum.algorithm=MD5|SHA-1
-migration-lib.checksum.value=c7dc838f46901157722ac2f49af854c8|73f53ba52e443f0e992a2aa57d42927d884709eb
+migration-lib.checksum.value=cecc0fa3b5947dd52465ed395ba3f23f|19a3e36dec08bbc60ab511651887375c0a7e4d1b
 
 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 0e7e797..8f4a7c2 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -234,6 +234,10 @@
       <add>
         Improvements to Korean translations. (woonsan)
       </add>
+      <update>
+        Update the version of the Tomcat Migration Tool for Jakarta EE used to
+        provide automatic deployment for Java EE applications to 1.0.0. (markt)
+      </update>
     </changelog>
   </subsection>
 </section>

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

Reply via email to