You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/02 08:10:00 UTC

[camel-k-runtime] 03/03: upgrade version to 2.3.1

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit a3de4ddb465a220807a3e0d732916d422d025ec3
Author: Ioannis Polyzos <i....@gmail.com>
AuthorDate: Sat Jul 27 11:40:15 2019 +0100

    upgrade version to 2.3.1
---
 camel-k-runtime-core/pom.xml | 2 +-
 pom.xml                      | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/camel-k-runtime-core/pom.xml b/camel-k-runtime-core/pom.xml
index e9286f3..75d8719 100644
--- a/camel-k-runtime-core/pom.xml
+++ b/camel-k-runtime-core/pom.xml
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>
-            <version>${jaxb-api.version}</version>
+            <version>${jaxb-core.version}</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
diff --git a/pom.xml b/pom.xml
index 544b162..dfacccc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
         <spock.version>1.3-groovy-2.5</spock.version>
         <jackson.version>2.9.9</jackson.version>
         <jaxb-api.version>2.3.0</jaxb-api.version>
+        <jaxb-core.version>2.3.0.1</jaxb-core.version>
         <immutables.version>2.7.5</immutables.version>
         <semver4j.version>2.2.0</semver4j.version>
         <undertow.version>1.4.26.Final</undertow.version>