You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/16 13:24:39 UTC

[camel-k-runtime] branch camel-main updated: Aligned to the latest version of Camel Quarkus and Quarkus

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

orpiske pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/camel-main by this push:
     new a4a81d7e Aligned to the latest version of Camel Quarkus and Quarkus
a4a81d7e is described below

commit a4a81d7e3ce4556bca7f31d62a5443b1840915b9
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Jun 16 15:24:24 2022 +0200

    Aligned to the latest version of Camel Quarkus and Quarkus
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 361bf7ba..1887d66e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,8 +41,8 @@
         <camel-version>3.18.0-SNAPSHOT</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version>
-        <quarkus-version>2.9.0.CR1</quarkus-version>
+        <camel-quarkus-version>2.10.0-SNAPSHOT</camel-quarkus-version>
+        <quarkus-version>2.10.0.CR1</quarkus-version>
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.0.0-java11</quarkus-native-builder-image>