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


Fix bom parent


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

Branch: refs/heads/master
Commit: e007a6c2c34b63335869feccef17a104e9eebce1
Parents: aa56fd1
Author: Nicola Ferraro <ni.ferr...@gmail.com>
Authored: Fri Oct 6 11:50:26 2017 +0200
Committer: Nicola Ferraro <ni.ferr...@gmail.com>
Committed: Fri Oct 6 11:50:26 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/e007a6c2/bom/camel-bom/pom.xml
----------------------------------------------------------------------
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 7eb3bb0..7b968de 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>../../</relativePath>
   </parent>
   <artifactId>camel-bom</artifactId>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/camel/blob/e007a6c2/bom/target-template-pom.xml
----------------------------------------------------------------------
diff --git a/bom/target-template-pom.xml b/bom/target-template-pom.xml
index 14cde64..81982c4 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>../../</relativePath>
   </parent>
 
   <artifactId>camel-bom</artifactId>

http://git-wip-us.apache.org/repos/asf/camel/blob/e007a6c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9d6e4d6..f1ddf31 100755
--- a/pom.xml
+++ b/pom.xml
@@ -140,9 +140,7 @@
   <modules>
     <module>parent</module>
     <module>etc</module>
-    <!-- TODO: fix me
     <module>bom</module>
-    -->
     <module>buildingtools</module>
     <module>camel-core</module>
     <module>components</module>

Reply via email to