You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2022/05/27 08:36:00 UTC

[cxf] branch master updated: Updating to build-utils 4.0.0

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b63dbb428 Updating to build-utils 4.0.0
4b63dbb428 is described below

commit 4b63dbb428488f3a6d0b7114632404b31458a521
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri May 27 09:35:17 2022 +0100

    Updating to build-utils 4.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ad1aea4063..eb31808a54 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.0.0-SNAPSHOT</cxf.build-utils.version>
+        <cxf.build-utils.version>4.0.0</cxf.build-utils.version>
         <cxf.xjc-utils.version>3.3.2</cxf.xjc-utils.version>
         <cxf.jdk.version>11</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>