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 50ccf6980aac1a98f4234a2fbf9edfc410935350 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Oct 19 10:27:53 2020 +0200 Added 3.7.0-SNAPSHOT to starter generator too --- 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 4bf020e..3411f6a 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.6.0-SNAPSHOT</version> + <version>3.7.0-SNAPSHOT</version> </parent> <artifactId>camel-%NAME%-starter</artifactId> <packaging>jar</packaging>
