You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/11/02 15:20:35 UTC

[camel-spring-boot] branch camel-spring-boot-3.4.x updated: CAMEL-15428: camel spring boot BOM should not have tooling as parent

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

davsclaus pushed a commit to branch camel-spring-boot-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.4.x by this push:
     new 9ffb785  CAMEL-15428: camel spring boot BOM should not have tooling as parent
9ffb785 is described below

commit 9ffb7857771ced352851c66842e20e9a0300e241
Author: Claus Ibsen <cl...@gmail.com>
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 6ae0b17..b74f9d8 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.4.5-SNAPSHOT</version>
+    <relativePath>../../</relativePath>
   </parent>
   <artifactId>camel-spring-boot-bom</artifactId>
   <packaging>pom</packaging>