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 7e725ae  Bump for next version
7e725ae is described below

commit 7e725ae8b2f10d7c43d45f8c68375b7ebc70786f
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sun Feb 18 08:01:49 2024 +0100

    Bump for next version
---
 kamelet-main/custom/pom.xml                                         | 2 +-
 kamelet-main/pom.xml                                                | 6 +++---
 kamelet-main/scan-download/pom.xml                                  | 2 +-
 .../src/main/resources/kamelets/custom-beer-source.kamelet.yaml     | 2 +-
 kamelet-main/scan/pom.xml                                           | 2 +-
 kamelet-main/slack-source/pom.xml                                   | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/kamelet-main/custom/pom.xml b/kamelet-main/custom/pom.xml
index 2b0ecaf..6613e2a 100644
--- a/kamelet-main/custom/pom.xml
+++ b/kamelet-main/custom/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.examples</groupId>
         <artifactId>camel-kamelet-main-examples</artifactId>
-        <version>4.5.0-SNAPSHOT-SNAPSHOT</version>
+        <version>4.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>custom</artifactId>
diff --git a/kamelet-main/pom.xml b/kamelet-main/pom.xml
index 5b7af70..f52e03b 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>4.5.0-SNAPSHOT-SNAPSHOT</version>
+        <version>4.5.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.examples</groupId>
     <artifactId>camel-kamelet-main-examples</artifactId>
-    <version>4.5.0-SNAPSHOT-SNAPSHOT</version>
+    <version>4.5.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Kamelet Main Examples</name>
     <description>Kamelet Main Examples</description>
 
     <properties>
-       <camel.version>4.5.0-SNAPSHOT-SNAPSHOT</camel.version>
+       <camel.version>4.5.0-SNAPSHOT</camel.version>
     </properties>
 
     <modules>
diff --git a/kamelet-main/scan-download/pom.xml 
b/kamelet-main/scan-download/pom.xml
index 0b19b71..0cbd812 100644
--- a/kamelet-main/scan-download/pom.xml
+++ b/kamelet-main/scan-download/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.examples</groupId>
         <artifactId>camel-kamelet-main-examples</artifactId>
-        <version>4.5.0-SNAPSHOT-SNAPSHOT</version>
+        <version>4.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>scan-download</artifactId>
diff --git 
a/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
 
b/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
index 5482be8..c07ac79 100644
--- 
a/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
+++ 
b/kamelet-main/scan-download/src/main/resources/kamelets/custom-beer-source.kamelet.yaml
@@ -28,7 +28,7 @@ spec:
     - "camel:timer"
     - "camel:http"
     - "camel:kamelet"
-    - "mvn:org.apache.camel.examples:custom:4.5.0-SNAPSHOT-SNAPSHOT"
+    - "mvn:org.apache.camel.examples:custom:4.5.0-SNAPSHOT"
   template:
     from:
       uri: "timer:beer"
diff --git a/kamelet-main/scan/pom.xml b/kamelet-main/scan/pom.xml
index e93b050..c5a0dd3 100644
--- a/kamelet-main/scan/pom.xml
+++ b/kamelet-main/scan/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.camel.examples</groupId>
         <artifactId>camel-kamelet-main-examples</artifactId>
-        <version>4.5.0-SNAPSHOT-SNAPSHOT</version>
+        <version>4.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>scan</artifactId>
diff --git a/kamelet-main/slack-source/pom.xml 
b/kamelet-main/slack-source/pom.xml
index b1c8c1a..0ed6d73 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>4.5.0-SNAPSHOT-SNAPSHOT</version>
+        <version>4.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>slack-source</artifactId>

Reply via email to