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 81135a9817f7ecee80da30c57d6a8b5ca2c92b5c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Feb 12 07:27:45 2021 +0100 Next is 3.9.0-SNAPSHOT --- pom.xml | 6 +++--- .../camel-spring-boot-starter-generator/template-starter-pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7bec735..04b1a28 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.springboot</groupId> @@ -109,7 +109,7 @@ <spring-boot-version>2.4.2</spring-boot-version> <!-- Camel target version --> - <camel-version>3.8.0-SNAPSHOT</camel-version> + <camel-version>3.9.0-SNAPSHOT</camel-version> <!-- versions --> <aether-version>1.0.2.v20150114</aether-version> @@ -455,7 +455,7 @@ <profile> <id>dev</id> <properties> - <camel-version>3.8.0-SNAPSHOT</camel-version> + <camel-version>3.9.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 4d91864..0143463 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.8.0-SNAPSHOT</version> + <version>3.9.0-SNAPSHOT</version> </parent> <artifactId>camel-%NAME%-starter</artifactId> <packaging>jar</packaging>