This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 2b586789 remove maven module duplicate group id (#1270)
2b586789 is described below
commit 2b586789eda3c3743adf92c483e8861618428655
Author: cxzl25 <[email protected]>
AuthorDate: Thu Sep 4 14:25:13 2025 +0800
remove maven module duplicate group id (#1270)
---
common/pom.xml | 2 +-
dev/mvn-build-helper/proto/pom.xml | 2 +-
hadoop-shim/pom.xml | 2 +-
spark-extension-shims-spark3/pom.xml | 2 +-
spark-extension/pom.xml | 2 +-
spark-version-annotation-macros/pom.xml | 2 +-
thirdparty/auron-celeborn-0.5/pom.xml | 2 +-
thirdparty/auron-celeborn-0.6/pom.xml | 2 +-
thirdparty/auron-paimon/pom.xml | 2 +-
thirdparty/auron-uniffle/pom.xml | 2 +-
10 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/common/pom.xml b/common/pom.xml
index 6ae7af90..03e99576 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>auron-common_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/dev/mvn-build-helper/proto/pom.xml
b/dev/mvn-build-helper/proto/pom.xml
index 31849217..174dd3f0 100644
--- a/dev/mvn-build-helper/proto/pom.xml
+++ b/dev/mvn-build-helper/proto/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>proto</artifactId>
<packaging>jar</packaging>
diff --git a/hadoop-shim/pom.xml b/hadoop-shim/pom.xml
index cf1dbae6..c618d73d 100644
--- a/hadoop-shim/pom.xml
+++ b/hadoop-shim/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>hadoop-shim_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/spark-extension-shims-spark3/pom.xml
b/spark-extension-shims-spark3/pom.xml
index af6ed129..f12bf8a5 100644
--- a/spark-extension-shims-spark3/pom.xml
+++ b/spark-extension-shims-spark3/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>spark-extension-shims-spark3_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/spark-extension/pom.xml b/spark-extension/pom.xml
index fd28c802..bc6ee552 100644
--- a/spark-extension/pom.xml
+++ b/spark-extension/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>spark-extension_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/spark-version-annotation-macros/pom.xml
b/spark-version-annotation-macros/pom.xml
index 46aa728c..e634d043 100644
--- a/spark-version-annotation-macros/pom.xml
+++ b/spark-version-annotation-macros/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>spark-version-annotation-macros_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/thirdparty/auron-celeborn-0.5/pom.xml
b/thirdparty/auron-celeborn-0.5/pom.xml
index fe63a665..eadcbf4b 100644
--- a/thirdparty/auron-celeborn-0.5/pom.xml
+++ b/thirdparty/auron-celeborn-0.5/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>auron-celeborn_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/thirdparty/auron-celeborn-0.6/pom.xml
b/thirdparty/auron-celeborn-0.6/pom.xml
index fe63a665..eadcbf4b 100644
--- a/thirdparty/auron-celeborn-0.6/pom.xml
+++ b/thirdparty/auron-celeborn-0.6/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>auron-celeborn_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/thirdparty/auron-paimon/pom.xml b/thirdparty/auron-paimon/pom.xml
index f203237c..77bf6e7f 100644
--- a/thirdparty/auron-paimon/pom.xml
+++ b/thirdparty/auron-paimon/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>auron-paimon_${scalaVersion}</artifactId>
<packaging>jar</packaging>
diff --git a/thirdparty/auron-uniffle/pom.xml b/thirdparty/auron-uniffle/pom.xml
index 69be19b9..e41df28c 100644
--- a/thirdparty/auron-uniffle/pom.xml
+++ b/thirdparty/auron-uniffle/pom.xml
@@ -24,7 +24,7 @@
<version>${project.version}</version>
<relativePath>../../pom.xml</relativePath>
</parent>
- <groupId>org.apache.auron</groupId>
+
<artifactId>auron-uniffle_${scalaVersion}</artifactId>
<packaging>jar</packaging>