Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 8034556ae -> 09fcc4560
Fix build warning about wrong parent reference Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/09fcc456 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/09fcc456 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/09fcc456 Branch: refs/heads/master Commit: 09fcc45601d290c367867ee421581c4bb1801833 Parents: 8034556 Author: Phil Ottlinger <[email protected]> Authored: Thu Nov 23 22:36:17 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Thu Nov 23 22:36:17 2017 +0100 ---------------------------------------------------------------------- collections/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/09fcc456/collections/pom.xml ---------------------------------------------------------------------- diff --git a/collections/pom.xml b/collections/pom.xml index cb9fa83..97b3754 100644 --- a/collections/pom.xml +++ b/collections/pom.xml @@ -21,7 +21,7 @@ under the License. <parent> <groupId>org.apache.tamaya.ext</groupId> - <artifactId>tamaya-extensions</artifactId> + <artifactId>tamaya-sandbox</artifactId> <version>0.4-incubating-SNAPSHOT</version> </parent>
