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 64831e3a20 Bump version numbers 64831e3a20 is described below commit 64831e3a20160e68bba3a250ebf53b8397878766 Author: remm <r...@apache.org> AuthorDate: Mon Mar 24 10:25:14 2025 +0100 Bump version numbers --- modules/cxf/pom.xml | 8 ++++---- modules/jdbc-pool/pom.xml | 5 ++--- modules/owb/pom.xml | 6 +++--- modules/stuffed/pom.xml | 8 ++++++-- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml index 7cb9c1b2da..85c5991390 100644 --- a/modules/cxf/pom.xml +++ b/modules/cxf/pom.xml @@ -29,14 +29,14 @@ <name>Apache CXF for Apache Tomcat CDI</name> <description>Apache CXF packaged for Apache Tomcat CDI</description> <!-- This is the Apache CXF version --> - <version>4.1.0</version> + <version>4.1.1</version> <packaging>jar</packaging> <properties> <jakarta-enterprise-cdi.version>4.0.1</jakarta-enterprise-cdi.version> <jakarta.json-api.version>2.1.3</jakarta.json-api.version> - <jakarta.json.bind-api.version>3.0.0</jakarta.json.bind-api.version> - <johnzon.version>2.0.0</johnzon.version> + <jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version> + <johnzon.version>2.0.1</johnzon.version> </properties> <dependencies> @@ -97,7 +97,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <release>17</release> + <release>21</release> </configuration> </plugin> <plugin> diff --git a/modules/jdbc-pool/pom.xml b/modules/jdbc-pool/pom.xml index 6bffeea2e0..5d62309f48 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> @@ -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 63e08ce1ee..36a86280e0 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> @@ -29,7 +29,7 @@ <name>Apache Tomcat CDI 4 support</name> <description>Apache Tomcat CDI 4 support using Apache OpenWebBeans</description> <!-- This is the Apache OpenWebBeans version --> - <version>4.0.2</version> + <version>4.0.3</version> <packaging>jar</packaging> <properties> @@ -98,7 +98,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <release>17</release> + <release>21</release> </configuration> </plugin> <plugin> diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml index 7726e50ba5..f9bab61a25 100644 --- a/modules/stuffed/pom.xml +++ b/modules/stuffed/pom.xml @@ -21,6 +21,12 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>34</version> + </parent> + <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-stuffed</artifactId> <version>1.0</version> @@ -76,7 +82,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.11.0</version> <configuration> <release>21</release> </configuration> @@ -84,7 +89,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.5.1</version> <executions> <execution> <phase>package</phase> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org