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 2020/11/03 10:51:05 UTC

[tomee-tck] branch jakartaee9-tck updated: It must be aligned with the base tomee version used to generate the Jakarta EE compliant 9.x

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 baca3c7  It must be aligned with the base tomee version used to generate the Jakarta EE compliant 9.x
baca3c7 is described below

commit baca3c72c4d815e77233f55953517887f42f2537
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 3 11:47:37 2020 +0100

    It must be aligned with the base tomee version used to generate the Jakarta EE compliant 9.x
---
 pom.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 31f07cc..9076469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,12 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.5-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
 
+    <!-- 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.version>8.0.4</openejb.version>
+    <tomee.version>8.0.4</tomee.version>
     <tomee.zip.groupId>org.apache.tomee.jakarta</tomee.zip.groupId>
     <tomee.zip.version>9.0.0-M2</tomee.zip.version>