You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/04/25 06:04:49 UTC

[tomee-tck] branch master updated: Updates tom TomEE 8.0.12-SNAPSHOT

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

rzo1 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 363cbf1  Updates tom TomEE 8.0.12-SNAPSHOT
363cbf1 is described below

commit 363cbf14bf3d72a54389ddbca6aa096f6c2faa7d
Author: Richard Zowalla <ri...@hs-heilbronn.de>
AuthorDate: Mon Apr 25 08:04:43 2022 +0200

    Updates tom TomEE 8.0.12-SNAPSHOT
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 288565c..a288f08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <artifactId>tomee-tck</artifactId>
   <name>TomEE TCK Harness</name>
 
-  <version>8.0.11-SNAPSHOT</version>
+  <version>8.0.12-SNAPSHOT</version>
 
   <description>
     TomEE TCK Harness
@@ -38,10 +38,10 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.11-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.11-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.12-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.12-SNAPSHOT</tomee.version>
 
-    <tomcat.version>9.0.56</tomcat.version>
+    <tomcat.version>9.0.62</tomcat.version>
     <derby.version>10.14.2.0</derby.version>
 
     <!--