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 672cf443892be1784704e78832ef5d6fd4656eff Author: Andriy Redko <[email protected]> AuthorDate: Thu Jun 4 22:27:31 2026 -0400 Update version in some pom.xml files --- 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 714561cfcd0..8e1d24f1c68 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.7-SNAPSHOT</version> + <version>4.1.8-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 2ee7297180a..dbf7d103ba0 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.7-SNAPSHOT</cxf.version> + <cxf.version>4.1.8-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>
