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/08/07 08:18:17 UTC

[camel] branch main updated: camel-jbang - Upgrade to quarkus 2.11.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.git


The following commit(s) were added to refs/heads/main by this push:
     new d5c1e944376 camel-jbang - Upgrade to quarkus 2.11.2
d5c1e944376 is described below

commit d5c1e944376f4d0241ebad4e1a5a078e5ce15f24
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Aug 7 10:18:00 2022 +0200

    camel-jbang - Upgrade to quarkus 2.11.2
---
 .../org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
index 787c4b91c29..ac841439c4d 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java
@@ -93,7 +93,7 @@ abstract class ExportBaseCommand extends CamelCommand {
     protected String quarkusArtifactId;
 
     @CommandLine.Option(names = { "--quarkus-version" }, description = "Quarkus Platform version",
-                        defaultValue = "2.11.1.Final")
+                        defaultValue = "2.11.2.Final")
     protected String quarkusVersion;
 
     @CommandLine.Option(names = { "--maven-wrapper" }, defaultValue = "true",