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 24ae12bec0 Bump version numbers
24ae12bec0 is described below
commit 24ae12bec0d3dfc99af771ade97abaa6b41c0714
Author: remm <[email protected]>
AuthorDate: Mon Mar 24 15:04:00 2025 +0100
Bump version numbers
---
modules/cxf/pom.xml | 4 ++--
modules/jdbc-pool/pom.xml | 9 ++++-----
modules/owb/pom.xml | 4 ++--
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index 8f5bf838c6..b8d5fe3d07 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>33</version>
+ <version>34</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.6.5</version>
+ <version>3.6.6</version>
<packaging>jar</packaging>
<properties>
diff --git a/modules/jdbc-pool/pom.xml b/modules/jdbc-pool/pom.xml
index 22ad5a764f..69dfe20270 100644
--- a/modules/jdbc-pool/pom.xml
+++ b/modules/jdbc-pool/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>15</version>
+ <version>34</version>
</parent>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
- <version>8.0.15-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -65,7 +65,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-juli</artifactId>
- <version>9.0.56</version>
+ <version>9.0.102</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-dbcp</artifactId>
- <version>9.0.56</version>
+ <version>9.0.102</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -111,7 +111,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
- <version>1.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
diff --git a/modules/owb/pom.xml b/modules/owb/pom.xml
index 7c8c8f8244..1fe5ad0d0c 100644
--- a/modules/owb/pom.xml
+++ b/modules/owb/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>33</version>
+ <version>34</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.93</tomcat.version>
+ <tomcat.version>9.0.102</tomcat.version>
</properties>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]