You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by nk...@apache.org on 2020/01/13 13:09:36 UTC

[zookeeper] branch master updated: ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs

This is an automated email from the ASF dual-hosted git repository.

nkalmar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c5d135  ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs
1c5d135 is described below

commit 1c5d135d74f16275876c024401dc2de92909b20a
Author: David Mollitor <dm...@apache.org>
AuthorDate: Mon Jan 13 14:09:29 2020 +0100

    ZOOKEEPER-3678: Remove Redundant GroupID from Maven POMs
    
    Author: David Mollitor <dm...@apache.org>
    
    Reviewers: Norbert Kalmar <nk...@apache.org>
    
    Closes #1206 from belugabehr/ZOOKEEPER-3678
---
 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 88c5923..0d08b9a 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 ece1df9..307d605 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 47020e4..bff945a 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 3982e2d..edc3cb3 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 64c64b6..bf6e673 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 0696fb8..99e4f9f 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 d3ae887..6d47460 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 e5c71d7..a46b880 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 db75b87..13fe7c8 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 a731d79..f07551b 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 18f8cb3..c6b5f13 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 4ab653e..051f645 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 09282f6..a4deb42 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 385e365..4a5b134 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 68db307..3fa0246 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 724a4d4..86b578d 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>