This is an automated email from the ASF dual-hosted git repository.
andor pushed a commit to branch branch-3.6
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.6 by this push:
new adb0d29 ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs
adb0d29 is described below
commit adb0d297265d876a059ef64b10c53298e4522519
Author: David Mollitor <[email protected]>
AuthorDate: Mon Jan 13 14:09:29 2020 +0100
ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs
Author: David Mollitor <[email protected]>
Reviewers: Norbert Kalmar <[email protected]>
Closes #1206 from belugabehr/ZOOKEEPER-3678
(cherry picked from commit 1c5d135d74f16275876c024401dc2de92909b20a)
Signed-off-by: Andor Molnar <[email protected]>
---
zookeeper-assembly/pom.xml | 1 -
zookeeper-client/pom.xml | 3 ---
zookeeper-client/zookeeper-client-c/pom.xml | 1 -
zookeeper-contrib/pom.xml | 1 -
zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml | 1 -
zookeeper-contrib/zookeeper-contrib-rest/pom.xml | 1 -
zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml | 1 -
zookeeper-docs/pom.xml | 1 -
zookeeper-jute/pom.xml | 1 -
zookeeper-metrics-providers/pom.xml | 1 -
zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml | 1 -
zookeeper-recipes/pom.xml | 1 -
zookeeper-recipes/zookeeper-recipes-election/pom.xml | 1 -
zookeeper-recipes/zookeeper-recipes-lock/pom.xml | 1 -
zookeeper-recipes/zookeeper-recipes-queue/pom.xml | 1 -
zookeeper-server/pom.xml | 1 -
16 files changed, 18 deletions(-)
diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml
index 4427aa8..442074a 100755
--- a/zookeeper-assembly/pom.xml
+++ b/zookeeper-assembly/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-assembly</artifactId>
<packaging>pom</packaging>
<name>Apache ZooKeeper - Assembly</name>
diff --git a/zookeeper-client/pom.xml b/zookeeper-client/pom.xml
index 3e1edd3..708a552 100755
--- a/zookeeper-client/pom.xml
+++ b/zookeeper-client/pom.xml
@@ -27,14 +27,11 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-client</artifactId>
<packaging>pom</packaging>
<name>Apache ZooKeeper - Client</name>
<description>ZooKeeper client</description>
-
-
<profiles>
<profile>
<id>full-build</id>
diff --git a/zookeeper-client/zookeeper-client-c/pom.xml
b/zookeeper-client/zookeeper-client-c/pom.xml
index 4a56dbd..ae0e453 100755
--- a/zookeeper-client/zookeeper-client-c/pom.xml
+++ b/zookeeper-client/zookeeper-client-c/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-client-c</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Client - C</name>
diff --git a/zookeeper-contrib/pom.xml b/zookeeper-contrib/pom.xml
index c741afa..8a06e41 100755
--- a/zookeeper-contrib/pom.xml
+++ b/zookeeper-contrib/pom.xml
@@ -27,7 +27,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib</artifactId>
<packaging>pom</packaging>
<name>Apache ZooKeeper - Contrib</name>
diff --git a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
index 4fc8e2e..31afb9b 100755
--- a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
@@ -26,7 +26,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib-loggraph</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Contrib - Loggraph</name>
diff --git a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
index daf1965..29c6fad 100755
--- a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
@@ -26,7 +26,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib-rest</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Contrib - Rest</name>
diff --git a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
index dc4f2fe..df57284 100755
--- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
@@ -26,7 +26,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-contrib-zooinspector</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Contrib - ZooInspector</name>
diff --git a/zookeeper-docs/pom.xml b/zookeeper-docs/pom.xml
index 1dc9713..3512158 100644
--- a/zookeeper-docs/pom.xml
+++ b/zookeeper-docs/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-docs</artifactId>
<name>Apache ZooKeeper - Documentation</name>
<description>Documentation</description>
diff --git a/zookeeper-jute/pom.xml b/zookeeper-jute/pom.xml
index 357c15b..abd9807 100755
--- a/zookeeper-jute/pom.xml
+++ b/zookeeper-jute/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-jute</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Jute</name>
diff --git a/zookeeper-metrics-providers/pom.xml
b/zookeeper-metrics-providers/pom.xml
index 5a21720..586e93e 100755
--- a/zookeeper-metrics-providers/pom.xml
+++ b/zookeeper-metrics-providers/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-metrics-providers</artifactId>
<packaging>pom</packaging>
<name>Apache ZooKeeper - Metrics Providers</name>
diff --git a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
index 699e626..821a3e0 100755
--- a/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
+++ b/zookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-prometheus-metrics</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Prometheus.io Metrics Provider</name>
diff --git a/zookeeper-recipes/pom.xml b/zookeeper-recipes/pom.xml
index 79308bc..c093524 100755
--- a/zookeeper-recipes/pom.xml
+++ b/zookeeper-recipes/pom.xml
@@ -27,7 +27,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes</artifactId>
<packaging>pom</packaging>
<name>Apache ZooKeeper - Recipes</name>
diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
index 40df3e8..09e4de2 100755
--- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
@@ -26,7 +26,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes-election</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Recipes - Election</name>
diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
index 20afb7c..b8ba8c3 100755
--- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
@@ -26,7 +26,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes-lock</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Recipes - Lock</name>
diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
index 04323e9..4373c67 100755
--- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
@@ -26,7 +26,6 @@
<version>3.6.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper-recipes-queue</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Recipes - Queue</name>
diff --git a/zookeeper-server/pom.xml b/zookeeper-server/pom.xml
index f0699af..8a4c4f0 100755
--- a/zookeeper-server/pom.xml
+++ b/zookeeper-server/pom.xml
@@ -27,7 +27,6 @@
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<packaging>jar</packaging>
<name>Apache ZooKeeper - Server</name>