You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2019/11/30 00:49:08 UTC

[camel] branch master updated: CAMEL-14234: Fix BOM group id for camel-archetype-spring-boot

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

janbednar 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 0443fd5  CAMEL-14234: Fix BOM group id for camel-archetype-spring-boot
0443fd5 is described below

commit 0443fd56b33b0cc69dd7569f5182e8af018a8026
Author: Jan Bednar <ma...@janbednar.eu>
AuthorDate: Sat Nov 30 01:48:54 2019 +0100

    CAMEL-14234: Fix BOM group id for camel-archetype-spring-boot
---
 .../src/main/resources/archetype-resources/pom.xml                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
index b2c8a5e..cb20660 100644
--- a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml
@@ -45,7 +45,7 @@
       </dependency>
       <!-- Camel BOM -->
       <dependency>
-        <groupId>org.apache.camel</groupId>
+        <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-spring-boot-dependencies</artifactId>
         <version>${camel-version}</version>
         <type>pom</type>