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

[camel-spring-boot] branch feature/update-spring-boot updated (afb26043767 -> 2e49083fcf1)

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

gzurowski pushed a change to branch feature/update-spring-boot
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard afb26043767 Update to Spring Boot 2.6.8
     new 2e49083fcf1 Update to Spring Boot 2.6.8

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (afb26043767)
            \
             N -- N -- N   refs/heads/feature/update-spring-boot (2e49083fcf1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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 | 4 ++--
 pom.xml                                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[camel-spring-boot] 01/01: Update to Spring Boot 2.6.8

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

gzurowski pushed a commit to branch feature/update-spring-boot
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 2e49083fcf152968456f59355ce3ba08b78b873c
Author: Gregor Zurowski <gr...@zurowski.net>
AuthorDate: Tue Jun 21 13:36:49 2022 +0200

    Update to Spring Boot 2.6.8
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index b0d5fc54dd8..76ae83414fc 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.6.7</spring-boot-version>
+        <spring-boot-version>2.6.8</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 35c5f00ebf9..f1c9cbb723b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.6.7</spring-boot-version>
+        <spring-boot-version>2.6.8</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.14.4-SNAPSHOT</camel-version>