This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 7f511ac763 Update tck/cxf-tck/pom.xml and coverage/pom.xml with new
version
7f511ac763 is described below
commit 7f511ac763e25edb9cc9e986c1a681b6e6b8baef
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Feb 10 10:13:05 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 3b4e8be209..7068bb4d1f 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.1-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 2d67d6be15..09a5656b52 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -35,7 +35,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
- <cxf.version>4.2.0-SNAPSHOT</cxf.version>
+ <cxf.version>4.2.1-SNAPSHOT</cxf.version>
<glassfish.container.version>8.0.0</glassfish.container.version>
<glassfish.home>${project.build.directory}/glassfish8</glassfish.home>
<jakarta.platform.version>11.0.0</jakarta.platform.version>