Commit 1131092 broke the maven 3 builds
---------------------------------------
Key: CAMEL-4046
URL: https://issues.apache.org/jira/browse/CAMEL-4046
Project: Camel
Issue Type: Bug
Components: build system
Reporter: Daniel Kulp
Commit 1131092 added:
{code:xml}
<artifactId>components</artifactId>
<groupId>org.apache.camel</groupId>
<version>2.8-SNAPSHOT</version>
+ <relativePath>../../parent</relativePath>
</parent>
{code}
which is wrong as the "components" artifact is in "..". The relativePath
should just be ".."
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira