Repository: flex-falcon Updated Branches: refs/heads/develop 773dc1118 -> b306ffe9a
Added relativePath elements to the parent declaration to get rid of some warnings in the build log. Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9c0f6c2d Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9c0f6c2d Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9c0f6c2d Branch: refs/heads/develop Commit: 9c0f6c2db128ee94684c67b40e345a9a8b252787 Parents: 773dc11 Author: Christofer Dutz <christofer.d...@codecentric.de> Authored: Wed Jul 27 08:24:34 2016 +0200 Committer: Christofer Dutz <christofer.d...@codecentric.de> Committed: Wed Jul 27 08:24:34 2016 +0200 ---------------------------------------------------------------------- compiler-build-tools/pom.xml | 1 + compiler-jburg-types/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9c0f6c2d/compiler-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index e1ed1d9..93fb55c 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>18</version> + <relativePath/> </parent> <groupId>org.apache.flex.flexjs.compiler</groupId> http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9c0f6c2d/compiler-jburg-types/pom.xml ---------------------------------------------------------------------- diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml index 5be3595..61d418d 100644 --- a/compiler-jburg-types/pom.xml +++ b/compiler-jburg-types/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>18</version> + <relativePath/> </parent> <groupId>org.apache.flex.flexjs.compiler</groupId>