Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master dd6adb22a -> 55625438a
TAMAYA-318: Explicitly loading parent pom from repo 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/55625438 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/55625438 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/55625438 Branch: refs/heads/master Commit: 55625438ae945162483c013f8b9ed531e6424854 Parents: dd6adb2 Author: Phil Ottlinger <[email protected]> Authored: Fri Nov 17 22:30:52 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Fri Nov 17 22:30:52 2017 +0100 ---------------------------------------------------------------------- modules/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/55625438/modules/pom.xml ---------------------------------------------------------------------- diff --git a/modules/pom.xml b/modules/pom.xml index bd7abe0..5a09d87 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -23,6 +23,7 @@ under the License. <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-extensions-all</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath/> </parent> <artifactId>tamaya-extensions</artifactId>
