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 2021/06/09 06:05:29 UTC

[tomee-tck] branch jakartaee9-tck updated: Upgrade to TomEE 8.0.8 and M8

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 73cc4af  Upgrade to TomEE 8.0.8 and M8
73cc4af is described below

commit 73cc4af01f4eb85ba87493750a3a080399c1db56
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Jun 9 08:05:12 2021 +0200

    Upgrade to TomEE 8.0.8 and M8
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0005f28..2d3d0c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>tomee-tck</artifactId>
   <name>TomEE TCK Harness</name>
 
-  <version>8.0.7-SNAPSHOT</version>
+  <version>8.0.8-SNAPSHOT</version>
 
   <description>
     TomEE TCK Harness
@@ -42,10 +42,10 @@
     <!-- 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.7-SNAPSHOT</openejb.inzip.version>
-    <tomee.inzip.version>8.0.7-SNAPSHOT</tomee.inzip.version>
+    <openejb.inzip.version>8.0.8-SNAPSHOT</openejb.inzip.version>
+    <tomee.inzip.version>8.0.8-SNAPSHOT</tomee.inzip.version>
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
-    <tomee.zip.version>9.0.0-M7-SNAPSHOT</tomee.zip.version>
+    <tomee.zip.version>9.0.0-M8-SNAPSHOT</tomee.zip.version>
 
     <tomcat.version>10.0.4</tomcat.version>