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 08:24:26 UTC

[camel-k-runtime] 01/05: Aligned to the latest unreleased Camel 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

commit 1b027cc4d06b9fee18338c6da4f38183e7c9fd55
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu May 5 12:30:10 2022 +0200

    Aligned to the latest unreleased Camel Quarkus
---
 pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9f03e52d..90a5f894 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.16.0</version>
+        <version>3.17.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,13 +38,14 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.16.0</camel-version>
+        <camel-version>3.17.0-SNAPSHOT</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>2.8.0</camel-quarkus-version>
-        <quarkus-version>2.8.0.Final</quarkus-version>
+        <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version>
+        <quarkus-version>2.9.0.CR1</quarkus-version>
         <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.0.0-java11</quarkus-native-builder-image>
 
+
         <!-- camel-k -->
         <groovy-version>3.0.11</groovy-version>
         <spock-version>2.1-groovy-3.0</spock-version>