Repository: camel
Updated Branches:
  refs/heads/master a12916c22 -> 497f51e3a


camel-bom: fix relative path to parent pom


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

Branch: refs/heads/master
Commit: 497f51e3a400f3e415ddf015a766726e2845ade3
Parents: a12916c
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Thu Oct 5 19:46:08 2017 +0200
Committer: Nicola Ferraro <ni.ferr...@gmail.com>
Committed: Fri Oct 6 10:21:07 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/497f51e3/bom/camel-bom/pom.xml
----------------------------------------------------------------------
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 7eb3bb0..611a3e5 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -23,6 +23,7 @@
     <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/497f51e3/bom/target-template-pom.xml
----------------------------------------------------------------------
diff --git a/bom/target-template-pom.xml b/bom/target-template-pom.xml
index 14cde64..74ab3ab 100644
--- a/bom/target-template-pom.xml
+++ b/bom/target-template-pom.xml
@@ -27,6 +27,7 @@
     <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