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 2021/08/23 04:15:08 UTC

[camel-spring-boot] branch main updated (35d31cd -> e25702e)

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

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


    from 35d31cd  [create-pull-request] automated change
     new 25df5df  Regen
     new e25702e  Upgrade to spring boot 2.5.4

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 +-
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 3 files changed, 7 insertions(+), 2 deletions(-)

[camel-spring-boot] 02/02: Upgrade to spring boot 2.5.4

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

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

commit e25702e9e0a5955f84b8609b6ef9c104074adbdb
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 23 06:13:40 2021 +0200

    Upgrade to spring boot 2.5.4
---
 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 0063dd1..edea207 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.5.3</spring-boot-version>
+         <spring-boot-version>2.5.4</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 5c886b8..bacd66a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.5.3</spring-boot-version>
+        <spring-boot-version>2.5.4</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.12.0-SNAPSHOT</camel-version>

[camel-spring-boot] 01/02: Regen

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

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

commit 25df5df1d057c17acb11022415ae43ea9e4a12d4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 23 06:13:00 2021 +0200

    Regen
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 073289b..a566a7c 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -3109,6 +3109,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-huaweicloud-dms</artifactId>
+        <version>3.12.0-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-huaweicloud-functiongraph</artifactId>
         <version>3.12.0-SNAPSHOT</version>
       </dependency>