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 fd191ae  Group ID fix for *-starter packages
     new 9389f69  Merge pull request #3535 from 
alexeyshockov/docs-springboot-fixes
fd191ae is described below

commit fd191ae781949f525a41f7a964a2818a8c5f720e
Author: Alexey Shokov <[email protected]>
AuthorDate: Thu Jan 30 16:40:54 2020 +0400

    Group ID fix for *-starter packages
---
 components/camel-kudu/src/main/docs/kudu-component.adoc               | 4 ++--
 .../src/main/docs/reactive-streams-component.adoc                     | 2 +-
 components/camel-resilience4j/src/main/docs/resilience4j.adoc         | 2 +-
 .../camel-rest-openapi/src/main/docs/rest-openapi-component.adoc      | 4 ++--
 .../camel-rest-swagger/src/main/docs/rest-swagger-component.adoc      | 4 ++--
 components/camel-sql/src/main/docs/sql-stored-component.adoc          | 2 +-
 core/camel-core-engine/src/main/docs/eips/saga-eip.adoc               | 4 ++--
 docs/components/modules/ROOT/pages/kudu-component.adoc                | 4 ++--
 docs/components/modules/ROOT/pages/reactive-streams-component.adoc    | 2 +-
 docs/components/modules/ROOT/pages/resilience4j.adoc                  | 2 +-
 docs/components/modules/ROOT/pages/rest-openapi-component.adoc        | 4 ++--
 docs/components/modules/ROOT/pages/rest-swagger-component.adoc        | 4 ++--
 docs/components/modules/ROOT/pages/sql-stored-component.adoc          | 2 +-
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc      | 2 +-
 docs/user-manual/modules/ROOT/pages/saga-eip.adoc                     | 4 ++--
 15 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/components/camel-kudu/src/main/docs/kudu-component.adoc 
b/components/camel-kudu/src/main/docs/kudu-component.adoc
index 50e9cb4..44efe5a 100644
--- a/components/camel-kudu/src/main/docs/kudu-component.adoc
+++ b/components/camel-kudu/src/main/docs/kudu-component.adoc
@@ -102,7 +102,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-kudu-starter</artifactId>
   <version>x.x.x</version>
   <!-- use the same version as your Camel core version -->
@@ -120,7 +120,7 @@ To use this feature, add the following dependencies to your 
spring boot pom.xml
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-kudu-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
diff --git 
a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
 
b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
index 297d6b9..64bf95f 100644
--- 
a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
+++ 
b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
@@ -446,7 +446,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-reactive-streams-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
diff --git a/components/camel-resilience4j/src/main/docs/resilience4j.adoc 
b/components/camel-resilience4j/src/main/docs/resilience4j.adoc
index deb5122..5f3cee6 100644
--- a/components/camel-resilience4j/src/main/docs/resilience4j.adoc
+++ b/components/camel-resilience4j/src/main/docs/resilience4j.adoc
@@ -27,7 +27,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-resilience4j-starter</artifactId>
   <version>x.x.x</version>
   <!-- use the same version as your Camel core version -->
diff --git 
a/components/camel-rest-openapi/src/main/docs/rest-openapi-component.adoc 
b/components/camel-rest-openapi/src/main/docs/rest-openapi-component.adoc
index 15700dc..cad1ab0 100644
--- a/components/camel-rest-openapi/src/main/docs/rest-openapi-component.adoc
+++ b/components/camel-rest-openapi/src/main/docs/rest-openapi-component.adoc
@@ -205,12 +205,12 @@ Here are our dependencies defined in Maven POM file:
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-undertow-starter</artifactId>
 </dependency>
 
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-rest-openapi-starter</artifactId>
 </dependency>
 ----
diff --git 
a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc 
b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
index b0e3c04..cc8732e 100644
--- a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
+++ b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
@@ -203,12 +203,12 @@ Here are our dependencies defined in Maven POM file:
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-undertow-starter</artifactId>
 </dependency>
 
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-rest-swagger-starter</artifactId>
 </dependency>
 ----
diff --git a/components/camel-sql/src/main/docs/sql-stored-component.adoc 
b/components/camel-sql/src/main/docs/sql-stored-component.adoc
index 1b92f27..bae08c3 100644
--- a/components/camel-sql/src/main/docs/sql-stored-component.adoc
+++ b/components/camel-sql/src/main/docs/sql-stored-component.adoc
@@ -273,7 +273,7 @@ To use this feature, add the following dependencies to your 
spring boot pom.xml
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-sql-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
diff --git a/core/camel-core-engine/src/main/docs/eips/saga-eip.adoc 
b/core/camel-core-engine/src/main/docs/eips/saga-eip.adoc
index e1092f2..0b2b49d 100644
--- a/core/camel-core-engine/src/main/docs/eips/saga-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/eips/saga-eip.adoc
@@ -127,14 +127,14 @@ include the *camel-lra-starter* module in their project:
 [source,xml]
 ----
 <dependency>
