Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 311be207c -> 4501b7b75
Remove redundant groupIds in poms * They are inherited from the parent 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/c7a8e15a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/c7a8e15a Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/c7a8e15a Branch: refs/heads/master Commit: c7a8e15ae2df8456dc2ffdb8f37f0118f0b818f1 Parents: 311be20 Author: Phil Ottlinger <[email protected]> Authored: Fri Jan 6 22:39:17 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Fri Jan 6 22:39:17 2017 +0100 ---------------------------------------------------------------------- examples/01-resources-example/pom.xml | 2 -- examples/02-resolver-example/pom.xml | 2 -- examples/03-injection-example/pom.xml | 1 - examples/pom.xml | 1 - 4 files changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/c7a8e15a/examples/01-resources-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/01-resources-example/pom.xml b/examples/01-resources-example/pom.xml index 2076e3c..4e1af44 100644 --- a/examples/01-resources-example/pom.xml +++ b/examples/01-resources-example/pom.xml @@ -28,7 +28,6 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> </parent> - <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>01-resources-example</artifactId> <version>0.3-incubating-SNAPSHOT</version> @@ -49,7 +48,6 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/c7a8e15a/examples/02-resolver-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/02-resolver-example/pom.xml b/examples/02-resolver-example/pom.xml index 140114f..e242a77 100644 --- a/examples/02-resolver-example/pom.xml +++ b/examples/02-resolver-example/pom.xml @@ -28,7 +28,6 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> </parent> - <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>02-resolver-example</artifactId> <name>Apache Tamaya Value Resolution Example</name> <description>This project contains a simple example using the resolver module.</description> @@ -51,7 +50,6 @@ under the License. <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <scope>test</scope> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/c7a8e15a/examples/03-injection-example/pom.xml ---------------------------------------------------------------------- diff --git a/examples/03-injection-example/pom.xml b/examples/03-injection-example/pom.xml index 519e3ec..258cd54 100644 --- a/examples/03-injection-example/pom.xml +++ b/examples/03-injection-example/pom.xml @@ -28,7 +28,6 @@ under the License. <version>0.3-incubating-SNAPSHOT</version> </parent> - <groupId>org.apache.tamaya.ext.examples</groupId> <artifactId>03-injection-example</artifactId> <version>0.3-incubating-SNAPSHOT</version> <name>Apache Tamaya Configuration Injection Example</name> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/c7a8e15a/examples/pom.xml ---------------------------------------------------------------------- diff --git a/examples/pom.xml b/examples/pom.xml index 6fe281a..113be1e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -42,5 +42,4 @@ under the License. <module>03-injection-example</module> </modules> - </project> \ No newline at end of file
