Repository: servicemix Updated Branches: refs/heads/servicemix-6.x d2844839e -> d29e66c39
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/d29e66c3 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/d29e66c3 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/d29e66c3 Branch: refs/heads/servicemix-6.x Commit: d29e66c39213105edfdf4ec52e0c5e9ba035955c Parents: d284483 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Jan 9 13:17:34 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Jan 9 13:19:46 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/d29e66c3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 652009a..b21a859 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>
