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 e1e22d3838 Fix coverage/pom.xml version
e1e22d3838 is described below

commit e1e22d38389535c27e1b3e725db0c21771dd09dc
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jul 24 13:26:28 2025 -0400

    Fix coverage/pom.xml version
---
 coverage/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coverage/pom.xml b/coverage/pom.xml
index 90a9e699ac..3e0d187c17 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.3-SNAPSHOT</version>
+        <version>4.1.4-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cxf-coverage-report</artifactId>

Reply via email to