You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/07/02 09:45:15 UTC

[camel] branch master updated: CAMEL-12586: Revert to use 2.3.0 JAXB API and impl

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74aa3dd  CAMEL-12586: Revert to use 2.3.0 JAXB API and impl
74aa3dd is described below

commit 74aa3dd0def0b3cf230d1d0e761afb0dbd0ec312
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Jul 2 11:45:12 2018 +0200

    CAMEL-12586: Revert to use 2.3.0 JAXB API and impl
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ef7165..68f879a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
 
     <!-- eclipse plugin need the jaxb in this pom.xml file -->
     <!-- Make sure to keep JAXB version up to date in parent/pom.xml in the bottom of the file -->
-    <jaxb-version>2.3.0.1</jaxb-version>
+    <jaxb-version>2.3.0</jaxb-version>
     <errorprone-version>2.5</errorprone-version>
     <mycila-license-version>3.0</mycila-license-version>
     <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version>