You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/02 06:21:06 UTC

[camel-spring-boot] 02/03: CAMEL-15775 - Upgrade to SB 2.3.5.RELEASE

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 99fdb9d965f52546cc6c1052d07044bdb68a516b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 07:16:18 2020 +0100

    CAMEL-15775 - Upgrade to SB 2.3.5.RELEASE
---
 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 976e096..717d3b5 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.3.4.RELEASE</spring-boot-version>
+         <spring-boot-version>2.3.5.RELEASE</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>