You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/02 04:44:49 UTC

[camel] branch camel-3.14.x updated: chore : add a a special hapi-base-version so different versions of hapi-base and hapi-structures can be used (#7519) (#8089)

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

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 50209899c88 chore : add a a special hapi-base-version so different versions of hapi-base and hapi-structures can be used (#7519) (#8089)
50209899c88 is described below

commit 50209899c88f9586cdf5ce68b36e13a0b627c635
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Aug 2 00:44:44 2022 -0400

    chore : add a a special hapi-base-version so different versions of hapi-base and hapi-structures can be used (#7519) (#8089)
---
 components/camel-hl7/pom.xml | 2 +-
 parent/pom.xml               | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/camel-hl7/pom.xml b/components/camel-hl7/pom.xml
index 47102b80f33..7633680c1e0 100644
--- a/components/camel-hl7/pom.xml
+++ b/components/camel-hl7/pom.xml
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
             <artifactId>hapi-base</artifactId>
-            <version>${hapi-version}</version>
+            <version>${hapi-base-version}</version>
         </dependency>
         <dependency>
             <groupId>ca.uhn.hapi</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 8a4497639b4..e5532c323ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -230,7 +230,8 @@
         <hadoop3-guava-version>29.0-jre</hadoop3-guava-version>
         <hamcrest-version>2.2</hamcrest-version>
         <hapi-version>2.3</hapi-version>
-        <hapi-fhir-version>4.1.0</hapi-fhir-version>
+        <hapi-base-version>2.3</hapi-base-version>
+        <hapi-fhir-version>4.2.0</hapi-fhir-version>
         <hawtbuf-version>1.11</hawtbuf-version>
         <hawtdispatch-version>1.22</hawtdispatch-version>
         <hazelcast-version>4.2.5</hazelcast-version>