You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/05/19 10:05:50 UTC

[camel-kamelets-examples] branch main updated: Set version to 3.18.0-SNAPSHOT

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new f522554  Set version to 3.18.0-SNAPSHOT
f522554 is described below

commit f5225548462e2cd5c8583b40c5f9bb367f7a6e55
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu May 19 12:05:44 2022 +0200

    Set version to 3.18.0-SNAPSHOT
---
 kamelet-main/pom.xml              | 6 +++---
 kamelet-main/slack-source/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml
index a416b72..738529e 100644
--- a/kamelet-main/pom.xml
+++ b/kamelet-main/pom.xml
@@ -23,19 +23,19 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.17.0-SNAPSHOT</version>
+        <version>3.18.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.examples</groupId>
     <artifactId>camel-kamelet-main-examples</artifactId>
-    <version>3.17.0-SNAPSHOT</version>
+    <version>3.18.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Kamelet Main Examples</name>
     <description>Kamelet Main Examples</description>
 
     <properties>
-       <camel.version>3.17.0-SNAPSHOT</camel.version>
+       <camel.version>3.18.0-SNAPSHOT</camel.version>
     </properties>
 
     <modules>
diff --git a/kamelet-main/slack-source/pom.xml b/kamelet-main/slack-source/pom.xml
index bc85a34..489a72f 100644
--- a/kamelet-main/slack-source/pom.xml
+++ b/kamelet-main/slack-source/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.examples</groupId>
         <artifactId>camel-kamelet-main-examples</artifactId>
-        <version>3.17.0-SNAPSHOT</version>
+        <version>3.18.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>slack-source</artifactId>