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

deki 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 55b054d  use latest releases of build-utils and xjc-utils, currently 
there is no need to have snapshot version
55b054d is described below

commit 55b054d7582a9448fdba7c01393ff20c31fb0564
Author: Dennis Kieselhorst <m...@dekies.de>
AuthorDate: Wed Jul 11 09:39:47 2018 +0200

    use latest releases of build-utils and xjc-utils, currently there is no 
need to have snapshot version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6a273f3..de103ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
     </issueManagement>
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
-        <cxf.build-utils.version>3.4.2-SNAPSHOT</cxf.build-utils.version>
-        <cxf.xjc-utils.version>3.2.3-SNAPSHOT</cxf.xjc-utils.version>
+        <cxf.build-utils.version>3.4.1</cxf.build-utils.version>
+        <cxf.xjc-utils.version>3.2.2</cxf.xjc-utils.version>
         <cxf.jdk.version>1.8</cxf.jdk.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<site.deploy.url>scp://people.apache.org/www/cxf.apache.org/maven-site</site.deploy.url>

Reply via email to