Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 76c9052b5 -> dd6adb22a
Try to fix the build. By removing the relative pom dependency. 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/dd6adb22 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/dd6adb22 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/dd6adb22 Branch: refs/heads/master Commit: dd6adb22a6d68543cd9be04424952303acd16200 Parents: 76c9052 Author: Phil Ottlinger <[email protected]> Authored: Fri Nov 17 22:25:58 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Fri Nov 17 22:25:58 2017 +0100 ---------------------------------------------------------------------- modules/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/dd6adb22/modules/pom.xml ---------------------------------------------------------------------- diff --git a/modules/pom.xml b/modules/pom.xml index 25a4541..bd7abe0 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -23,7 +23,6 @@ under the License. <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-extensions-all</artifactId> <version>0.4-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>tamaya-extensions</artifactId>
