You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/20 06:00:18 UTC

[camel-kamelets] branch 0.6.x updated: [maven-release-plugin] prepare for next development iteration

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

acosentino pushed a commit to branch 0.6.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/0.6.x by this push:
     new 3dfa3a3  [maven-release-plugin] prepare for next development iteration
3dfa3a3 is described below

commit 3dfa3a3c37fc452e826f4a35c5b8c2a2ac285568
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 20 07:00:12 2021 +0100

    [maven-release-plugin] prepare for next development iteration
---
 library/camel-kamelets-catalog/pom.xml | 2 +-
 library/camel-kamelets-utils/pom.xml   | 2 +-
 library/camel-kamelets/pom.xml         | 2 +-
 pom.xml                                | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/library/camel-kamelets-catalog/pom.xml b/library/camel-kamelets-catalog/pom.xml
index a8a41d1..a0ed86c 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>0.6.0</version>
+        <version>main-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/camel-kamelets-utils/pom.xml b/library/camel-kamelets-utils/pom.xml
index 3533e47..cb71d07 100644
--- a/library/camel-kamelets-utils/pom.xml
+++ b/library/camel-kamelets-utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>0.6.0</version>
+        <version>main-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index ef36334..483fc53 100644
--- a/library/camel-kamelets/pom.xml
+++ b/library/camel-kamelets/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>0.6.0</version>
+        <version>main-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 57239c2..ffcbb22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <groupId>org.apache.camel.kamelets</groupId>
     <artifactId>camel-kamelets-parent</artifactId>
     <packaging>pom</packaging>
-    <version>0.6.0</version>
+    <version>main-SNAPSHOT</version>
     <name>Camel Kamelets Parent</name>
     <description>Camel Kamelets Library Parent</description>
 
@@ -103,7 +103,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-kamelets.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-kamelets.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=camel-kamelets.git;a=summary</url>
-        <tag>v0.6.0</tag>
+        <tag>v0.4.0</tag>
     </scm>
 
     <issueManagement>