This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya.git
The following commit(s) were added to refs/heads/master by this push:
new a69ac78 Fix Eclipse warning about duplicate mvn coordinates
a69ac78 is described below
commit a69ac78f3532e432cbc95d04e0052577bc788128
Author: Hugo Hirsch <[email protected]>
AuthorDate: Wed Mar 20 22:03:56 2019 +0100
Fix Eclipse warning about duplicate mvn coordinates
---
examples/01-minimal/pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/examples/01-minimal/pom.xml b/examples/01-minimal/pom.xml
index f0e4db3..eac821c 100644
--- a/examples/01-minimal/pom.xml
+++ b/examples/01-minimal/pom.xml
@@ -28,9 +28,7 @@ under the License.
<version>0.4-incubating-SNAPSHOT</version>
</parent>
- <groupId>org.apache.tamaya.examples</groupId>
<artifactId>01-minimal</artifactId>
- <version>0.4-incubating-SNAPSHOT</version>
<name>Apache Tamaya Minimal Example</name>