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/18 20:54:30 UTC

[tomee-tck] branch jakartaee9-tck updated: Bump versions up after release

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 a6a38bb  Bump versions up after release
a6a38bb is described below

commit a6a38bbf5f5f8923a8eb4465e29f80be1d705201
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Nov 18 21:47:13 2020 +0100

    Bump versions up after release
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1620169..7c14beb 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.version>8.0.5-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.5-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.6-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.6-SNAPSHOT</tomee.version>
     <tomee.zip.groupId>org.apache.tomee.jakarta</tomee.zip.groupId>
-    <tomee.zip.version>9.0.0-M3-SNAPSHOT</tomee.zip.version>
+    <tomee.zip.version>9.0.0-M4-SNAPSHOT</tomee.zip.version>
 
-    <tomcat.version>9.0.39</tomcat.version>
+    <tomcat.version>9.0.40</tomcat.version>
 
     <derby.version>10.7.1.1</derby.version>