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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1a07c43591e Upgrade Camel-Kamelets to version 4.8.0 for VersionHelper 
in camel-kamelet-main (#15623)
1a07c43591e is described below

commit 1a07c43591e304b1342f82ac5dfcc6e99271d6fd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Sep 19 12:09:32 2024 +0200

    Upgrade Camel-Kamelets to version 4.8.0 for VersionHelper in 
camel-kamelet-main (#15623)
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../src/main/java/org/apache/camel/main/util/VersionHelper.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/util/VersionHelper.java
 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/util/VersionHelper.java
index 4f2509e4f7d..6709206f46a 100644
--- 
a/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/util/VersionHelper.java
+++ 
b/dsl/camel-kamelet-main/src/main/java/org/apache/camel/main/util/VersionHelper.java
@@ -28,7 +28,7 @@ public final class VersionHelper {
 
     private static String camelVersion;
 
-    private static final String KAMELETS_DEFAULT_VERSION = "4.7.0";
+    private static final String KAMELETS_DEFAULT_VERSION = "4.8.0";
     private static final Pattern KAMELETS_LIBRARY = 
Pattern.compile("camel-kamelets-(\\d[A-Z\\d.-]*).jar", Pattern.DOTALL);
     private static final Pattern CAMEL_BASE_ENGINE_LIBRARY
             = Pattern.compile("camel-base-engine-(\\d[A-Z\\d.-]*).jar", 
Pattern.DOTALL);

Reply via email to