Repository: servicemix Updated Branches: refs/heads/master 10f362b96 -> 5e45e3ed8
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/5e45e3ed Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/5e45e3ed Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/5e45e3ed Branch: refs/heads/master Commit: 5e45e3ed81c5f27df3ade737b490598e2ba9fd4d Parents: 10f362b Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Jan 9 13:17:34 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Jan 9 13:17:34 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/5e45e3ed/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d2877f8..198fbec 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>
