You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/10/16 18:48:33 UTC

[camel] branch master updated: Update JaxB to version 2.3.1 and remove outdated comments related to JaxB version.

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

pascalschumacher 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 d7eb5e6  Update JaxB to version 2.3.1 and remove outdated comments related to JaxB version.
d7eb5e6 is described below

commit d7eb5e6db7d6d520ca89aee96acea4d09193cb40
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Oct 16 20:48:21 2018 +0200

    Update JaxB to version 2.3.1 and remove outdated comments related to JaxB version.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 01d9684..db09e97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,7 @@
     <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
     <surefire.version>${maven-surefire-plugin-version}</surefire.version>
 
-    <!-- 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</jaxb-version>
+    <jaxb-version>2.3.1</jaxb-version>
     <errorprone-version>2.5</errorprone-version>
     <mycila-license-version>3.0</mycila-license-version>
     <gmavenplus-plugin-version>1.5</gmavenplus-plugin-version>