This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 75a51faa8 [pom] Rename paimon-shade to paimon-bundle (#819)
75a51faa8 is described below
commit 75a51faa8cd05c4017c13f4f78fea172f4582705
Author: Jingsong Lee <[email protected]>
AuthorDate: Mon Apr 3 18:35:23 2023 +0800
[pom] Rename paimon-shade to paimon-bundle (#819)
---
paimon-benchmark/paimon-micro-benchmarks/pom.xml | 2 +-
{paimon-shade => paimon-bundle}/pom.xml | 4 ++--
paimon-flink/paimon-flink-common/pom.xml | 2 +-
paimon-flink/pom.xml | 2 +-
paimon-hive/paimon-hive-connector-2.3/pom.xml | 2 +-
paimon-hive/paimon-hive-connector-3.1/pom.xml | 2 +-
paimon-hive/paimon-hive-connector-common/pom.xml | 4 ++--
paimon-spark/paimon-spark-common/pom.xml | 2 +-
paimon-spark/pom.xml | 2 +-
pom.xml | 2 +-
10 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/paimon-benchmark/paimon-micro-benchmarks/pom.xml
b/paimon-benchmark/paimon-micro-benchmarks/pom.xml
index d072a79c4..6daf42067 100644
--- a/paimon-benchmark/paimon-micro-benchmarks/pom.xml
+++ b/paimon-benchmark/paimon-micro-benchmarks/pom.xml
@@ -128,7 +128,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade</artifactId>
+ <artifactId>paimon-bundle</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
diff --git a/paimon-shade/pom.xml b/paimon-bundle/pom.xml
similarity index 98%
rename from paimon-shade/pom.xml
rename to paimon-bundle/pom.xml
index 1a6fd5e82..ea0be2955 100644
--- a/paimon-shade/pom.xml
+++ b/paimon-bundle/pom.xml
@@ -28,8 +28,8 @@ under the License.
<version>0.4-SNAPSHOT</version>
</parent>
- <artifactId>paimon-shade</artifactId>
- <name>Paimon : Shade</name>
+ <artifactId>paimon-bundle</artifactId>
+ <name>Paimon : Bundle</name>
<packaging>jar</packaging>
diff --git a/paimon-flink/paimon-flink-common/pom.xml
b/paimon-flink/paimon-flink-common/pom.xml
index 90a4260d7..2dad11255 100644
--- a/paimon-flink/paimon-flink-common/pom.xml
+++ b/paimon-flink/paimon-flink-common/pom.xml
@@ -274,7 +274,7 @@ under the License.
<artifactSet>
<includes combine.children="append">
<!--
- TODO change these to paimon-shade once we
get rid of flink-shaded dependencies
+ TODO change these to paimon-bundle once we
get rid of flink-shaded dependencies
-->
<include>org.apache.paimon:paimon-common</include>
<include>org.apache.paimon:paimon-core</include>
diff --git a/paimon-flink/pom.xml b/paimon-flink/pom.xml
index 67bd7b999..d2cba2403 100644
--- a/paimon-flink/pom.xml
+++ b/paimon-flink/pom.xml
@@ -43,7 +43,7 @@ under the License.
<dependencies>
<!--
- TODO change these to paimon-shade once we get rid of flink-shaded
dependencies
+ TODO change these to paimon-bundle once we get rid of flink-shaded
dependencies
-->
<dependency>
diff --git a/paimon-hive/paimon-hive-connector-2.3/pom.xml
b/paimon-hive/paimon-hive-connector-2.3/pom.xml
index c33297b37..643518d4c 100644
--- a/paimon-hive/paimon-hive-connector-2.3/pom.xml
+++ b/paimon-hive/paimon-hive-connector-2.3/pom.xml
@@ -60,7 +60,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade</artifactId>
+ <artifactId>paimon-bundle</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
diff --git a/paimon-hive/paimon-hive-connector-3.1/pom.xml
b/paimon-hive/paimon-hive-connector-3.1/pom.xml
index d15b56e78..00b375e52 100644
--- a/paimon-hive/paimon-hive-connector-3.1/pom.xml
+++ b/paimon-hive/paimon-hive-connector-3.1/pom.xml
@@ -67,7 +67,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade</artifactId>
+ <artifactId>paimon-bundle</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
diff --git a/paimon-hive/paimon-hive-connector-common/pom.xml
b/paimon-hive/paimon-hive-connector-common/pom.xml
index d9fa60865..fcc76a427 100644
--- a/paimon-hive/paimon-hive-connector-common/pom.xml
+++ b/paimon-hive/paimon-hive-connector-common/pom.xml
@@ -42,7 +42,7 @@ under the License.
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade</artifactId>
+ <artifactId>paimon-bundle</artifactId>
<version>${project.version}</version>
</dependency>
@@ -554,7 +554,7 @@ under the License.
<artifactSet>
<includes combine.children="append">
<include>org.apache.paimon:paimon-hive-common</include>
-
<include>org.apache.paimon:paimon-shade</include>
+
<include>org.apache.paimon:paimon-bundle</include>
</includes>
</artifactSet>
</configuration>
diff --git a/paimon-spark/paimon-spark-common/pom.xml
b/paimon-spark/paimon-spark-common/pom.xml
index 9fba9e027..d4e2038a2 100644
--- a/paimon-spark/paimon-spark-common/pom.xml
+++ b/paimon-spark/paimon-spark-common/pom.xml
@@ -95,7 +95,7 @@ under the License.
<configuration>
<artifactSet>
<includes combine.children="append">
-
<include>org.apache.paimon:paimon-shade</include>
+
<include>org.apache.paimon:paimon-bundle</include>
</includes>
</artifactSet>
</configuration>
diff --git a/paimon-spark/pom.xml b/paimon-spark/pom.xml
index cbc4594fc..0d5a97bd6 100644
--- a/paimon-spark/pom.xml
+++ b/paimon-spark/pom.xml
@@ -48,7 +48,7 @@ under the License.
<dependencies>
<dependency>
<groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade</artifactId>
+ <artifactId>paimon-bundle</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/pom.xml b/pom.xml
index 7f6f4ddf7..c8c8ffa1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@ under the License.
<module>paimon-e2e-tests</module>
<module>paimon-filesystems</module>
<module>paimon-format</module>
- <module>paimon-shade</module>
+ <module>paimon-bundle</module>
<module>paimon-hive</module>
<module>paimon-spark</module>
<module>paimon-test-utils</module>