This is an automated email from the ASF dual-hosted git repository.
lushiji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 2bcf41c31f [Cleanup] Definition of groupId is redundant, because it's
inherited from the parent (#4494)
2bcf41c31f is described below
commit 2bcf41c31f09e64dcd59edcf0e47d344d842c550
Author: Xiangying Meng <[email protected]>
AuthorDate: Mon Sep 2 10:29:45 2024 +0800
[Cleanup] Definition of groupId is redundant, because it's inherited from
the parent (#4494)
* [Cleanup] Definition of groupId is redundant, because it's inherited from
the parent
---
bookkeeper-benchmark/pom.xml | 1 -
bookkeeper-slogger/pom.xml | 1 -
shaded/pom.xml | 1 -
stats/bookkeeper-stats-api/pom.xml | 1 -
stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml | 1 -
stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml | 3 ---
stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml | 1 -
stats/utils/pom.xml | 1 -
stream/api/pom.xml | 1 -
stream/bk-grpc-name-resolver/pom.xml | 1 -
stream/common/pom.xml | 1 -
stream/proto/pom.xml | 1 -
stream/statelib/pom.xml | 1 -
tests/docker-images/all-released-versions-image/pom.xml | 1 -
tests/docker-images/all-versions-image/pom.xml | 1 -
tests/docker-images/current-version-image/pom.xml | 1 -
tests/docker-images/pom.xml | 1 -
tests/integration-tests-base-groovy/pom.xml | 1 -
tests/integration-tests-base/pom.xml | 1 -
tests/integration-tests-topologies/pom.xml | 1 -
tests/integration-tests-utils/pom.xml | 2 --
tests/scripts/pom.xml | 1 -
22 files changed, 25 deletions(-)
diff --git a/bookkeeper-benchmark/pom.xml b/bookkeeper-benchmark/pom.xml
index 72322e9b97..25cbef16ef 100644
--- a/bookkeeper-benchmark/pom.xml
+++ b/bookkeeper-benchmark/pom.xml
@@ -23,7 +23,6 @@
<groupId>org.apache.bookkeeper</groupId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-benchmark</artifactId>
<name>Apache BookKeeper :: Benchmark</name>
<properties>
diff --git a/bookkeeper-slogger/pom.xml b/bookkeeper-slogger/pom.xml
index a80ef4b834..6bd3d91f59 100644
--- a/bookkeeper-slogger/pom.xml
+++ b/bookkeeper-slogger/pom.xml
@@ -22,7 +22,6 @@
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>bookkeeper-slogger-parent</artifactId>
<name>Apache BookKeeper :: Structured Logger :: Parent</name>
diff --git a/shaded/pom.xml b/shaded/pom.xml
index 2f65186263..20eec7c084 100644
--- a/shaded/pom.xml
+++ b/shaded/pom.xml
@@ -23,7 +23,6 @@
<artifactId>bookkeeper</artifactId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>shaded-parent</artifactId>
<name>Apache BookKeeper :: Shaded :: Parent</name>
<modules>
diff --git a/stats/bookkeeper-stats-api/pom.xml
b/stats/bookkeeper-stats-api/pom.xml
index 31072dd06a..3cd7712de3 100644
--- a/stats/bookkeeper-stats-api/pom.xml
+++ b/stats/bookkeeper-stats-api/pom.xml
@@ -22,7 +22,6 @@
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>bookkeeper-stats-api</artifactId>
<name>Apache BookKeeper :: Stats API</name>
<url>http://maven.apache.org</url>
diff --git a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
index 01338a1d2b..7a4bc28faa 100644
--- a/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
+++ b/stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml
@@ -22,7 +22,6 @@
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>codahale-metrics-provider</artifactId>
<name>Apache BookKeeper :: Stats Providers :: Codahale Metrics</name>
<url>http://maven.apache.org</url>
diff --git a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml
b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml
index 166b5c63f8..f2e92ce26f 100644
--- a/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml
+++ b/stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml
@@ -22,9 +22,6 @@
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.18.0-SNAPSHOT</version>
</parent>
-
-
- <groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>otel-metrics-provider</artifactId>
<name>Apache BookKeeper :: Stats Providers :: OpenTelemetry</name>
diff --git
a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
index b5e9635b45..c2b584bbe8 100644
--- a/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
+++ b/stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml
@@ -22,7 +22,6 @@
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>prometheus-metrics-provider</artifactId>
<name>Apache BookKeeper :: Stats Providers :: Prometheus</name>
<dependencies>
diff --git a/stats/utils/pom.xml b/stats/utils/pom.xml
index d348124c1d..6ce93094cf 100644
--- a/stats/utils/pom.xml
+++ b/stats/utils/pom.xml
@@ -24,7 +24,6 @@
<groupId>org.apache.bookkeeper.stats</groupId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.stats</groupId>
<artifactId>bookkeeper-stats-utils</artifactId>
<name>Apache BookKeeper :: Stats :: Utils</name>
<dependencies>
diff --git a/stream/api/pom.xml b/stream/api/pom.xml
index f620ca8035..afa1d6fa60 100644
--- a/stream/api/pom.xml
+++ b/stream/api/pom.xml
@@ -23,7 +23,6 @@
<version>4.18.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-api</artifactId>
<name>Apache BookKeeper :: Stream Storage :: API</name>
<dependencies>
diff --git a/stream/bk-grpc-name-resolver/pom.xml
b/stream/bk-grpc-name-resolver/pom.xml
index 3b946bbcc8..4ad1432a53 100644
--- a/stream/bk-grpc-name-resolver/pom.xml
+++ b/stream/bk-grpc-name-resolver/pom.xml
@@ -25,7 +25,6 @@
<version>4.18.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>bk-grpc-name-resolver</artifactId>
<name>Apache BookKeeper :: Stream Storage :: Common :: BK Grpc Name
Resolver</name>
<dependencies>
diff --git a/stream/common/pom.xml b/stream/common/pom.xml
index e3a1b2ed06..10287b189d 100644
--- a/stream/common/pom.xml
+++ b/stream/common/pom.xml
@@ -23,7 +23,6 @@
<version>4.18.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-common</artifactId>
<name>Apache BookKeeper :: Stream Storage :: Common</name>
<dependencies>
diff --git a/stream/proto/pom.xml b/stream/proto/pom.xml
index f7540738a2..1a30052dc8 100644
--- a/stream/proto/pom.xml
+++ b/stream/proto/pom.xml
@@ -23,7 +23,6 @@
<version>4.18.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-proto</artifactId>
<name>Apache BookKeeper :: Stream Storage :: Proto</name>
diff --git a/stream/statelib/pom.xml b/stream/statelib/pom.xml
index 232679ae9f..0a584d6bd5 100644
--- a/stream/statelib/pom.xml
+++ b/stream/statelib/pom.xml
@@ -24,7 +24,6 @@
<version>4.18.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
- <groupId>org.apache.bookkeeper</groupId>
<artifactId>statelib</artifactId>
<name>Apache BookKeeper :: Stream Storage :: State Library</name>
<dependencies>
diff --git a/tests/docker-images/all-released-versions-image/pom.xml
b/tests/docker-images/all-released-versions-image/pom.xml
index 0b40d080f6..f90e07adc2 100644
--- a/tests/docker-images/all-released-versions-image/pom.xml
+++ b/tests/docker-images/all-released-versions-image/pom.xml
@@ -22,7 +22,6 @@
<version>4.18.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>all-released-versions-image</artifactId>
<name>Apache BookKeeper :: Tests :: Docker Images :: All Released
Versions</name>
<packaging>pom</packaging>
diff --git a/tests/docker-images/all-versions-image/pom.xml
b/tests/docker-images/all-versions-image/pom.xml
index 8a8516de9d..17c3c17bc9 100644
--- a/tests/docker-images/all-versions-image/pom.xml
+++ b/tests/docker-images/all-versions-image/pom.xml
@@ -22,7 +22,6 @@
<version>4.18.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>all-versions-image</artifactId>
<name>Apache BookKeeper :: Tests :: Docker Images :: All Versions</name>
<packaging>pom</packaging>
diff --git a/tests/docker-images/current-version-image/pom.xml
b/tests/docker-images/current-version-image/pom.xml
index 3613053384..f422b27b36 100644
--- a/tests/docker-images/current-version-image/pom.xml
+++ b/tests/docker-images/current-version-image/pom.xml
@@ -22,7 +22,6 @@
<version>4.18.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>current-version-image</artifactId>
<name>Apache BookKeeper :: Tests :: Docker Images :: Current Version</name>
<packaging>pom</packaging>
diff --git a/tests/docker-images/pom.xml b/tests/docker-images/pom.xml
index 8ccd265c76..2e3d74e5ac 100644
--- a/tests/docker-images/pom.xml
+++ b/tests/docker-images/pom.xml
@@ -23,7 +23,6 @@
<artifactId>tests-parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>docker-images</artifactId>
<name>Apache BookKeeper :: Tests :: Docker Images</name>
<modules>
diff --git a/tests/integration-tests-base-groovy/pom.xml
b/tests/integration-tests-base-groovy/pom.xml
index b1e3119f58..5b2901899c 100644
--- a/tests/integration-tests-base-groovy/pom.xml
+++ b/tests/integration-tests-base-groovy/pom.xml
@@ -24,7 +24,6 @@
<relativePath>../integration-tests-base</relativePath>
</parent>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>integration-tests-base-groovy</artifactId>
<packaging>pom</packaging>
diff --git a/tests/integration-tests-base/pom.xml
b/tests/integration-tests-base/pom.xml
index f899718b82..402f05c1be 100644
--- a/tests/integration-tests-base/pom.xml
+++ b/tests/integration-tests-base/pom.xml
@@ -23,7 +23,6 @@
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>integration-tests-base</artifactId>
<packaging>pom</packaging>
diff --git a/tests/integration-tests-topologies/pom.xml
b/tests/integration-tests-topologies/pom.xml
index 054b80810a..fbbb2c16b6 100644
--- a/tests/integration-tests-topologies/pom.xml
+++ b/tests/integration-tests-topologies/pom.xml
@@ -23,7 +23,6 @@
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>integration-tests-topologies</artifactId>
<packaging>jar</packaging>
diff --git a/tests/integration-tests-utils/pom.xml
b/tests/integration-tests-utils/pom.xml
index 64c96a3d55..0a972558b9 100644
--- a/tests/integration-tests-utils/pom.xml
+++ b/tests/integration-tests-utils/pom.xml
@@ -22,8 +22,6 @@
<artifactId>tests-parent</artifactId>
<version>4.18.0-SNAPSHOT</version>
</parent>
-
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>integration-tests-utils</artifactId>
<packaging>jar</packaging>
diff --git a/tests/scripts/pom.xml b/tests/scripts/pom.xml
index 244c2362ed..b2c3a8fa7c 100644
--- a/tests/scripts/pom.xml
+++ b/tests/scripts/pom.xml
@@ -23,7 +23,6 @@
<version>4.18.0-SNAPSHOT</version>
</parent>
- <groupId>org.apache.bookkeeper.tests</groupId>
<artifactId>scripts</artifactId>
<packaging>jar</packaging>
<name>Apache BookKeeper :: Tests :: Bash Scripts Test</name>