You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/12/15 05:41:07 UTC

[camel-spring-boot] branch camel-spring-boot-3.7.x updated (15356d9 -> 4ff194b)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-spring-boot-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.


    from 15356d9  [create-pull-request] automated change
     new 7fe8c96  Upgrade Spring Boot to version 2.4.1
     new 4ff194b  Upgrade Spring Boot version in archetype too to version 2.4.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel-spring-boot] 02/02: Upgrade Spring Boot version in archetype too to version 2.4.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 4ff194bffb8cc34bf0ec62d2bf1946366d1b0caf
Author: Andrea Cosentino <an...@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>
 


[camel-spring-boot] 01/02: Upgrade Spring Boot to version 2.4.1

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 7fe8c96666b680be1af0c0704e4623fe263e4ee1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 14 14:12:10 2020 +0100

    Upgrade Spring Boot to version 2.4.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 41c856b..939346c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.4.0</spring-boot-version>
+        <spring-boot-version>2.4.1</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.7.0-SNAPSHOT</camel-version>