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:42:46 UTC

[tomee-tck] branch master updated: Update EE 8 TCK to latest snapshot 8.0.11-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ab913b  Update EE 8 TCK to latest snapshot 8.0.11-SNAPSHOT
     new 95ad605  Merge branch 'master' of github.com:apache/tomee-tck into master
2ab913b is described below

commit 2ab913b15e03d4e544c6e2cc3916d5dfe5fbfd02
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Wed Apr 6 11:41:39 2022 +0200

    Update EE 8 TCK to latest snapshot 8.0.11-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 59979c4..5857e7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,8 +38,8 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.10-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.10-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.11-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.11-SNAPSHOT</tomee.version>
 
     <tomcat.version>9.0.56</tomcat.version>
     <derby.version>10.14.2.0</derby.version>