You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2022/04/06 09:44:11 UTC

[tomee-tck] branch jakartaee9-tck updated: Update jakarta branch to use same version in the zip

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

jlmonteiro pushed a commit to branch jakartaee9-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/jakartaee9-tck by this push:
     new 54a267e  Update jakarta branch to use same version in the zip
54a267e is described below

commit 54a267ed26a543f49b60adb05641186d922c8ffb
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Apr 6 11:44:04 2022 +0200

    Update jakarta branch to use same version in the zip
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 65c369f..c32f749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,12 +42,12 @@
     <!-- A bit tricky because of the nature we create the 9.x version. Even if the zip is
     upgraded to 9.x, lib jars are still in the same old package and still using the base version
     For example, for 9.0.0-M2, we are using 8.0.4 as a base line, so it must be aligned -->
-    <openejb.inzip.version>8.0.11-SNAPSHOT</openejb.inzip.version>
-    <tomee.inzip.version>8.0.11-SNAPSHOT</tomee.inzip.version>
+    <openejb.inzip.version>9.0.0-M8-SNAPSHOT</openejb.inzip.version>
+    <tomee.inzip.version>9.0.0-M8-SNAPSHOT</tomee.inzip.version>
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
     <tomee.zip.version>9.0.0-M8-SNAPSHOT</tomee.zip.version>
 
-    <tomcat.version>10.0.11</tomcat.version>
+    <tomcat.version>10.0.20</tomcat.version>
 
     <johnzon.version>1.2.15</johnzon.version>
     <derby.version>10.14.2.0</derby.version>