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 2019/01/15 23:00:21 UTC

[cxf] branch master updated: Picking up XJC SNAPSHOT build

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 eeb57d6  Picking up XJC SNAPSHOT build
eeb57d6 is described below

commit eeb57d612a416d8cd256a5eb23056f815a2ac14e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jan 15 22:59:54 2019 +0000

    Picking up XJC SNAPSHOT build
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 906237c..9a03455 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
     <properties>
         <cxf.compiler.fork>false</cxf.compiler.fork>
         <cxf.build-utils.version>3.4.1</cxf.build-utils.version>
-        <cxf.xjc-utils.version>3.2.3</cxf.xjc-utils.version>
+        <cxf.xjc-utils.version>3.2.4-SNAPSHOT</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>