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/01/06 09:25:39 UTC

[tomee-tck] branch master updated: Update TomEE version to the latest 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 b266385  Update TomEE version to the latest snapshot
b266385 is described below

commit b26638524edcd47203e26d1c856a7a85429ee762
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Thu Jan 6 10:24:26 2022 +0100

    Update TomEE version to the latest snapshot
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a2fd7e..59979c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,10 +38,10 @@
   <properties>
 
     <openejb.groupId>org.apache.tomee</openejb.groupId>
-    <openejb.version>8.0.9-SNAPSHOT</openejb.version>
-    <tomee.version>8.0.9-SNAPSHOT</tomee.version>
+    <openejb.version>8.0.10-SNAPSHOT</openejb.version>
+    <tomee.version>8.0.10-SNAPSHOT</tomee.version>
 
-    <tomcat.version>9.0.41</tomcat.version>
+    <tomcat.version>9.0.56</tomcat.version>
     <derby.version>10.14.2.0</derby.version>
 
     <!--
@@ -85,7 +85,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <version.maven-dependency-plugin>2.9</version.maven-dependency-plugin>
-    <version.activemq>5.16.0</version.activemq>
+    <version.activemq>5.16.3</version.activemq>
     <version.gmaven-plugin>1.5</version.gmaven-plugin>
   </properties>