This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 3a6f6a9e9159de2f55e47022e600228d20d76084 Author: Andriy Redko <[email protected]> AuthorDate: Tue Aug 11 07:48:32 2026 -0400 Bump versions in coverage-report and cxf-rest-tck --- coverage/pom.xml | 2 +- tck/cxf-tck/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coverage/pom.xml b/coverage/pom.xml index 8e1d24f1c68..bf2dcb893b1 100644 --- a/coverage/pom.xml +++ b/coverage/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.cxf</groupId> <artifactId>cxf</artifactId> - <version>4.1.8-SNAPSHOT</version> + <version>4.1.9-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cxf-coverage-report</artifactId> diff --git a/tck/cxf-tck/pom.xml b/tck/cxf-tck/pom.xml index dbf7d103ba0..a8abc9c058c 100644 --- a/tck/cxf-tck/pom.xml +++ b/tck/cxf-tck/pom.xml @@ -35,7 +35,7 @@ <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <cxf.version>4.1.8-SNAPSHOT</cxf.version> + <cxf.version>4.1.9-SNAPSHOT</cxf.version> <glassfish.container.version>7.0.16</glassfish.container.version> <glassfish.home>${project.build.directory}/glassfish7</glassfish.home> <jakarta.platform.version>10.0.0</jakarta.platform.version>
