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 2023/09/18 13:22:31 UTC

[camel-karaf] 01/03: CAMEL-19882: Upgrace to karaf 4.4.4

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

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

commit 44f8de8330b523896838cbabac521e6810cd5651
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Sep 18 15:04:36 2023 +0200

    CAMEL-19882: Upgrace to karaf 4.4.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 90fa3f71..0a5198ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <jdk.version>11</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <karaf4-version>4.4.3</karaf4-version>
+        <karaf4-version>4.4.4</karaf4-version>
 
         <!-- Camel target version -->
         <camel-version>3.22.0-SNAPSHOT</camel-version>