Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master e190b34f2 -> db90ee8b6
Fixed poms. 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/e64144f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/e64144f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/e64144f3 Branch: refs/heads/master Commit: e64144f34eeadc143e69b62c0a4f5fea1f38b70b Parents: e190b34 Author: Anatole Tresch <[email protected]> Authored: Sun Nov 18 23:01:14 2018 +0100 Committer: Anatole Tresch <[email protected]> Committed: Sun Nov 18 23:01:14 2018 +0100 ---------------------------------------------------------------------- modules/collections/pom.xml | 2 +- modules/consul/pom.xml | 3 +-- modules/etcd/pom.xml | 3 +-- modules/hazelcast/pom.xml | 3 +-- 4 files changed, 4 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/collections/pom.xml ---------------------------------------------------------------------- diff --git a/modules/collections/pom.xml b/modules/collections/pom.xml index ecc922f..a1ab8a4 100644 --- a/modules/collections/pom.xml +++ b/modules/collections/pom.xml @@ -21,7 +21,7 @@ under the License. <parent> <groupId>org.apache.tamaya.ext</groupId> - <artifactId>tamaya-sandbox</artifactId> + <artifactId>tamaya-extensions</artifactId> <version>0.4-incubating-SNAPSHOT</version> </parent> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/consul/pom.xml ---------------------------------------------------------------------- diff --git a/modules/consul/pom.xml b/modules/consul/pom.xml index aa8dfe4..bcb3fc9 100644 --- a/modules/consul/pom.xml +++ b/modules/consul/pom.xml @@ -21,9 +21,8 @@ under the License. <parent> <groupId>org.apache.tamaya.ext</groupId> - <artifactId>tamaya-sandbox</artifactId> + <artifactId>tamaya-extensions</artifactId> <version>0.4-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>tamaya-consul</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/etcd/pom.xml ---------------------------------------------------------------------- diff --git a/modules/etcd/pom.xml b/modules/etcd/pom.xml index f8a9361..e6a4e2b 100644 --- a/modules/etcd/pom.xml +++ b/modules/etcd/pom.xml @@ -21,9 +21,8 @@ under the License. <parent> <groupId>org.apache.tamaya.ext</groupId> - <artifactId>tamaya-sandbox</artifactId> + <artifactId>tamaya-extensions</artifactId> <version>0.4-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>tamaya-etcd</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/e64144f3/modules/hazelcast/pom.xml ---------------------------------------------------------------------- diff --git a/modules/hazelcast/pom.xml b/modules/hazelcast/pom.xml index af7bced..e5563e7 100644 --- a/modules/hazelcast/pom.xml +++ b/modules/hazelcast/pom.xml @@ -21,9 +21,8 @@ <parent> <groupId>org.apache.tamaya.ext</groupId> - <artifactId>tamaya-sandbox</artifactId> + <artifactId>tamaya-extensions</artifactId> <version>0.4-incubating-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> <artifactId>tamaya-hazelcast</artifactId>
