Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 3aca91120 -> b089ddb7d
[TAMAYA-175] Fixed the POM of the distribution of the extensions. 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/b089ddb7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/b089ddb7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/b089ddb7 Branch: refs/heads/master Commit: b089ddb7d05abc0a8f526f2e567ee9dcbabc327e Parents: 3aca911 Author: Oliver B. Fischer <[email protected]> Authored: Wed Nov 2 00:07:32 2016 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Wed Nov 2 00:07:32 2016 +0100 ---------------------------------------------------------------------- distribution/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/b089ddb7/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index d2f0bb6..83f37ca 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.tamaya.ext</groupId> - <artifactId>tamaya-extensions</artifactId> + <artifactId>tamaya-extensions-all</artifactId> <version>0.3-incubating-SNAPSHOT</version> <relativePath>..</relativePath> </parent>
