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 16e15c9a45a Update version in coverage and cxf-tck modules
16e15c9a45a is described below
commit 16e15c9a45a8d7325b8a3f4259c8f5eab289e9ee
Author: Andriy Redko <[email protected]>
AuthorDate: Fri May 15 07:35:10 2026 -0400
Update version in coverage and cxf-tck modules
---
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 7068bb4d1fd..53c32afb8eb 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.1-SNAPSHOT</version>
+ <version>4.2.2-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 19f20d245fb..f1acdb256e8 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.1-SNAPSHOT</cxf.version>
+ <cxf.version>4.2.2-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>