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 2021/04/14 08:45:06 UTC

[tomee-tck] 01/04: Use same version of the Tomcat version used (easier debugging)

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

commit a8bdf4eb812c297fc8508f13541f3edcd4977301
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue Apr 13 18:55:51 2021 +0200

    Use same version of the Tomcat version used (easier debugging)
    
    Signed-off-by: Jean-Louis Monteiro <jl...@tomitribe.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2d29e52..13c1a17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
     <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId>
     <tomee.zip.version>9.0.0-M7-SNAPSHOT</tomee.zip.version>
 
-    <tomcat.version>10.0.0</tomcat.version>
+    <tomcat.version>10.0.4</tomcat.version>
 
     <johnzon.version>1.2.9</johnzon.version>
     <derby.version>10.14.2.0</derby.version>