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 99656ef0c1 Fix cxf-coverage-report project version
99656ef0c1 is described below
commit 99656ef0c16383484e546136c91cb77376be6f26
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Mar 8 23:00:16 2025 -0500
Fix cxf-coverage-report project version
---
coverage/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/coverage/pom.xml b/coverage/pom.xml
index 09beb4519f..d7c58944da 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.1-SNAPSHOT</version>
+ <version>4.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cxf-coverage-report</artifactId>