You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/11/22 21:34:10 UTC

[camel-quarkus] branch main updated: Add a separate version property for FHIR core dependencies

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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 0ede9d8219 Add a separate version property for FHIR core dependencies
0ede9d8219 is described below

commit 0ede9d82197e9d2f58e21f386505731fb3a4b756
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Nov 22 16:17:52 2022 +0000

    Add a separate version property for FHIR core dependencies
---
 pom.xml          |  1 +
 poms/bom/pom.xml | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index cbb294bbd0..5a564c35b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,6 +100,7 @@
         <hapi.version>${hapi-version}</hapi.version>
         <hapi-base.version>${hapi-base-version}</hapi-base.version>
         <hapi-fhir.version>${hapi-fhir-version}</hapi-fhir.version>
+        <hapi-fhir-core.version>4.2.0</hapi-fhir-core.version><!-- @sync ca.uhn.hapi.fhir:hapi-fhir:${hapi-fhir.version} prop:fhir_core_version -->
         <hbase.version>${hbase-version}</hbase.version>
         <htrace.version>4.2.0-incubating</htrace.version><!-- Mess in hbase transitive deps -->
         <infinispan.version>14.0.1.Final</infinispan.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.infinispan:infinispan-core -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 6fabde7eaa..3b660bfc6c 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -9755,7 +9755,7 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.dstu2</artifactId>
-                <version>${hapi-fhir.version}</version>
+                <version>${hapi-fhir-core.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>com.google.code.findbugs</groupId>
@@ -9774,7 +9774,7 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.dstu2016may</artifactId>
-                <version>${hapi-fhir.version}</version>
+                <version>${hapi-fhir-core.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>com.google.code.findbugs</groupId>
@@ -9793,7 +9793,7 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.dstu3</artifactId>
-                <version>${hapi-fhir.version}</version>
+                <version>${hapi-fhir-core.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>com.google.code.findbugs</groupId>
@@ -9812,7 +9812,7 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.r4</artifactId>
-                <version>${hapi-fhir.version}</version>
+                <version>${hapi-fhir-core.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>com.google.code.findbugs</groupId>
@@ -9831,7 +9831,7 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.r5</artifactId>
-                <version>${hapi-fhir.version}</version>
+                <version>${hapi-fhir-core.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>com.google.code.findbugs</groupId>
@@ -9850,7 +9850,7 @@
             <dependency>
                 <groupId>ca.uhn.hapi.fhir</groupId>
                 <artifactId>org.hl7.fhir.utilities</artifactId>
-                <version>${hapi-fhir.version}</version>
+                <version>${hapi-fhir-core.version}</version>
                 <exclusions>
                     <exclusion>
                         <groupId>com.google.code.findbugs</groupId>