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/11/21 12:08:16 UTC

[camel-karavan] branch 2141 created (now 018250e)

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

davsclaus pushed a change to branch 2141
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


      at 018250e  Upgrade to quarkus 2.14.1

This branch includes the following new commits:

     new 018250e  Upgrade to quarkus 2.14.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karavan] 01/01: Upgrade to quarkus 2.14.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 018250ea9c1e746776fe1afbf514323ad589b0dd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Nov 21 13:08:07 2022 +0100

    Upgrade to quarkus 2.14.1
---
 .../main/resources/snippets/quarkus-kubernetes-application.properties   | 2 +-
 .../main/resources/snippets/quarkus-openshift-application.properties    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/karavan-app/src/main/resources/snippets/quarkus-kubernetes-application.properties b/karavan-app/src/main/resources/snippets/quarkus-kubernetes-application.properties
index bf32b86..9d40b84 100644
--- a/karavan-app/src/main/resources/snippets/quarkus-kubernetes-application.properties
+++ b/karavan-app/src/main/resources/snippets/quarkus-kubernetes-application.properties
@@ -3,7 +3,7 @@ camel.karavan.project-name={projectName}
 camel.karavan.project-description={projectDescription}
 camel.jbang.gav=org.camel.karavan.demo:{projectId}:1
 camel.jbang.runtime=quarkus
-camel.jbang.quarkusVersion=2.14.0.Final
+camel.jbang.quarkusVersion=2.14.1.Final
 camel.jbang.dependencies=camel:microprofile-health,mvn:io.quarkus:quarkus-kubernetes,mvn:io.quarkus:quarkus-container-image-jib
 camel.health.enabled=true
 camel.health.exposure-level=full
diff --git a/karavan-app/src/main/resources/snippets/quarkus-openshift-application.properties b/karavan-app/src/main/resources/snippets/quarkus-openshift-application.properties
index 80a0b61..2b3dff4 100644
--- a/karavan-app/src/main/resources/snippets/quarkus-openshift-application.properties
+++ b/karavan-app/src/main/resources/snippets/quarkus-openshift-application.properties
@@ -3,7 +3,7 @@ camel.karavan.project-name={projectName}
 camel.karavan.project-description={projectDescription}
 camel.jbang.gav=org.camel.karavan.demo:{projectId}:1
 camel.jbang.runtime=quarkus
-camel.jbang.quarkusVersion=2.14.0.Final
+camel.jbang.quarkusVersion=2.14.1.Final
 camel.jbang.dependencies=camel:microprofile-health,mvn:io.quarkus:quarkus-openshift,mvn:io.quarkus:quarkus-container-image-jib
 camel.health.enabled=true
 camel.health.exposure-level=full