From 5dd8023def810320217454ca5c987dba12b8ebd8 Mon Sep 17 00:00:00 2001 From: xiangying Date: Thu, 29 Aug 2024 10:53:42 +0800 Subject: [PATCH] [Cleanup] Definition of groupId is redundant, because it's inherited from the parent --- shaded/pom.xml | 2 +- stream/common/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shaded/pom.xml b/shaded/pom.xml index fd96b30ef2e..20eec7c0845 100644 --- a/shaded/pom.xml +++ b/shaded/pom.xml @@ -23,7 +23,7 @@ bookkeeper 4.18.0-SNAPSHOT - shaded-parent + shaded-parent Apache BookKeeper :: Shaded :: Parent bookkeeper-server-shaded diff --git a/stream/common/pom.xml b/stream/common/pom.xml index 12a7c6c0882..10287b189d9 100644 --- a/stream/common/pom.xml +++ b/stream/common/pom.xml @@ -23,7 +23,7 @@ 4.18.0-SNAPSHOT .. - stream-storage-common + stream-storage-common Apache BookKeeper :: Stream Storage :: Common