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-kameleon.git


The following commit(s) were added to refs/heads/main by this push:
     new c9752af  Upgrade to newer Camel releases
c9752af is described below

commit c9752af2891f42c9e22d4704cc9a996052f17011
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 29 15:47:39 2023 +0200

    Upgrade to newer Camel releases
---
 src/main/resources/kameleon.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/kameleon.json b/src/main/resources/kameleon.json
index d534a35..5d958f9 100644
--- a/src/main/resources/kameleon.json
+++ b/src/main/resources/kameleon.json
@@ -24,7 +24,7 @@
           "archetypeArtifactId": "camel-archetype-main"
         },
         {
-          "name": "3.14.7",
+          "name": "3.14.8",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",
@@ -67,7 +67,7 @@
           "archetypeArtifactId": "camel-archetype-spring-boot"
         },
         {
-          "name": "3.14.7",
+          "name": "3.14.8",
           "suffix": "LTS",
           "javaVersions": ["11", "1.8"],
           "defaultJava": "11",

Reply via email to