You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/02/10 07:38:49 UTC

[camel] branch master updated: groupID change is wrong

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 511838f  groupID change is wrong
     new 6a7563c  Merge pull request #3559 from hakuseki/patch-2
511838f is described below

commit 511838feaa9849ba6b1df5d5e2a9125e97faca8e
Author: Mikael Andersson Wigander <mi...@gmail.com>
AuthorDate: Mon Feb 10 08:34:22 2020 +0100

    groupID change is wrong
    
    Showing the same in both old and new
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index aef15c5..ea84705 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -92,7 +92,7 @@ Instead of:
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel.springboot</groupId>
+  <groupId>org.apache.camel</groupId>
   <artifactId>camel-component-starter</artifactId>
 </dependency>
 ----