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.git


The following commit(s) were added to refs/heads/main by this push:
     new dc12d5b0ce2 CAMEL-20308: Change order of camel-spring-boot-bom and 
spring-boot-dependencies in dependencyManamgent
dc12d5b0ce2 is described below

commit dc12d5b0ce2879214fa594dd6826e93e52f67c7d
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Jan 25 14:26:35 2024 +0100

    CAMEL-20308: Change order of camel-spring-boot-bom and 
spring-boot-dependencies in dependencyManamgent
---
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
index f32875e7b6c..3e96262eae4 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_4.adoc
@@ -173,7 +173,7 @@ In Camel 4.4 onwards we changed the order to let Camel be 
first as shown below:
 </dependencyManagement>
 ----
 
-In previous versions, then we would have `spring-boot-dependencies` before 
`camel-spring-boot-bom`. However to better
+In previous versions, then we would have `spring-boot-dependencies` before 
`camel-spring-boot-bom`. However, to better
 align and ensure Camel starters are using supported dependencies, then it's 
recommended to let Camel be first.
 
 === Auto Configuration

Reply via email to