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 0850be653 [maven-release-plugin] prepare release v4.13.0
0850be653 is described below

commit 0850be653f04dd88d5b8f7fe3ab24aee77775aad
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jul 10 15:10:25 2025 +0200

    [maven-release-plugin] prepare release v4.13.0
---
 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 51fea4c87..f0847fc10 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.13.0-SNAPSHOT</version>
+        <version>4.13.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/camel-kamelets-catalog/pom.xml 
b/library/camel-kamelets-catalog/pom.xml
index dfe2ea836..6b1a7a457 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.13.0-SNAPSHOT</version>
+        <version>4.13.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/camel-kamelets-crds/pom.xml 
b/library/camel-kamelets-crds/pom.xml
index f822a24f8..cee45a8d2 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.13.0-SNAPSHOT</version>
+      <version>4.13.0</version>
       <relativePath>../../pom.xml</relativePath>
   </parent>
 
diff --git a/library/camel-kamelets/pom.xml b/library/camel-kamelets/pom.xml
index 520241801..d1fc22346 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.13.0-SNAPSHOT</version>
+        <version>4.13.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/library/kamelets-maven-plugin/pom.xml 
b/library/kamelets-maven-plugin/pom.xml
index 439091329..096e1f098 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.13.0-SNAPSHOT</version>
+        <version>4.13.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index 32aa9ad47..75ab7d6c4 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.13.0-SNAPSHOT</version>
+    <version>4.13.0</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.0.0-RC1</tag>
+        <tag>v4.13.0</tag>
     </scm>
 
     <issueManagement>
diff --git a/tests/camel-kamelets-itest/pom.xml 
b/tests/camel-kamelets-itest/pom.xml
index fb4b2d73d..79759f7ec 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.13.0-SNAPSHOT</version>
+        <version>4.13.0</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 

Reply via email to