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

commit d01c14bc6260dd2c6ba8eb08e7daf50e0c626ee7
Author: Andriy Redko <[email protected]>
AuthorDate: Fri May 16 21:15:45 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 d7c58944da..90a9e699ac 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.2-SNAPSHOT</version>
+        <version>4.1.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cxf-coverage-report</artifactId>

Reply via email to