Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 155564300 -> 6fda13b48
Try to fix the build again. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/6fda13b4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/6fda13b4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/6fda13b4 Branch: refs/heads/master Commit: 6fda13b48989088acb3ba4b9c38bc56f1400013b Parents: 1555643 Author: Phil Ottlinger <[email protected]> Authored: Mon Oct 9 23:41:11 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Mon Oct 9 23:41:11 2017 +0200 ---------------------------------------------------------------------- modules/injection/cdi/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/6fda13b4/modules/injection/cdi/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/cdi/pom.xml b/modules/injection/cdi/pom.xml index d292c23..4f05d7d 100644 --- a/modules/injection/cdi/pom.xml +++ b/modules/injection/cdi/pom.xml @@ -23,6 +23,7 @@ under the License. <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-injection-all</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>tamaya-cdi</artifactId>
