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

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


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

commit ef8d7005128040fc21b8276f73d7e83666fcdd81
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Oct 10 11:04:46 2025 +0200

    [maven-release-plugin] prepare for next development iteration
---
 library/camel-kamelets-bom/pom.xml     | 2 +-
 library/camel-kamelets-catalog/pom.xml | 2 +-
 library/camel-kamelets-crds/pom.xml    | 2 +-
 library/camel-kamelets/pom.xml         | 2 +-
 library/kamelets-maven-plugin/pom.xml  | 2 +-
 pom.xml                                | 4 ++--
 tests/camel-kamelets-itest/pom.xml     | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml 
b/library/camel-kamelets-bom/pom.xml
index 58f89a363..4708c9e4c 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>4.15.0</version>
+        <version>4.16.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index c92c81d94..cddc40765 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -35,7 +35,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>4.15.0</version>
+        <version>4.16.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/camel-kamelets-crds/pom.xml 
b/library/camel-kamelets-crds/pom.xml
index 05606ac3c..489662520 100644
--- a/library/camel-kamelets-crds/pom.xml
+++ b/library/camel-kamelets-crds/pom.xml
@@ -20,7 +20,7 @@
   <parent>
       <groupId>org.apache.camel.kamelets</groupId>
       <artifactId>camel-kamelets-parent</artifactId>
-      <version>4.15.0</version>
+      <version>4.16.0-SNAPSHOT</version>
       <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index 34a330abd..083cad00e 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>4.15.0</version>
+        <version>4.16.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/kamelets-maven-plugin/pom.xml 
b/library/kamelets-maven-plugin/pom.xml
index d7ceb528e..f0c2785df 100644
--- a/library/kamelets-maven-plugin/pom.xml
+++ b/library/kamelets-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>4.15.0</version>
+        <version>4.16.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index be3cddd39..76a6dd823 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>4.15.0</version>
+    <version>4.16.0-SNAPSHOT</version>
     <name>Camel Kamelets Parent</name>
     <description>Camel Kamelets Library Parent</description>
 
@@ -119,7 +119,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>v4.15.0</tag>
+        <tag>v4.0.0-RC1</tag>
     </scm>
 
     <issueManagement>
diff --git a/tests/camel-kamelets-itest/pom.xml 
b/tests/camel-kamelets-itest/pom.xml
index 62e517b63..6201908c4 100644
--- a/tests/camel-kamelets-itest/pom.xml
+++ b/tests/camel-kamelets-itest/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel.kamelets</groupId>
         <artifactId>camel-kamelets-parent</artifactId>
-        <version>4.15.0</version>
+        <version>4.16.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Reply via email to