This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git
commit ac37578ec03a61e2b13013950a1940a18e3bbfdd Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 15 15:26:09 2025 +0000 Increment the Tomcat version under test --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 78d9afc..3d3b1bd 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <maven.compiler.target>17</maven.compiler.target> <!-- Tomcat version to test --> - <tomcat.version>11.0.2-SNAPSHOT</tomcat.version> + <tomcat.version>11.0.3-SNAPSHOT</tomcat.version> <!-- Test run configuration --> <fork.count>4</fork.count> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org