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:34:56 UTC

[camel-spring-boot] branch feature/update-spring-boot created (now afb26043767)

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


      at afb26043767 Update to Spring Boot 2.6.8

This branch includes the following new commits:

     new afb26043767 Update to Spring Boot 2.6.8

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.



[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 afb26043767acf7c8a31f101b9de8f575b191844
Author: Gregor Zurowski <gr...@zurowski.net>
AuthorDate: Tue Jun 21 13:34:45 2022 +0200

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

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index b0d5fc54dd8..03dd98feeec 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,8 +34,8 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-         <spring-boot-version>2.6.7</spring-boot-version>
-         <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
+        <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>
 
     <build>
@@ -72,4 +72,4 @@
         </testResources>
     </build>
 
-</project>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 35c5f00ebf9..51462907380 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>
@@ -876,4 +876,4 @@
         </profile>
 
     </profiles>
-</project>
+</project>
\ No newline at end of file