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 662d5e2 CAMEL-15428: camel-spring-boot-bom - Do not have parent so its standalone. 662d5e2 is described below commit 662d5e2fc1d8ce13fcbc5db7a6e322c96d0fc6aa Author: Claus Ibsen <claus.ib...@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 74c6082..d3361ab 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.4.6-SNAPSHOT</version> - <relativePath>../../</relativePath> - </parent> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-bom</artifactId> + <version>3.4.6-SNAPSHOT</version> <packaging>pom</packaging> <name>Camel SB Tooling :: BOM</name> <description>Camel Spring-Boot BOM</description>