This is an automated email from the ASF dual-hosted git repository.

ffang 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 54f2cdc2f78 avoid using snapshot cxf.build-utils.version
54f2cdc2f78 is described below

commit 54f2cdc2f780c0c3381d52d2bdf2cee41be84212
Author: Freeman Fang <[email protected]>
AuthorDate: Thu Jul 30 09:22:03 2026 -0400

    avoid using snapshot cxf.build-utils.version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 677f97ce9ca..cf5175152d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
     </issueManagement>
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>4.1.5-SNAPSHOT</cxf.build-utils.version>
+        <cxf.build-utils.version>4.1.4</cxf.build-utils.version>
         <cxf.xjc-utils.version>4.2.0</cxf.xjc-utils.version>
         <cxf.jdk.version>17</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to