This is an automated email from the ASF dual-hosted git repository.

kirs 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 7b18d54  [upgrade](iceberg) upgrade iceberg to 1.4.3 (#35)
7b18d54 is described below

commit 7b18d546790fba267a5c0555bfbc7ce8acecc986
Author: wuwenchi <wuwenchi...@hotmail.com>
AuthorDate: Tue Feb 6 10:22:59 2024 +0800

    [upgrade](iceberg) upgrade iceberg to 1.4.3 (#35)
    
    * upgrade
    
    * upgrade
---
 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   | 4 ++--
 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, 12 insertions(+), 12 deletions(-)

diff --git a/hadoop-aws-shade-2/pom.xml b/hadoop-aws-shade-2/pom.xml
index 43419bd..62cefc8 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.3-SNAPSHOT</version>
+        <version>1.0.4-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 cc57aab..61846d6 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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>hadoop-cloud-shade-2</artifactId>
diff --git a/hadoop-shade-2/pom.xml b/hadoop-shade-2/pom.xml
index 3aa038f..913f0e0 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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>hadoop-shade-2</artifactId>
diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index 23a9001..cf5896b 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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>hive-catalog-shade</artifactId>
@@ -30,7 +30,7 @@ under the License.
         <!--We rewritten some hive methods, so we need to keep the same hadoop 
version as the main library-->
         <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>
+        <iceberg-hive-metastore.version>1.4.3</iceberg-hive-metastore.version>
         
<paimon-hive-metastore.version>0.6.0-incubating</paimon-hive-metastore.version>
     </properties>
 
diff --git a/hive-shade-3/pom.xml b/hive-shade-3/pom.xml
index b82df3a..48dcad8 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.3-SNAPSHOT</version>
+        <version>1.0.4-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 1fd3370..ce97686 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.3-SNAPSHOT</version>
+        <version>1.0.4-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 8f286f7..02ad3a5 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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>kerby-shade-1.0</artifactId>
diff --git a/pom.xml b/pom.xml
index aca4fa7..d54c8cd 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.3-SNAPSHOT</version>
+    <version>1.0.4-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 0fc7411..7b2355a 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.3-SNAPSHOT</version>
+        <version>1.0.4-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 d01097c..7e92bef 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.3-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <artifactId>thrift-shade-0.13</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-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

Reply via email to