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/05/18 09:33:46 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 f192e31ccf62f306f5e54f37f808fdc9abb55745
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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 551b0546..ff459ba5 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,12 +38,12 @@
         <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>
-        <graalvm-version>22.0.0</graalvm-version>
-        <quarkus-version>2.8.0.Final</quarkus-version>
+        <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version>
+        <graalvm-version>22.0.2</graalvm-version>
+        <quarkus-version>2.9.0.CR1</quarkus-version>
 
         <!-- camel-k -->
         <groovy-version>3.0.10</groovy-version>