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/03 12:54:21 UTC

[camel-quarkus] branch main updated: Use Camel hapi-base-version property for hapi-base

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 218f3b9679 Use Camel hapi-base-version property for hapi-base
218f3b9679 is described below

commit 218f3b96792f4401f62ff6139c46a2a6a6465647
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Nov 3 07:48:33 2022 +0000

    Use Camel hapi-base-version property for hapi-base
---
 pom.xml          | 1 +
 poms/bom/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8da770689f..3f7e193fc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
         <graalvm.version>22.2.0</graalvm.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:org.graalvm.sdk:graal-sdk -->
         <grpc.version>1.50.2</grpc.version><!-- @sync io.quarkus:quarkus-bom:${quarkus.version} dep:io.grpc:grpc-core -->
         <hapi.version>${hapi-version}</hapi.version>
+        <hapi-base.version>${hapi-base-version}</hapi-base.version>
         <hapi-fhir.version>${hapi-fhir-version}</hapi-fhir.version>
         <hbase.version>${hbase-version}</hbase.version>
         <htrace.version>4.2.0-incubating</htrace.version><!-- Mess in hbase transitive deps -->
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 9f9a0e5c34..908ba98941 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -9486,7 +9486,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>