You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2023/04/28 14:17:14 UTC

[tomee-tck] branch tomee-8.x updated: Update TomEE version

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

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


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new cd20313  Update TomEE version
cd20313 is described below

commit cd20313626723873640af3e515842fd22c726b1b
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Fri Apr 28 15:16:52 2023 +0100

    Update TomEE version
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 30b0d53..547033d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,10 +38,10 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.13-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.13-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.15-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.15-SNAPSHOT</tomee.version>
 
-    <tomcat.version>9.0.68</tomcat.version>
+    <tomcat.version>9.0.74</tomcat.version>
     <derby.version>10.14.2.0</derby.version>
 
     <!--