You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/11/13 06:57:28 UTC

[karaf-minho] branch main updated: [#15] Upgrade to camel 3.19.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 69a9d35  [#15] Upgrade to camel 3.19.0
     new bc88735  Merge pull request #25 from jbonofre/15
69a9d35 is described below

commit 69a9d3515305e5792797a694eb33a4a2fba56ef2
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 13 07:38:10 2022 +0100

    [#15] Upgrade to camel 3.19.0
---
 services/minho-camel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/minho-camel/pom.xml b/services/minho-camel/pom.xml
index eead8d5..1f4ebdb 100644
--- a/services/minho-camel/pom.xml
+++ b/services/minho-camel/pom.xml
@@ -33,7 +33,7 @@
     <name>Apache Karaf Minho :: Services :: Camel</name>
 
     <properties>
-        <camel.version>3.17.0</camel.version>
+        <camel.version>3.19.0</camel.version>
     </properties>
 
     <dependencies>