This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new a0eebe5732 Update version numbers a0eebe5732 is described below commit a0eebe5732f3154af3db333d82d7e33690d0771d Author: remm <r...@apache.org> AuthorDate: Mon Aug 19 17:07:38 2024 +0200 Update version numbers --- modules/cxf/pom.xml | 5 ++--- modules/owb/pom.xml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml index e69e735116..e488a9ab3b 100644 --- a/modules/cxf/pom.xml +++ b/modules/cxf/pom.xml @@ -29,7 +29,7 @@ <name>Apache CXF for Apache Tomcat CDI</name> <description>Apache CXF packaged for Apache Tomcat CDI</description> <!-- This is the Apache CXF version --> - <version>3.5.8</version> + <version>3.6.4</version> <packaging>jar</packaging> <properties> @@ -97,8 +97,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.8</source> - <target>1.8</target> + <release>11</release> </configuration> </plugin> <plugin> diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml index 7412a50539..7c8c8f8244 100644 --- a/modules/owb/pom.xml +++ b/modules/owb/pom.xml @@ -36,7 +36,7 @@ <geronimo-atinject.version>1.2</geronimo-atinject.version> <geronimo-interceptor.version>1.2</geronimo-interceptor.version> <geronimo-jcdi.version>1.3</geronimo-jcdi.version> - <tomcat.version>9.0.91</tomcat.version> + <tomcat.version>9.0.93</tomcat.version> </properties> <dependencies> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org