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 2018/10/30 12:50:37 UTC

[cxf] branch master updated: Switching to released version of XJC

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 f64fa00  Switching to released version of XJC
f64fa00 is described below

commit f64fa00245bf0749ddb807df3a0292ab46900976
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 30 12:50:18 2018 +0000

    Switching to released version of XJC
---
 parent/pom.xml | 1 -
 pom.xml        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0db7510..9158191 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2877,7 +2877,6 @@
         <profile>
 	    <id>java9-plus</id>
 	    <properties>
-                <cxf.xjc-utils.version>3.2.3</cxf.xjc-utils.version>
                 <cxf.jaxb.version>2.3.0</cxf.jaxb.version>
                 <cxf.pax.exam.version>4.13.0-SNAPSHOT</cxf.pax.exam.version>
                 <cxf.server.launcher.vmargs>-ea --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-exports=java.base/java.io=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.ba [...]
diff --git a/pom.xml b/pom.xml
index 835efa5..ae9f3d0 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-SNAPSHOT</cxf.xjc-utils.version>
+        <cxf.xjc-utils.version>3.2.3</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>