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 ff8639b819b CAMEL-20308: Change order of camel-spring-boot-bom and 
spring-boot-dependencies in dependencyManamgent
ff8639b819b is described below

commit ff8639b819b25fe7a613734287b776244ec4bc41
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jan 25 14:23:44 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 4b48639bc7b..f32875e7b6c 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
@@ -157,7 +157,7 @@ In Camel 4.4 onwards we changed the order to let Camel be 
first as shown below:
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-spring-boot-bom</artifactId>
-            <version>${project.version}</version>
+            <version>${camel-version}</version>
             <type>pom</type>
             <scope>import</scope>
         </dependency>

Reply via email to