summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mollitor <dmollitor@apache.org>2020-01-13 14:09:29 +0100
committerNorbert Kalmar <nkalmar@apache.org>2020-01-13 14:09:29 +0100
commit1c5d135d74f16275876c024401dc2de92909b20a (patch)
tree1874d3856f3f74e53ea60134ac5215045f373a41
parent27b92caefd57a60309af06ebce29e56954ca9aac (diff)
downloadzookeeper-1c5d135d74f16275876c024401dc2de92909b20a.tar.gz
ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs
Author: David Mollitor <dmollitor@apache.org> Reviewers: Norbert Kalmar <nkalmar@apache.org> Closes #1206 from belugabehr/ZOOKEEPER-3678
-rwxr-xr-xzookeeper-assembly/pom.xml1
-rwxr-xr-xzookeeper-client/pom.xml3
-rwxr-xr-xzookeeper-client/zookeeper-client-c/pom.xml1
-rwxr-xr-xzookeeper-contrib/pom.xml1
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-loggraph/pom.xml1
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-rest/pom.xml1
-rwxr-xr-xzookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml1
-rw-r--r--zookeeper-docs/pom.xml1
-rwxr-xr-xzookeeper-jute/pom.xml1
-rwxr-xr-xzookeeper-metrics-providers/pom.xml1
-rwxr-xr-xzookeeper-metrics-providers/zookeeper-prometheus-metrics/pom.xml1
-rwxr-xr-xzookeeper-recipes/pom.xml1
-rwxr-xr-xzookeeper-recipes/zookeeper-recipes-election/pom.xml1
-rwxr-xr-xzookeeper-recipes/zookeeper-recipes-lock/pom.xml1
-rwxr-xr-xzookeeper-recipes/zookeeper-recipes-queue/pom.xml1
-rwxr-xr-xzookeeper-server/pom.xml1
16 files changed, 0 insertions, 18 deletions
diff --git a/zookeeper-assembly/pom.xml b/zookeeper-assembly/pom.xml
index 88c5923eb..0d08b9a7a 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 ece1df9d7..307d60583 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 47020e4f7..bff945a46 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 3982e2d09..edc3cb351 100755
--- a/zookeeper-contrib/pom.xml
+++ b/zookeeper-contrib/pom.xml
@@ -27,7 +27,6 @@
<version>3.7.0-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 64c64b665..bf6e6730f 100755
--- a/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-loggraph/pom.xml
@@ -26,7 +26,6 @@
<version>3.7.0-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 0696fb89c..99e4f9f61 100755
--- a/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-rest/pom.xml
@@ -26,7 +26,6 @@
<version>3.7.0-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 d3ae88742..6d474608c 100755
--- a/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
+++ b/zookeeper-contrib/zookeeper-contrib-zooinspector/pom.xml
@@ -26,7 +26,6 @@
<version>3.7.0-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 e5c71d7ba..a46b880db 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 db75b8762..13fe7c806 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 a731d7986..f07551bd5 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 18f8cb36e..c6b5f133a 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 4ab653e36..051f64522 100755
--- a/zookeeper-recipes/pom.xml
+++ b/zookeeper-recipes/pom.xml
@@ -27,7 +27,6 @@
<version>3.7.0-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 09282f6c5..a4deb42eb 100755
--- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
@@ -26,7 +26,6 @@
<version>3.7.0-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 385e3650e..4a5b134cb 100755
--- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
@@ -26,7 +26,6 @@
<version>3.7.0-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 68db3078c..3fa024694 100755
--- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
@@ -26,7 +26,6 @@
<version>3.7.0-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 724a4d4ac..86b578d4f 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>