This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 4cc62ba98 [Improvement] Standardize the module names with Amoro
Project prefix (#3530)
4cc62ba98 is described below
commit 4cc62ba98213c8b6e3755f3280092cdf30b1febc
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu Apr 24 10:15:14 2025 +0800
[Improvement] Standardize the module names with Amoro Project prefix (#3530)
Format the module name with Amoro Project prefix
---
amoro-common/pom.xml | 2 +-
amoro-format-hudi/pom.xml | 2 +-
amoro-format-paimon/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/amoro-common/pom.xml b/amoro-common/pom.xml
index 802854146..acc133428 100644
--- a/amoro-common/pom.xml
+++ b/amoro-common/pom.xml
@@ -30,7 +30,7 @@
<artifactId>amoro-common</artifactId>
<packaging>jar</packaging>
- <name>Amoro Project Core</name>
+ <name>Amoro Project Common</name>
<url>https://amoro.apache.org</url>
<dependencies>
diff --git a/amoro-format-hudi/pom.xml b/amoro-format-hudi/pom.xml
index 283ca2e69..4cecd54ee 100644
--- a/amoro-format-hudi/pom.xml
+++ b/amoro-format-hudi/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>amoro-format-hudi</artifactId>
- <name>Amoro Hudi Format Integration</name>
+ <name>Amoro Project Hudi Format</name>
<properties>
<maven.compiler.source>8</maven.compiler.source>
diff --git a/amoro-format-paimon/pom.xml b/amoro-format-paimon/pom.xml
index 74e04a4cc..dcf68d8cd 100644
--- a/amoro-format-paimon/pom.xml
+++ b/amoro-format-paimon/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>amoro-format-paimon</artifactId>
- <name>Amoro Paimon Format Integration</name>
+ <name>Amoro Project Paimon Format</name>
<dependencies>
<dependency>