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 2020/09/07 05:43:29 UTC

[camel-spring-boot] 03/03: Aligned template-starter to 3.6.0-SNAPSHOT

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

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

commit 1ea1b0f0ba4b512f292bd70ff66c6b8fa3c3c671
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 07:42:44 2020 +0200

    Aligned template-starter to 3.6.0-SNAPSHOT
---
 tooling/camel-spring-boot-starter-generator/template-starter-pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 148a829..4bf020e 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.5.0-SNAPSHOT</version>
+        <version>3.6.0-SNAPSHOT</version>
     </parent>
     <artifactId>camel-%NAME%-starter</artifactId>
     <packaging>jar</packaging>