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
commit 56936eaf5eeca6dc7d4f857e7ad89982d895121b Author: Andriy Redko <[email protected]> AuthorDate: Thu Jun 4 21:58: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 53c32afb8eb..8ee2f201cf9 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.2-SNAPSHOT</version> + <version>4.2.3-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 f035dd317ca..49be9314132 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.2-SNAPSHOT</cxf.version> + <cxf.version>4.2.3-SNAPSHOT</cxf.version> <glassfish.container.version>8.0.2</glassfish.container.version> <glassfish.home>${project.build.directory}/glassfish8</glassfish.home> <jakarta.platform.version>11.0.0</jakarta.platform.version>
