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/01/15 08:47:25 UTC

[camel-karaf] branch main updated: Upgrade to karaf 4.3.6

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 944e44b  Upgrade to karaf 4.3.6
944e44b is described below

commit 944e44b1f91ad6ec94c4e80fa1ba7897d2d3e679
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jan 15 09:36:41 2022 +0100

    Upgrade to karaf 4.3.6
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6db0e88..a330400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,8 @@
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
 
+        <karaf4-version>4.3.6</karaf4-version>
+
         <!-- Camel target version -->
         <camel-version>3.15.0-SNAPSHOT</camel-version>
 
@@ -218,7 +220,6 @@
         <junit-bundle-version>4.11_1</junit-bundle-version>
         <jzlib-bundle-version>1.1.3_2</jzlib-bundle-version>
         <kafka-bundle-version>2.8.1_1</kafka-bundle-version>
-        <karaf4-version>4.3.4</karaf4-version>
         <kxml2-bundle-version>2.3.0_3</kxml2-bundle-version>
         <kubernetes-client-jackson-version>2.13.0</kubernetes-client-jackson-version>
         <libphonenumber-bundle-version>8.12.40_1</libphonenumber-bundle-version>