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


The following commit(s) were added to refs/heads/4.1.x-fixes by this push:
     new 78c8d765c8 Update tck/cxf-tck/pom.xml and coverage/pom.xml with new 
version
78c8d765c8 is described below

commit 78c8d765c8cbede31ed082f9fe858b523473136e
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Feb 10 12:38:31 2026 -0500

    Update tck/cxf-tck/pom.xml and coverage/pom.xml with new version
---
 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 3945b1b93f..58f4a26a91 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.5-SNAPSHOT</version>
+        <version>4.1.6-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 b8be2367a4..a4097c81c0 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.5-SNAPSHOT</cxf.version>
+        <cxf.version>4.1.6-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>

Reply via email to