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 8ce5c9e75f9351fba9c6eceb775052ed99d74f0d
Author: Otavio Rodolfo Piske <[email protected]>
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 90a5f894..361bf7ba 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>

Reply via email to