This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 11.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push: new a47bc8cb11 Bump version numbers a47bc8cb11 is described below commit a47bc8cb115e196bdb7715439b6aff3d1ebf1f9d Author: remm <r...@apache.org> AuthorDate: Mon Mar 24 14:54:47 2025 +0100 Bump version numbers --- modules/cxf/pom.xml | 8 ++++---- modules/jdbc-pool/pom.xml | 9 ++++----- modules/owb/pom.xml | 6 +++--- modules/stuffed/pom.xml | 10 +++++++--- 4 files changed, 18 insertions(+), 15 deletions(-) diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml index 7cb9c1b2da..b505c0b2ee 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,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> diff --git a/modules/jdbc-pool/pom.xml b/modules/jdbc-pool/pom.xml index dfe5639cbf..a5e511938b 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>11.0.0-SNAPSHOT</version> + <version>11.0.5</version> </dependency> <dependency> <groupId>junit</groupId> @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-dbcp</artifactId> - <version>11.0.0-SNAPSHOT</version> + <version>11.0.5</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 cd75e06135..f9f4ecdc8f 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> @@ -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>11.0.5</tomcat.version> </properties> <dependencies> diff --git a/modules/stuffed/pom.xml b/modules/stuffed/pom.xml index c92db514af..b86bae9fc4 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> @@ -29,7 +35,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>11.0.5</tomcat.version> </properties> <dependencies> @@ -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