This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 5da54d25a0c996d276a3c0323b551eebe0b069bc Author: Andriy Redko <[email protected]> AuthorDate: Sat Oct 25 18:21:24 2025 -0400 Update cxf-build-utils to 4.1.2 (cherry picked from commit 1722b75432e280af08126573d5b9fd5450c21a63) # Conflicts: # pom.xml (cherry picked from commit 8703c324cd408c5f1ca203916efae9caba0d35d3) # Conflicts: # pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6a9b6acad9..2f2687206b 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.2-SNAPSHOT</cxf.build-utils.version> + <cxf.build-utils.version>4.1.2</cxf.build-utils.version> <cxf.xjc-utils.version>3.3.4</cxf.xjc-utils.version> <cxf.jdk.version>11</cxf.jdk.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
