Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 7aaf7583e -> 19719b476
TAMAYA-318 Added relative paths. 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/19719b47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/19719b47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/19719b47 Branch: refs/heads/master Commit: 19719b4767515cc77f745bad9e71c8ff0ebdfdc4 Parents: 7aaf758 Author: Anatole Tresch <[email protected]> Authored: Mon Nov 20 08:34:47 2017 +0100 Committer: Anatole Tresch <[email protected]> Committed: Mon Nov 20 08:34:47 2017 +0100 ---------------------------------------------------------------------- examples/01-resources-example/pom.xml | 1 + examples/02-resolver-example/pom.xml | 1 + examples/03-injection-example/pom.xml | 1 + examples/04-events-example/pom.xml | 1 + examples/05-spring-example/pom.xml | 1 + examples/pom.xml | 1 + modules/injection/pom.xml | 1 + 7 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/examples/01-resources-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/01-resources-example/pom.xml b/examples/01-resources-example/pom.xml index fb386d9..2f8693c 100644 --- a/examples/01-resources-example/pom.xml +++ b/examples/01-resources-example/pom.xml @@ -26,6 +26,7 @@ under the License. <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>examples</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>01-resources-example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/examples/02-resolver-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/02-resolver-example/pom.xml b/examples/02-resolver-example/pom.xml index 1da70e5..7f6902b 100644 --- a/examples/02-resolver-example/pom.xml +++ b/examples/02-resolver-example/pom.xml @@ -26,6 +26,7 @@ under the License. <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>examples</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>02-resolver-example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/examples/03-injection-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/03-injection-example/pom.xml b/examples/03-injection-example/pom.xml index 28083bc..75695d3 100644 --- a/examples/03-injection-example/pom.xml +++ b/examples/03-injection-example/pom.xml @@ -26,6 +26,7 @@ under the License. <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>examples</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>03-injection-example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/examples/04-events-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/04-events-example/pom.xml b/examples/04-events-example/pom.xml index 5b6b65f..8a119fc 100644 --- a/examples/04-events-example/pom.xml +++ b/examples/04-events-example/pom.xml @@ -26,6 +26,7 @@ under the License. <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>examples</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>04-events-example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/examples/05-spring-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/05-spring-example/pom.xml b/examples/05-spring-example/pom.xml index c15ae23..e1b61b3 100644 --- a/examples/05-spring-example/pom.xml +++ b/examples/05-spring-example/pom.xml @@ -26,6 +26,7 @@ under the License. <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>examples</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>05-spring-example</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index b83763c..18b5d49 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -26,6 +26,7 @@ under the License. <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-extensions-all</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <groupId>org.apache.tamaya.ext.examples</groupId> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/19719b47/modules/injection/pom.xml ---------------------------------------------------------------------- diff --git a/modules/injection/pom.xml b/modules/injection/pom.xml index d811715..9cf6c7f 100644 --- a/modules/injection/pom.xml +++ b/modules/injection/pom.xml @@ -23,6 +23,7 @@ <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-extensions</artifactId> <version>0.4-incubating-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <artifactId>tamaya-injection-all</artifactId>
