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

acosentino pushed a commit to branch camel-3.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.0.x by this push:
     new 104722b  Update spring-boot.adoc
     new 918564b  Merge pull request #3588 from LiMiNiNo/patch-2
104722b is described below

commit 104722b927fe94469646b4da0c6962ea8750304e
Author: LiMiNiNo <mich...@rambichler.at>
AuthorDate: Tue Feb 18 21:21:44 2020 +0100

    Update spring-boot.adoc
    
    <groupId>org.apache.camel</groupId>
    does not work.
    <groupId>org.apache.camel.springboot</groupId>
---
 components/camel-spring-boot/src/main/docs/spring-boot.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-spring-boot/src/main/docs/spring-boot.adoc 
b/components/camel-spring-boot/src/main/docs/spring-boot.adoc
index 3083b78..cc56108 100644
--- a/components/camel-spring-boot/src/main/docs/spring-boot.adoc
+++ b/components/camel-spring-boot/src/main/docs/spring-boot.adoc
@@ -15,7 +15,7 @@ in order to use this component:
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-spring-boot</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>

Reply via email to