This is an automated email from the ASF dual-hosted git repository. gzurowski 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 9f81e11 Fix groupId of referenced Spring Boot Dependencies Generator 9f81e11 is described below commit 9f81e11b6fc53e5813fc56f3adc6fac409706fea Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Fri Jan 10 10:32:35 2020 -0800 Fix groupId of referenced Spring Boot Dependencies Generator --- .../camel-spring-boot-dependencies-generator/target-template-pom.xml | 2 +- .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml index 9a64e04..67873b9 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies-generator/target-template-pom.xml @@ -43,7 +43,7 @@ <!-- Force the reactor build order --> <dependencies> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-dependencies-generator</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index c17e2e7..e71c497 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -4281,7 +4281,7 @@ <!-- Force the reactor build order --> <dependencies> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-dependencies-generator</artifactId> <version>${project.version}</version> <type>pom</type>