This is an automated email from the ASF dual-hosted git repository. janbednar 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 b46587f CAMEL-14234: Fix BOM group id for camel-archetype-spring-boot b46587f is described below commit b46587fdce56e28cecbadef25eccc1aca15c5b2f Author: Jan Bednar <m...@janbednar.eu> AuthorDate: Sat Nov 30 01:48:54 2019 +0100 CAMEL-14234: Fix BOM group id for camel-archetype-spring-boot (cherry picked from commit 0443fd56b33b0cc69dd7569f5182e8af018a8026) --- .../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>