This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 70818d4 CAMEL-15428: camel spring boot BOM should not have tooling as
parent
70818d4 is described below
commit 70818d40dec250728f5cb76bf5433aa7daa4e9a8
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Nov 2 16:18:30 2020 +0100
CAMEL-15428: camel spring boot BOM should not have tooling as parent
---
tooling/camel-spring-boot-bom-generator/target-template-pom.xml | 3 ++-
tooling/camel-spring-boot-bom/pom.xml | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
b/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
index 44418a6..b4bb7a8 100644
--- a/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
+++ b/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
@@ -25,8 +25,9 @@
<parent>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>tooling</artifactId>
+ <artifactId>spring-boot</artifactId>
<version>${project.version}</version>
+ <relativePath>../../</relativePath>
</parent>
<artifactId>camel-spring-boot-bom</artifactId>
diff --git a/tooling/camel-spring-boot-bom/pom.xml
b/tooling/camel-spring-boot-bom/pom.xml
index 3c9fc28..62b668a 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -21,8 +21,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.springboot</groupId>
- <artifactId>tooling</artifactId>
+ <artifactId>spring-boot</artifactId>
<version>3.7.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
</parent>
<artifactId>camel-spring-boot-bom</artifactId>
<packaging>pom</packaging>