Repository: camel
Updated Branches:
  refs/heads/master 5dbd6ffcc -> aa56fd10c


Revert "camel-bom: fix relative path to parent pom"

This reverts commit 497f51e3a400f3e415ddf015a766726e2845ade3.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7c14aa1c
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7c14aa1c
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7c14aa1c

Branch: refs/heads/master
Commit: 7c14aa1cdce06a5f888508da26fd40fe11bfc490
Parents: 5dbd6ff
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Oct 6 11:27:49 2017 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Oct 6 11:27:49 2017 +0200

----------------------------------------------------------------------
 bom/camel-bom/pom.xml       | 1 -
 bom/target-template-pom.xml | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/7c14aa1c/bom/camel-bom/pom.xml
----------------------------------------------------------------------
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 611a3e5..7eb3bb0 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -23,7 +23,6 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel</artifactId>
     <version>2.20.0-SNAPSHOT</version>
-    <relativePath>../../apache-camel</relativePath>
   </parent>
   <artifactId>camel-bom</artifactId>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/camel/blob/7c14aa1c/bom/target-template-pom.xml
----------------------------------------------------------------------
diff --git a/bom/target-template-pom.xml b/bom/target-template-pom.xml
index 74ab3ab..14cde64 100644
--- a/bom/target-template-pom.xml
+++ b/bom/target-template-pom.xml
@@ -27,7 +27,6 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel</artifactId>
     <version>${project.version}</version>
-    <relativePath>../../apache-camel</relativePath>
   </parent>
 
   <artifactId>camel-bom</artifactId>

Reply via email to