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 2022/12/18 07:38:01 UTC

[camel-spring-boot] branch camel-spring-boot-3.18.x updated: Update spring-boot.adoc (#686)

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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.18.x by this push:
     new f82f5883072 Update spring-boot.adoc (#686)
f82f5883072 is described below

commit f82f58830726a020a0caeee860909b54b12c6f6c
Author: est412 <es...@gmail.com>
AuthorDate: Sun Dec 18 10:37:56 2022 +0300

    Update spring-boot.adoc (#686)
    
    It seams to be a typo
---
 core/camel-spring-boot/src/main/docs/spring-boot.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/camel-spring-boot/src/main/docs/spring-boot.adoc b/core/camel-spring-boot/src/main/docs/spring-boot.adoc
index cd5503bf268..494d3d67a01 100644
--- a/core/camel-spring-boot/src/main/docs/spring-boot.adoc
+++ b/core/camel-spring-boot/src/main/docs/spring-boot.adoc
@@ -42,7 +42,7 @@ To use the starter, add the following to your spring boot pom.xml file:
 ----
 <dependency>
     <groupId>org.apache.camel.springboot</groupId>
-    <artifactId>camel-spring-boot-bom</artifactId>
+    <artifactId>camel-spring-boot-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your Camel core version -->
 </dependency>
 ----