You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2021/01/17 19:58:04 UTC

[camel-spring-boot] branch release/3.7.1 updated: Revert "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.

gzurowski pushed a commit to branch release/3.7.1
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/release/3.7.1 by this push:
     new 13df0ae  Revert "CAMEL-15428: camel-spring-boot-bom - Do not have parent so its standalone."
13df0ae is described below

commit 13df0ae7fbef74e8ff5ad28cfe6afd7d9b6889ee
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sun Jan 17 19:57:42 2021 +0000

    Revert "CAMEL-15428: camel-spring-boot-bom - Do not have parent so its standalone."
    
    This reverts commit ad675bc14ff097862e6074a7caf360eb02774484.
---
 tooling/camel-spring-boot-bom-generator/target-template-pom.xml | 9 +++++++--
 tooling/camel-spring-boot-bom/pom.xml                           | 8 ++++++--
 2 files changed, 13 insertions(+), 4 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 de20081..b4bb7a8 100644
--- a/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
+++ b/tooling/camel-spring-boot-bom-generator/target-template-pom.xml
@@ -23,9 +23,14 @@
 
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.camel.springboot</groupId>
+    <parent>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>spring-boot</artifactId>
+        <version>${project.version}</version>
+        <relativePath>../../</relativePath>
+    </parent>
+
     <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 8d7a935..0cfe062 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -19,9 +19,13 @@
 -->
 <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>
-  <groupId>org.apache.camel.springboot</groupId>
+  <parent>
+    <groupId>org.apache.camel.springboot</groupId>
+    <artifactId>spring-boot</artifactId>
+    <version>3.7.1-SNAPSHOT</version>
+    <relativePath>../../</relativePath>
+  </parent>
   <artifactId>camel-spring-boot-bom</artifactId>
-  <version>3.7.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Camel SB Tooling :: BOM</name>
   <description>Camel Spring-Boot BOM</description>