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.git
commit 97cda9a0c1e6bfe3d0858bdb6233252a7c360f0f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri May 29 15:45:31 2020 +0200 Archetypes: Add a spring-boot-version property only in this POM --- archetypes/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 75b7041..40ee5c2 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -33,6 +33,10 @@ <description>Camel Archetypes</description> <packaging>pom</packaging> + <properties> + <spring-boot-version>2.3.0.RELEASE</spring-boot-version> + </properties> + <modules> <module>camel-archetype-api-component</module> <module>camel-archetype-blueprint</module>