GitHub user PascalSchumacher opened a pull request:
https://github.com/apache/camel/pull/2009
camel-bom: fix relative path to parent pom
This should fix the build failures on build.apache.org, e.g.:
https://builds.apache.org/view/C/view/Apache%20Camel/job/Camel.trunk.notest/3740/console
which failed with:
```
[WARNING] 'parent.relativePath' points at org.apache.camel:bom-generator
instead of org.apache.camel:camel, please verify your project structure @ line
22, column 11
[FATAL] Non-resolvable parent POM: Could not find artifact
org.apache.camel:camel:pom:2.20.0-SNAPSHOT and 'parent.relativePath' points at
wrong local POM @ line 22, column 11
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PascalSchumacher/camel
fix_bom_parent_relative_path
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2009.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2009
----
commit eafc9fb5d330033c5da20f393e3d2a96a4e12ebd
Author: Pascal Schumacher <[email protected]>
Date: 2017-10-05T17:46:08Z
camel-bom: fix relative path to parent pom
----
---