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/10/24 12:56:57 UTC

[camel-karaf] branch main updated: Upgrade to Karaf 4.4.2

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 6a57775e Upgrade to Karaf 4.4.2
6a57775e is described below

commit 6a57775ea8d50cbffcb28424279f9a6b13b9e241
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Oct 24 14:50:35 2022 +0200

    Upgrade to Karaf 4.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 86240531..b1ef2c94 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.1</karaf4-version>
+        <karaf4-version>4.4.2</karaf4-version>
 
         <!-- Camel target version -->
         <camel-version>3.20.0-SNAPSHOT</camel-version>