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 0998b37ef Change group id from `com.netease.amoro` to
`org.apache.amoro` (#2717)
0998b37ef is described below
commit 0998b37ef9c07415388f7327996abdfa5211b484
Author: ZhouJinsong <[email protected]>
AuthorDate: Thu Apr 11 11:14:20 2024 +0800
Change group id from `com.netease.amoro` to `org.apache.amoro` (#2717)
* Change group id to org.apache.amoro in poms
* Change some description in docs due to group id change
---
ams/api/pom.xml | 4 ++--
ams/dashboard/pom.xml | 2 +-
ams/dist/pom.xml | 12 ++++++------
ams/metric-reporter/pom.xml | 2 +-
ams/metric-reporter/prometheus-reporter/pom.xml | 4 ++--
ams/optimizer/common/pom.xml | 10 +++++-----
ams/optimizer/flink-optimizer/pom.xml | 8 ++++----
ams/optimizer/pom.xml | 2 +-
ams/optimizer/spark-optimizer/pom.xml | 4 ++--
ams/optimizer/standalone-optimizer/pom.xml | 8 ++++----
ams/pom.xml | 2 +-
ams/server/pom.xml | 18 +++++++++---------
core/pom.xml | 2 +-
docs/admin-guides/deployment.md | 4 ++--
docs/engines/spark/spark-get-started.md | 2 +-
mixed-format/flink/flink-common-format/pom.xml | 4 ++--
mixed-format/flink/flink-common-iceberg-bridge/pom.xml | 10 +++++-----
mixed-format/flink/flink-common/pom.xml | 16 ++++++++--------
mixed-format/flink/pom.xml | 2 +-
mixed-format/flink/v1.15/flink-runtime/pom.xml | 8 ++++----
mixed-format/flink/v1.15/flink/pom.xml | 6 +++---
mixed-format/flink/v1.16/flink-runtime/pom.xml | 8 ++++----
mixed-format/flink/v1.16/flink/pom.xml | 6 +++---
mixed-format/flink/v1.17/flink-runtime/pom.xml | 8 ++++----
mixed-format/flink/v1.17/flink/pom.xml | 6 +++---
mixed-format/hive/pom.xml | 8 ++++----
mixed-format/pom.xml | 2 +-
mixed-format/spark/common/pom.xml | 12 ++++++------
mixed-format/spark/pom.xml | 2 +-
mixed-format/spark/v3.2/spark-runtime/pom.xml | 14 +++++++-------
mixed-format/spark/v3.2/spark/pom.xml | 16 ++++++++--------
mixed-format/spark/v3.3/spark-runtime/pom.xml | 14 +++++++-------
mixed-format/spark/v3.3/spark/pom.xml | 16 ++++++++--------
mixed-format/trino/pom.xml | 12 ++++++------
pom.xml | 8 ++++----
35 files changed, 131 insertions(+), 131 deletions(-)
diff --git a/ams/api/pom.xml b/ams/api/pom.xml
index 383e45121..d0c66918f 100644
--- a/ams/api/pom.xml
+++ b/ams/api/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
@@ -36,7 +36,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
</dependency>
diff --git a/ams/dashboard/pom.xml b/ams/dashboard/pom.xml
index 9247aa85d..8929dc6a9 100644
--- a/ams/dashboard/pom.xml
+++ b/ams/dashboard/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
diff --git a/ams/dist/pom.xml b/ams/dist/pom.xml
index 1850712e4..4f504f6d8 100644
--- a/ams/dist/pom.xml
+++ b/ams/dist/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
@@ -37,29 +37,29 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-server</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>standalone-optimizer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>flink-optimizer</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>spark-optimizer</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>prometheus-reporter</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
diff --git a/ams/metric-reporter/pom.xml b/ams/metric-reporter/pom.xml
index def5ef66b..116e5085b 100644
--- a/ams/metric-reporter/pom.xml
+++ b/ams/metric-reporter/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
diff --git a/ams/metric-reporter/prometheus-reporter/pom.xml
b/ams/metric-reporter/prometheus-reporter/pom.xml
index 3f6833265..38c384c88 100644
--- a/ams/metric-reporter/prometheus-reporter/pom.xml
+++ b/ams/metric-reporter/prometheus-reporter/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-metric-reporter</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<scope>provided</scope>
</dependency>
diff --git a/ams/optimizer/common/pom.xml b/ams/optimizer/common/pom.xml
index 2006d2218..bb394af97 100644
--- a/ams/optimizer/common/pom.xml
+++ b/ams/optimizer/common/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-optimizer</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -34,12 +34,12 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
</dependency>
@@ -49,7 +49,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -57,7 +57,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
diff --git a/ams/optimizer/flink-optimizer/pom.xml
b/ams/optimizer/flink-optimizer/pom.xml
index d33ee21c5..364e41893 100644
--- a/ams/optimizer/flink-optimizer/pom.xml
+++ b/ams/optimizer/flink-optimizer/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-optimizer</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -41,7 +41,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>optimizer-common</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -169,7 +169,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -177,7 +177,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
diff --git a/ams/optimizer/pom.xml b/ams/optimizer/pom.xml
index edce4ab78..8463b718c 100644
--- a/ams/optimizer/pom.xml
+++ b/ams/optimizer/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
diff --git a/ams/optimizer/spark-optimizer/pom.xml
b/ams/optimizer/spark-optimizer/pom.xml
index daa9374da..f736daa7a 100644
--- a/ams/optimizer/spark-optimizer/pom.xml
+++ b/ams/optimizer/spark-optimizer/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-optimizer</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -39,7 +39,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>optimizer-common</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/ams/optimizer/standalone-optimizer/pom.xml
b/ams/optimizer/standalone-optimizer/pom.xml
index 079e8ee8d..b0c8f050d 100644
--- a/ams/optimizer/standalone-optimizer/pom.xml
+++ b/ams/optimizer/standalone-optimizer/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-optimizer</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>optimizer-common</artifactId>
<version>${project.version}</version>
</dependency>
@@ -51,7 +51,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -59,7 +59,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
diff --git a/ams/pom.xml b/ams/pom.xml
index 6298b1d88..204d6e577 100644
--- a/ams/pom.xml
+++ b/ams/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
diff --git a/ams/server/pom.xml b/ams/server/pom.xml
index 3e4fbf686..5cffd07a4 100644
--- a/ams/server/pom.xml
+++ b/ams/server/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
@@ -37,12 +37,12 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<exclusions>
<exclusion>
@@ -53,7 +53,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-dashboard</artifactId>
<version>${project.version}</version>
</dependency>
@@ -269,7 +269,7 @@
<!-- runtime dependencies -->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-${terminal.spark.major.version}</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
@@ -283,7 +283,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>standalone-optimizer</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
@@ -291,7 +291,7 @@
<!-- test dependencies -->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -299,7 +299,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<scope>test</scope>
@@ -307,7 +307,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<scope>test</scope>
diff --git a/core/pom.xml b/core/pom.xml
index ef98bf57a..ee02a5bd2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
diff --git a/docs/admin-guides/deployment.md b/docs/admin-guides/deployment.md
index eb436adf7..be33558ac 100644
--- a/docs/admin-guides/deployment.md
+++ b/docs/admin-guides/deployment.md
@@ -171,12 +171,12 @@ AMS provides implementations of `LocalContainer` and
`FlinkContainer` by default
```yaml
containers:
- name: localContainer
- container-impl: com.netease.amoro.optimizer.LocalOptimizerContainer
+ container-impl: com.netease.arctic.optimizer.LocalOptimizerContainer
properties:
export.JAVA_HOME: "/opt/java" # JDK environment
- name: flinkContainer
- container-impl: com.netease.amoro.optimizer.FlinkOptimizerContainer
+ container-impl: com.netease.arctic.optimizer.FlinkOptimizerContainer
properties:
flink-home: "/opt/flink/" # The
installation directory of Flink
export.JVM_ARGS: "-Djava.security.krb5.conf=/opt/krb5.conf" #
Submitting Flink jobs with Java parameters, such as Kerberos parameters.
diff --git a/docs/engines/spark/spark-get-started.md
b/docs/engines/spark/spark-get-started.md
index a7f7b4fd3..974d881ab 100644
--- a/docs/engines/spark/spark-get-started.md
+++ b/docs/engines/spark/spark-get-started.md
@@ -27,7 +27,7 @@ for more information.
To use Amoro in a Spark shell, use the --packages option:
```bash
-spark-shell --packages com.netease.amoro:amoro-mixed-spark-3.3-runtime:0.5.0
+spark-shell --packages org.apache.amoro:amoro-mixed-spark-3.3-runtime:0.7.0
```
> If you want to include the connector in your Spark installation, add the
> `amoro-mixed-spark-3.3-runtime` Jar to
diff --git a/mixed-format/flink/flink-common-format/pom.xml
b/mixed-format/flink/flink-common-format/pom.xml
index d80e8833c..e2a5405a7 100644
--- a/mixed-format/flink/flink-common-format/pom.xml
+++ b/mixed-format/flink/flink-common-format/pom.xml
@@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -36,7 +36,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<scope>provided</scope>
<exclusions>
diff --git a/mixed-format/flink/flink-common-iceberg-bridge/pom.xml
b/mixed-format/flink/flink-common-iceberg-bridge/pom.xml
index ed6d5c153..ee32682fd 100644
--- a/mixed-format/flink/flink-common-iceberg-bridge/pom.xml
+++ b/mixed-format/flink/flink-common-iceberg-bridge/pom.xml
@@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -40,7 +40,7 @@
<dependencies>
<!--amoro-->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<exclusions>
<exclusion>
@@ -51,7 +51,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
</dependency>
@@ -282,7 +282,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -346,7 +346,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
diff --git a/mixed-format/flink/flink-common/pom.xml
b/mixed-format/flink/flink-common/pom.xml
index 3428c0898..9216fa23d 100644
--- a/mixed-format/flink/flink-common/pom.xml
+++ b/mixed-format/flink/flink-common/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -43,7 +43,7 @@
<dependencies>
<!--amoro-->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<exclusions>
<exclusion>
@@ -54,12 +54,12 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-common-iceberg-bridge</artifactId>
<version>${project.version}</version>
</dependency>
@@ -91,7 +91,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-common-format</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -310,7 +310,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -318,7 +318,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -390,7 +390,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
diff --git a/mixed-format/flink/pom.xml b/mixed-format/flink/pom.xml
index 8d948a560..2a27efb0d 100644
--- a/mixed-format/flink/pom.xml
+++ b/mixed-format/flink/pom.xml
@@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
diff --git a/mixed-format/flink/v1.15/flink-runtime/pom.xml
b/mixed-format/flink/v1.15/flink-runtime/pom.xml
index 28029c08f..805ad8fd2 100644
--- a/mixed-format/flink/v1.15/flink-runtime/pom.xml
+++ b/mixed-format/flink/v1.15/flink-runtime/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-1.15</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -107,7 +107,7 @@
</excludes>
</filter>
<filter>
-
<artifact>com.netease.amoro:amoro-mixed-format-hive</artifact>
+
<artifact>org.apache.amoro:amoro-mixed-format-hive</artifact>
<excludes>
<exclude>org/apache/hadoop/hive/**</exclude>
</excludes>
@@ -203,7 +203,7 @@
<artifactSet>
<includes>
<include>org.apache.iceberg:*</include>
- <include>com.netease.amoro:*</include>
+ <include>org.apache.amoro:*</include>
<include>org.apache.parquet:*</include>
<include>org.apache.commons:*</include>
<include>org.apache.zookeeper:*</include>
diff --git a/mixed-format/flink/v1.15/flink/pom.xml
b/mixed-format/flink/v1.15/flink/pom.xml
index 34f449f57..25f8f239b 100644
--- a/mixed-format/flink/v1.15/flink/pom.xml
+++ b/mixed-format/flink/v1.15/flink/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -42,7 +42,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -87,7 +87,7 @@
<configuration>
<artifactSet>
<includes combine.children="append">
-
<include>com.netease.amoro:amoro-mixed-flink-common</include>
+
<include>org.apache.amoro:amoro-mixed-flink-common</include>
</includes>
</artifactSet>
</configuration>
diff --git a/mixed-format/flink/v1.16/flink-runtime/pom.xml
b/mixed-format/flink/v1.16/flink-runtime/pom.xml
index 433c757a0..36ceab32d 100644
--- a/mixed-format/flink/v1.16/flink-runtime/pom.xml
+++ b/mixed-format/flink/v1.16/flink-runtime/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-1.16</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -106,7 +106,7 @@
</excludes>
</filter>
<filter>
-
<artifact>com.netease.amoro:amoro-mixed-format-hive</artifact>
+
<artifact>org.apache.amoro:amoro-mixed-format-hive</artifact>
<excludes>
<exclude>org/apache/hadoop/hive/**</exclude>
</excludes>
@@ -202,7 +202,7 @@
<artifactSet>
<includes>
<include>org.apache.iceberg:*</include>
- <include>com.netease.amoro:*</include>
+ <include>org.apache.amoro:*</include>
<include>org.apache.parquet:*</include>
<include>org.apache.commons:*</include>
<include>org.apache.zookeeper:*</include>
diff --git a/mixed-format/flink/v1.16/flink/pom.xml
b/mixed-format/flink/v1.16/flink/pom.xml
index dd8762dae..89d2e2050 100644
--- a/mixed-format/flink/v1.16/flink/pom.xml
+++ b/mixed-format/flink/v1.16/flink/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -42,7 +42,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -87,7 +87,7 @@
<configuration>
<artifactSet>
<includes combine.children="append">
-
<include>com.netease.amoro:amoro-mixed-flink-common</include>
+
<include>org.apache.amoro:amoro-mixed-flink-common</include>
</includes>
</artifactSet>
</configuration>
diff --git a/mixed-format/flink/v1.17/flink-runtime/pom.xml
b/mixed-format/flink/v1.17/flink-runtime/pom.xml
index c43b56f39..aa4a554f0 100644
--- a/mixed-format/flink/v1.17/flink-runtime/pom.xml
+++ b/mixed-format/flink/v1.17/flink-runtime/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -37,7 +37,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-1.17</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -107,7 +107,7 @@
</excludes>
</filter>
<filter>
-
<artifact>com.netease.amoro:amoro-mixed-format-hive</artifact>
+
<artifact>org.apache.amoro:amoro-mixed-format-hive</artifact>
<excludes>
<exclude>org/apache/hadoop/hive/**</exclude>
</excludes>
@@ -203,7 +203,7 @@
<artifactSet>
<includes>
<include>org.apache.iceberg:*</include>
- <include>com.netease.amoro:*</include>
+ <include>org.apache.amoro:*</include>
<include>org.apache.parquet:*</include>
<include>org.apache.commons:*</include>
<include>org.apache.zookeeper:*</include>
diff --git a/mixed-format/flink/v1.17/flink/pom.xml
b/mixed-format/flink/v1.17/flink/pom.xml
index 43857e58c..6f48a4dd6 100644
--- a/mixed-format/flink/v1.17/flink/pom.xml
+++ b/mixed-format/flink/v1.17/flink/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
@@ -42,7 +42,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-flink-common</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -87,7 +87,7 @@
<configuration>
<artifactSet>
<includes combine.children="append">
-
<include>com.netease.amoro:amoro-mixed-flink-common</include>
+
<include>org.apache.amoro:amoro-mixed-flink-common</include>
</includes>
</artifactSet>
</configuration>
diff --git a/mixed-format/hive/pom.xml b/mixed-format/hive/pom.xml
index 76c07924f..3e84d48c2 100644
--- a/mixed-format/hive/pom.xml
+++ b/mixed-format/hive/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -33,7 +33,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
</dependency>
@@ -94,7 +94,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -102,7 +102,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
diff --git a/mixed-format/pom.xml b/mixed-format/pom.xml
index 3a7763e40..2c31e6312 100644
--- a/mixed-format/pom.xml
+++ b/mixed-format/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>amoro-parent</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/mixed-format/spark/common/pom.xml
b/mixed-format/spark/common/pom.xml
index 1ca38d6db..e2852d475 100644
--- a/mixed-format/spark/common/pom.xml
+++ b/mixed-format/spark/common/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark</artifactId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
@@ -39,13 +39,13 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
</dependency>
@@ -178,21 +178,21 @@
<!-- amoro -->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
diff --git a/mixed-format/spark/pom.xml b/mixed-format/spark/pom.xml
index 0d56510ba..b181f28ac 100644
--- a/mixed-format/spark/pom.xml
+++ b/mixed-format/spark/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
diff --git a/mixed-format/spark/v3.2/spark-runtime/pom.xml
b/mixed-format/spark/v3.2/spark-runtime/pom.xml
index 7e04c939e..ad619a853 100644
--- a/mixed-format/spark/v3.2/spark-runtime/pom.xml
+++ b/mixed-format/spark/v3.2/spark-runtime/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-mixed-format-spark</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-3.2</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -58,11 +58,11 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
-
<include>com.netease.amoro:amoro-mixed-format-spark-3-common</include>
-
<include>com.netease.amoro:amoro-mixed-format-spark-3.2</include>
-
<include>com.netease.amoro:amoro-core</include>
-
<include>com.netease.amoro:amoro-ams-api</include>
-
<include>com.netease.amoro:amoro-mixed-format-hive</include>
+
<include>org.apache.amoro:amoro-mixed-format-spark-3-common</include>
+
<include>org.apache.amoro:amoro-mixed-format-spark-3.2</include>
+
<include>org.apache.amoro:amoro-core</include>
+
<include>org.apache.amoro:amoro-ams-api</include>
+
<include>org.apache.amoro:amoro-mixed-format-hive</include>
<include>org.apache.paimon:paimon-shade-jackson-2</include>
<include>org.apache.curator:curator-framework</include>
<include>org.apache.curator:curator-client</include>
diff --git a/mixed-format/spark/v3.2/spark/pom.xml
b/mixed-format/spark/v3.2/spark/pom.xml
index 5bef0efb9..12b20a253 100644
--- a/mixed-format/spark/v3.2/spark/pom.xml
+++ b/mixed-format/spark/v3.2/spark/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-mixed-format-spark</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -189,7 +189,7 @@
<!-- amoro dependency -->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -213,7 +213,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -229,7 +229,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-3-common</artifactId>
<version>${project.version}</version>
</dependency>
@@ -290,7 +290,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
@@ -305,7 +305,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
@@ -338,7 +338,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
@@ -352,7 +352,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-3-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
diff --git a/mixed-format/spark/v3.3/spark-runtime/pom.xml
b/mixed-format/spark/v3.3/spark-runtime/pom.xml
index c8e9e9c0a..42167ae6e 100644
--- a/mixed-format/spark/v3.3/spark-runtime/pom.xml
+++ b/mixed-format/spark/v3.3/spark-runtime/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-mixed-format-spark</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,7 +35,7 @@
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-3.3</artifactId>
<version>${project.parent.version}</version>
</dependency>
@@ -58,11 +58,11 @@
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
-
<include>com.netease.amoro:amoro-mixed-format-spark-3-common</include>
-
<include>com.netease.amoro:amoro-mixed-format-spark-3.3</include>
-
<include>com.netease.amoro:amoro-core</include>
-
<include>com.netease.amoro:amoro-ams-api</include>
-
<include>com.netease.amoro:amoro-mixed-format-hive</include>
+
<include>org.apache.amoro:amoro-mixed-format-spark-3-common</include>
+
<include>org.apache.amoro:amoro-mixed-format-spark-3.3</include>
+
<include>org.apache.amoro:amoro-core</include>
+
<include>org.apache.amoro:amoro-ams-api</include>
+
<include>org.apache.amoro:amoro-mixed-format-hive</include>
<include>org.apache.paimon:paimon-shade-jackson-2</include>
<include>org.apache.curator:curator-framework</include>
<include>org.apache.curator:curator-client</include>
diff --git a/mixed-format/spark/v3.3/spark/pom.xml
b/mixed-format/spark/v3.3/spark/pom.xml
index 95df84a37..3d0242e8b 100644
--- a/mixed-format/spark/v3.3/spark/pom.xml
+++ b/mixed-format/spark/v3.3/spark/pom.xml
@@ -22,7 +22,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>amoro-mixed-format-spark</artifactId>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<version>0.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -185,7 +185,7 @@
<!-- amoro dependency -->
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -209,7 +209,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -225,7 +225,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-3-common</artifactId>
<version>${project.version}</version>
</dependency>
@@ -288,7 +288,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
@@ -303,7 +303,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
@@ -342,7 +342,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
@@ -355,7 +355,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-spark-3-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
diff --git a/mixed-format/trino/pom.xml b/mixed-format/trino/pom.xml
index 5f6a68ee2..8ec8a3824 100644
--- a/mixed-format/trino/pom.xml
+++ b/mixed-format/trino/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format</artifactId>
<version>0.7.0-SNAPSHOT</version>
</parent>
@@ -355,7 +355,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
@@ -389,7 +389,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -421,7 +421,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<exclusions>
@@ -469,7 +469,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
@@ -533,7 +533,7 @@
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
diff --git a/pom.xml b/pom.xml
index a97ed81f0..860c6915d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-parent</artifactId>
<version>0.7.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -205,19 +205,19 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-ams-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>com.netease.amoro</groupId>
+ <groupId>org.apache.amoro</groupId>
<artifactId>amoro-mixed-format-hive</artifactId>
<version>${project.version}</version>
</dependency>