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/15 12:23:33 UTC

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

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 12bddd60  Aligned to the latest unreleased Camel Quarkus and Camel Core
12bddd60 is described below

commit 12bddd60afafb82a7d4e6ce9d6cd06a1a092f11f
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Jun 15 14:23:18 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index 25a4c9f3..8442b1ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.17.0-SNAPSHOT</version>
+        <version>3.18.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.17.0-SNAPSHOT</camel-version>
+        <camel-version>3.18.0-SNAPSHOT</camel-version>
 
         <!-- quarkus -->
         <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version>