- <groupId>org.apache.camel</groupId>
+ <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-lra-starter</artifactId>
  <!-- use the same version as your Camel core version -->
  <version>x.y.z</version>
 </dependency>
 
 <dependency>
- <groupId>org.apache.camel</groupId>
+ <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-undertow-starter</artifactId>
  <!-- use the same version as your Camel core version -->
  <version>x.y.z</version>
diff --git a/docs/components/modules/ROOT/pages/kudu-component.adoc 
b/docs/components/modules/ROOT/pages/kudu-component.adoc
index 6667b8d..eca72d4 100644
--- a/docs/components/modules/ROOT/pages/kudu-component.adoc
+++ b/docs/components/modules/ROOT/pages/kudu-component.adoc
@@ -103,7 +103,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-kudu-starter</artifactId>
   <version>x.x.x</version>
   <!-- use the same version as your Camel core version -->
@@ -121,7 +121,7 @@ To use this feature, add the following dependencies to your 
spring boot pom.xml
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-kudu-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
diff --git a/docs/components/modules/ROOT/pages/reactive-streams-component.adoc 
b/docs/components/modules/ROOT/pages/reactive-streams-component.adoc
index 11a3788..8da05c0 100644
--- a/docs/components/modules/ROOT/pages/reactive-streams-component.adoc
+++ b/docs/components/modules/ROOT/pages/reactive-streams-component.adoc
@@ -447,7 +447,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-reactive-streams-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
diff --git a/docs/components/modules/ROOT/pages/resilience4j.adoc 
b/docs/components/modules/ROOT/pages/resilience4j.adoc
index 396a526..8c08a89 100644
--- a/docs/components/modules/ROOT/pages/resilience4j.adoc
+++ b/docs/components/modules/ROOT/pages/resilience4j.adoc
@@ -28,7 +28,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-resilience4j-starter</artifactId>
   <version>x.x.x</version>
   <!-- use the same version as your Camel core version -->
diff --git a/docs/components/modules/ROOT/pages/rest-openapi-component.adoc 
b/docs/components/modules/ROOT/pages/rest-openapi-component.adoc
index b31bd48..36b6ba0 100644
--- a/docs/components/modules/ROOT/pages/rest-openapi-component.adoc
+++ b/docs/components/modules/ROOT/pages/rest-openapi-component.adoc
@@ -206,12 +206,12 @@ Here are our dependencies defined in Maven POM file:
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-undertow-starter</artifactId>
 </dependency>
 
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-rest-openapi-starter</artifactId>
 </dependency>
 ----
diff --git a/docs/components/modules/ROOT/pages/rest-swagger-component.adoc 
b/docs/components/modules/ROOT/pages/rest-swagger-component.adoc
index 4d736d5..c092cf6 100644
--- a/docs/components/modules/ROOT/pages/rest-swagger-component.adoc
+++ b/docs/components/modules/ROOT/pages/rest-swagger-component.adoc
@@ -204,12 +204,12 @@ Here are our dependencies defined in Maven POM file:
 [source,xml]
 ----
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-undertow-starter</artifactId>
 </dependency>
 
 <dependency>
-  <groupId>org.apache.camel</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-rest-swagger-starter</artifactId>
 </dependency>
 ----
diff --git a/docs/components/modules/ROOT/pages/sql-stored-component.adoc 
b/docs/components/modules/ROOT/pages/sql-stored-component.adoc
index 2dccd40..1f84b00 100644
--- a/docs/components/modules/ROOT/pages/sql-stored-component.adoc
+++ b/docs/components/modules/ROOT/pages/sql-stored-component.adoc
@@ -274,7 +274,7 @@ To use this feature, add the following dependencies to your 
spring boot pom.xml
 [source,xml]
 ----
 <dependency>
-    <groupId>org.apache.camel</groupId>
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-sql-starter</artifactId>
     <version>${camel.version}</version> <!-- use the same version as your 
Camel core version -->
 </dependency>
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 ea84705..aef15c5 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</groupId>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-component-starter</artifactId>
 </dependency>
 ----
diff --git a/docs/user-manual/modules/ROOT/pages/saga-eip.adoc 
b/docs/user-manual/modules/ROOT/pages/saga-eip.adoc
index dffa172..2a2d6cf 100644
--- a/docs/user-manual/modules/ROOT/pages/saga-eip.adoc
+++ b/docs/user-manual/modules/ROOT/pages/saga-eip.adoc
@@ -128,14 +128,14 @@ include the *camel-lra-starter* module in their project:
 [source,xml]
 ----
 <dependency>
- <groupId>org.apache.camel</groupId>
+ <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-lra-starter</artifactId>
  <!-- use the same version as your Camel core version -->
  <version>x.y.z</version>
 </dependency>
 
 <dependency>
- <groupId>org.apache.camel</groupId>
+ <groupId>org.apache.camel.springboot</groupId>
  <artifactId>camel-undertow-starter</artifactId>
  <!-- use the same version as your Camel core version -->
  <version>x.y.z</version>

Reply via email to