This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dlf-fix
in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/dlf-fix by this push:
new bab9cbb The com.aliyun.datalake package should not be renamed
bab9cbb is described below
commit bab9cbbe3d4a14dae38bf203198cc313a2a9646e
Author: Calvin Kirs <[email protected]>
AuthorDate: Thu May 9 14:46:55 2024 +0800
The com.aliyun.datalake package should not be renamed
---
CHANGE-LOG.md | 3 +++
hive-catalog-shade/pom.xml | 6 +-----
pom.xml | 2 +-
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/CHANGE-LOG.md b/CHANGE-LOG.md
index 71c457c..eb8cb3b 100644
--- a/CHANGE-LOG.md
+++ b/CHANGE-LOG.md
@@ -11,3 +11,6 @@
### 2.0.1
- Set HikariCP Scope to Provided (#42)
+
+### 2.0.2
+- The com.aliyun.datalake package should not be renamed
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index 4a32632..5cfb178 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
</parent>
<artifactId>hive-catalog-shade</artifactId>
@@ -593,10 +593,6 @@ under the License.
</filter>
</filters>
<relocations>
- <relocation>
- <pattern>com.aliyun.datalake</pattern>
-
<shadedPattern>shade.doris.com.aliyun.datalake</shadedPattern>
- </relocation>
<relocation>
<pattern>org.apache.commons.io</pattern>
<shadedPattern>shade.doris.org.apache.commons.io</shadedPattern>
diff --git a/pom.xml b/pom.xml
index 1a8b91f..75704a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
</parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetype - doris-shade</name>
<url>https://doris.apache.org</url>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]