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
The following commit(s) were added to refs/heads/master by this push: new 4b716f3 Set the version to 3.1.0-SNAPSHOT in the template starter 4b716f3 is described below commit 4b716f35b452a1d32860461518b2ebec87401f55 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jan 20 11:28:07 2020 +0100 Set the version to 3.1.0-SNAPSHOT in the template starter --- 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 1466b7f..5c8918b 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>1.0.0-SNAPSHOT</version> + <version>3.1.0-SNAPSHOT</version> </parent> <artifactId>camel-%NAME%-starter</artifactId> <packaging>jar</packaging>