This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new e036e99802 Use snapshot version (mute dependabot) e036e99802 is described below commit e036e9980294bc52f60930925aa521853a0ca5a5 Author: remm <r...@apache.org> AuthorDate: Tue Nov 19 08:45:56 2024 +0100 Use snapshot version (mute dependabot) --- modules/owb/pom.xml | 2 +- modules/stuffed/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml index cd75e06135..63e08ce1ee 100644 --- a/modules/owb/pom.xml +++ b/modules/owb/pom.xml @@ -37,7 +37,7 @@ <jakarta-interceptor.version>2.1.0</jakarta-interceptor.version> <jakarta-enterprise-cdi.version>4.0.1</jakarta-enterprise-cdi.version> <jakarta-annotation-api.version>2.1.1</jakarta-annotation-api.version> - <tomcat.version>11.0.0-M22</tomcat.version> + <tomcat.version>12.0.0-SNAPSHOT</tomcat.version> </properties> <dependencies> diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml index c92db514af..7726e50ba5 100644 --- a/modules/stuffed/pom.xml +++ b/modules/stuffed/pom.xml @@ -29,7 +29,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <mainClass>org.apache.catalina.startup.Tomcat</mainClass> - <tomcat.version>11.0.0-M22</tomcat.version> + <tomcat.version>12.0.0-SNAPSHOT</tomcat.version> </properties> <dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org