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 20a9cd2b13f4fafaa9435dce812e4b3163491d56 Author: Andriy Redko <[email protected]> AuthorDate: Fri May 15 07:35:10 2026 -0400 Update version in coverage and cxf-tck modules (cherry picked from commit 16e15c9a45a8d7325b8a3f4259c8f5eab289e9ee) # Conflicts: # coverage/pom.xml # tck/cxf-tck/pom.xml --- 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 58f4a26a910..714561cfcd0 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.6-SNAPSHOT</version> + <version>4.1.7-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 a4097c81c08..2ee7297180a 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.6-SNAPSHOT</cxf.version> + <cxf.version>4.1.7-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>
