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 fb1aee2  Update spring-boot.adoc
     new a56a5fa  Merge pull request #3589 from LiMiNiNo/patch-3
fb1aee2 is described below

commit fb1aee2fcf07f02ff3c2dd8091b9d591d900c95b
Author: LiMiNiNo <mich...@rambichler.at>
AuthorDate: Tue Feb 18 21:38:11 2020 +0100

    Update spring-boot.adoc
    
    mixed up groupIds from previous merge.
    Only the spring-boot-starter part was wrong.
---
 components/camel-spring-boot/src/main/docs/spring-boot.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 cc56108..a2d91f9 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.springboot</groupId>
+    <groupId>org.apache.camel</groupId>
     <artifactId>camel-spring-boot</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
@@ -42,7 +42,7 @@ To use the starter, add the following to your spring boot 
pom.xml file:
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-spring-boot-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>

Reply via email to