Repository: servicemix Updated Branches: refs/heads/servicemix-5.5.x 03ec1c12e -> 899065539
SM-2808: Avoid warnings about 'parent.relativePath' during the maven build Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/89906553 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/89906553 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/89906553 Branch: refs/heads/servicemix-5.5.x Commit: 899065539d71c2deaa42a9b8b3fba8578abee992 Parents: 03ec1c1 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Jan 9 13:17:34 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Jan 9 13:24:33 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/89906553/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 44a1c62..2d411e7 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>15</version> + <relativePath /> </parent> <groupId>org.apache.servicemix</groupId>
