This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/master by this push: new 897d2ec [paimon-catalog] support paimon 0.5.0 (#25) 897d2ec is described below commit 897d2ec3dd62e1c9fbf460a6779554ba432f382c Author: zhangdong <493738...@qq.com> AuthorDate: Thu Sep 28 14:51:27 2023 +0800 [paimon-catalog] support paimon 0.5.0 (#25) --- hadoop-aws-shade-2/pom.xml | 2 +- hadoop-cloud-shade-2/pom.xml | 2 +- hadoop-shade-2/pom.xml | 2 +- hive-catalog-shade/pom.xml | 8 ++++---- hive-shade-3/pom.xml | 2 +- hudi-mr-shade-0.13/pom.xml | 2 +- kerby-shade-1.0/pom.xml | 2 +- pom.xml | 2 +- spring-shade-5/pom.xml | 2 +- thrift-shade-0.13/pom.xml | 4 ++-- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/hadoop-aws-shade-2/pom.xml b/hadoop-aws-shade-2/pom.xml index ef75270..00121be 100644 --- a/hadoop-aws-shade-2/pom.xml +++ b/hadoop-aws-shade-2/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>hadoop-aws-shade-2</artifactId> diff --git a/hadoop-cloud-shade-2/pom.xml b/hadoop-cloud-shade-2/pom.xml index 8ec2798..6fe44a4 100644 --- a/hadoop-cloud-shade-2/pom.xml +++ b/hadoop-cloud-shade-2/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>hadoop-cloud-shade-2</artifactId> diff --git a/hadoop-shade-2/pom.xml b/hadoop-shade-2/pom.xml index f09d6d2..e39b9f2 100644 --- a/hadoop-shade-2/pom.xml +++ b/hadoop-shade-2/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>hadoop-shade-2</artifactId> diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml index 11b2d4d..33d1e11 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>hive-catalog-shade</artifactId> @@ -28,10 +28,10 @@ under the License. <properties> <hive.version>3.1.3</hive.version> <!--We rewritten some hive methods, so we need to keep the same hadoop version as the main library--> - <hadoop.version>3.3.4</hadoop.version> + <hadoop.version>3.3.6</hadoop.version> <hive.storage.api.version>2.8.1</hive.storage.api.version> <iceberg-hive-metastore.version>1.1.0</iceberg-hive-metastore.version> - <paimon-hive-metastore.version>0.4.0-incubating</paimon-hive-metastore.version> + <paimon-hive-metastore.version>0.5.0-incubating</paimon-hive-metastore.version> </properties> <dependencyManagement> @@ -449,7 +449,7 @@ under the License. </relocation> <relocation> <pattern>org.apache.httpcomponents</pattern> - <shadePattern>shade.doris.hive.org.apache.httpcomponents</shadePattern> + <shadedPattern>shade.doris.hive.org.apache.httpcomponents</shadedPattern> </relocation> </relocations> </configuration> diff --git a/hive-shade-3/pom.xml b/hive-shade-3/pom.xml index 78492fb..7783dc1 100644 --- a/hive-shade-3/pom.xml +++ b/hive-shade-3/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>hive-shade-3</artifactId> diff --git a/hudi-mr-shade-0.13/pom.xml b/hudi-mr-shade-0.13/pom.xml index 258715e..b20917c 100644 --- a/hudi-mr-shade-0.13/pom.xml +++ b/hudi-mr-shade-0.13/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>hudi-mr-shade-0.13</artifactId> diff --git a/kerby-shade-1.0/pom.xml b/kerby-shade-1.0/pom.xml index 8f84c4e..70bc032 100644 --- a/kerby-shade-1.0/pom.xml +++ b/kerby-shade-1.0/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>kerby-shade-1.0</artifactId> diff --git a/pom.xml b/pom.xml index 17f0ee7..fb4c723 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.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>Archetype - doris-shade</name> <url>https://doris.apache.org</url> diff --git a/spring-shade-5/pom.xml b/spring-shade-5/pom.xml index 3a745a1..6910a05 100644 --- a/spring-shade-5/pom.xml +++ b/spring-shade-5/pom.xml @@ -22,7 +22,7 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>spring-shade-5</artifactId> diff --git a/thrift-shade-0.13/pom.xml b/thrift-shade-0.13/pom.xml index 31ac858..3beb8c2 100644 --- a/thrift-shade-0.13/pom.xml +++ b/thrift-shade-0.13/pom.xml @@ -21,10 +21,10 @@ under the License. <parent> <groupId>org.apache.doris</groupId> <artifactId>doris-shade</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> </parent> <artifactId>thrift-shade-0.13</artifactId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.2-SNAPSHOT</version> <properties> <libethrift.version>0.13.0</libethrift.version> </properties> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org