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 2022/10/06 07:23:52 UTC

[camel-spring-boot] 01/02: Next is 3.20.0

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-spring-boot.git

commit 1a5259ee4dec10d324ce212a3ad56abd15bed924
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 6 09:10:44 2022 +0200

    Next is 3.20.0
---
 pom.xml                                                              | 4 ++--
 tooling/camel-spring-boot-starter-generator/template-starter-pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86e6a1fde38..e1ef52314bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.19.0-SNAPSHOT</version>
+        <version>3.20.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.camel.springboot</groupId>
@@ -453,7 +453,7 @@
         <profile>
             <id>dev</id>
             <properties>
-                <camel-version>3.19.0-SNAPSHOT</camel-version>
+                <camel-version>3.20.0-SNAPSHOT</camel-version>
             </properties>
         </profile>
 
diff --git a/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml b/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml
index ab23a8fffdd..416925cf436 100644
--- a/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml
+++ b/tooling/camel-spring-boot-starter-generator/template-starter-pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>components-starter</artifactId>
-        <version>3.19.0-SNAPSHOT</version>
+        <version>3.20.0-SNAPSHOT</version>
     </parent>
     <artifactId>camel-%NAME%-starter</artifactId>
     <packaging>jar</packaging>