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 e4b7d25dc5b364ca6fbd6c145d95108dd386d980
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 29 15:46:19 2020 +0200

    Camel-Spring-Boot-archetype: Set the spring-boot-version property here
---
 archetypes/camel-archetype-spring-boot/pom.xml | 4 ++++
 archetypes/pom.xml                             | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml 
b/archetypes/camel-archetype-spring-boot/pom.xml
index 29b34ad..003a4f0 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -33,6 +33,10 @@
     <description>Creates a new Camel project using Spring Boot.</description>
     <packaging>maven-archetype</packaging>
 
+    <properties>
+         <spring-boot-version>2.3.0.RELEASE</spring-boot-version>
+    </properties>
+
     <build>
         <extensions>
             <extension>
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 40ee5c2..75b7041 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,10 +33,6 @@
     <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>

Reply via email to