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 2021/01/06 13:44:25 UTC

[camel-spring-boot] branch master updated: CAMEL-15428: camel-spring-boot-bom - Do not have parent so its standalone.

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 1003bdb  CAMEL-15428: camel-spring-boot-bom - Do not have parent so its standalone.
1003bdb is described below

commit 1003bdb50c04e8ab7684ad06d5c277a7163b93ef
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Jan 6 14:43:02 2021 +0100

    CAMEL-15428: camel-spring-boot-bom - Do not have parent so its standalone.
---
 tooling/camel-spring-boot-bom-generator/target-template-pom.xml | 9 ++-------
 tooling/camel-spring-boot-bom/pom.xml                           | 8 ++------
 2 files changed, 4 insertions(+), 13 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 b4bb7a8..de20081 100644
--- a/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
+++ b/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
@@ -23,14 +23,9 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.camel.springboot</groupId>
-        <artifactId>spring-boot</artifactId>
-        <version>${project.version}</version>
-        <relativePath>../../</relativePath>
-    </parent>
-
+    <groupId>org.apache.camel.springboot</groupId>
     <artifactId>camel-spring-boot-bom</artifactId>
+    <version>${project.version}</version>
     <packaging>pom</packaging>
     <name>Camel SB Tooling :: BOM</name>
     <description>Camel Spring-Boot BOM</description>
diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml
index 739fae1..99e5863 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -19,13 +19,9 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.camel.springboot</groupId>
-    <artifactId>spring-boot</artifactId>
-    <version>3.8.0-SNAPSHOT</version>
-    <relativePath>../../</relativePath>
-  </parent>
+  <groupId>org.apache.camel.springboot</groupId>
   <artifactId>camel-spring-boot-bom</artifactId>
+  <version>3.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Camel SB Tooling :: BOM</name>
   <description>Camel Spring-Boot BOM</description>