Repository: servicemix Updated Branches: refs/heads/servicemix-5.x 05a64738d -> 737618ccb
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/737618cc Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/737618cc Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/737618cc Branch: refs/heads/servicemix-5.x Commit: 737618ccb402ba2f97d5fbffccce90fc06d78c22 Parents: 05a6473 Author: Krzysztof Sobkowiak <[email protected]> Authored: Sat Jan 9 13:17:34 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Sat Jan 9 13:23:51 2016 +0100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/737618cc/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 31fc552..a8a1153 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>
