This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 2a022d1 tomcat 11.0.0 for testing
2a022d1 is described below
commit 2a022d19c02f55d82ec78b0a33460c6b982dee58
Author: Markus Jung <[email protected]>
AuthorDate: Thu Oct 10 07:36:48 2024 +0200
tomcat 11.0.0 for testing
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 89b0ca0..2aa987f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,7 @@
<built.by>${user.name}</built.by>
<version.plugin.javadoc>3.10.1</version.plugin.javadoc>
- <!-- TODO upgrade to 11.0.x once stable version is released -->
- <version.tomcat>10.1.30</version.tomcat> <!-- used for EL API + EL
impl in tests -->
+ <version.tomcat>11.0.0</version.tomcat> <!-- used for EL API + EL impl
in tests -->
</properties>
<inceptionYear>2010</inceptionYear>