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/19 09:39:16 UTC

[tomee-tck] branch jakartaee9-tck updated: Final EJB 4.0.0 not yet released

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 3337926  Final EJB 4.0.0 not yet released
3337926 is described below

commit 3337926ed39d2ce7ca9fde158222d12c7860cea6
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Nov 19 10:39:02 2020 +0100

    Final EJB 4.0.0 not yet released
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c20dbe3..585652e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
     <dependency>
       <groupId>jakarta.ejb</groupId>
       <artifactId>jakarta.ejb-api</artifactId>
-      <version>4.0.0</version>
+      <version>4.0.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>jakarta.servlet</groupId>