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 2f3489a8fd5f64bddc450ba054a251a467289c6e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Dec 14 14:12:43 2020 +0100

    Upgrade Spring Boot version in archetype too to version 2.4.1
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml 
b/archetypes/camel-archetype-spring-boot/pom.xml
index ce261c8..607c97f 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,7 +34,7 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-         <spring-boot-version>2.4.0</spring-boot-version>
+         <spring-boot-version>2.4.1</spring-boot-version>
          
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
 <!-- Needed to download camel-spring-boot snapshots -->
     </properties>
 

Reply via email to