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 26b960ced5 Update version numbers
26b960ced5 is described below
commit 26b960ced5571ceb1b1e71e1aa372c24646e6297
Author: remm <[email protected]>
AuthorDate: Wed Jul 17 16:14:09 2024 +0200
Update version numbers
---
modules/cxf/pom.xml | 6 ++----
modules/owb/pom.xml | 4 ++--
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 678c2146f5..e984630c2c 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>27</version>
+ <version>33</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -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.3</version>
+ <version>3.5.8</version>
<packaging>jar</packaging>
<properties>
@@ -96,7 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.8.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -105,7 +104,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.1</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index c7602a19cb..2def195c7d 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>30</version>
+ <version>33</version>
</parent>
<groupId>org.apache.tomcat</groupId>
@@ -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.83</tomcat.version>
+ <tomcat.version>9.0.90</tomcat.version>
</properties>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]