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 6a24c19501c Bump versions in coverage-report and cxf-rest-tck
6a24c19501c is described below
commit 6a24c19501c330c2d713227d1c86a3a4f808ea7f
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Aug 11 07:44:13 2026 -0400
Bump versions in coverage-report and cxf-rest-tck
---
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 8ee2f201cf9..bc1f961b7f4 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.3-SNAPSHOT</version>
+ <version>4.2.4-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 dac58ebd14a..6220d1dc60d 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.3-SNAPSHOT</cxf.version>
+ <cxf.version>4.2.4-SNAPSHOT</cxf.version>
<glassfish.container.version>8.0.3</glassfish.container.version>
<glassfish.home>${project.build.directory}/glassfish8</glassfish.home>
<jakarta.platform.version>11.0.0</jakarta.platform.version>