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

commit db50fb2b24523d9bcd16aa041f9d771cbb61c4ce
Author: Jingsong <[email protected]>
AuthorDate: Wed Sep 6 10:16:32 2023 +0800

    [release] Update version to 0.6-SNAPSHOT
---
 paimon-benchmark/paimon-cluster-benchmark/pom.xml     | 2 +-
 paimon-benchmark/paimon-micro-benchmarks/pom.xml      | 2 +-
 paimon-benchmark/pom.xml                              | 2 +-
 paimon-bundle/pom.xml                                 | 2 +-
 paimon-codegen-loader/pom.xml                         | 2 +-
 paimon-codegen/pom.xml                                | 2 +-
 paimon-common/pom.xml                                 | 2 +-
 paimon-core/pom.xml                                   | 2 +-
 paimon-docs/pom.xml                                   | 2 +-
 paimon-e2e-tests/pom.xml                              | 2 +-
 paimon-filesystems/paimon-hadoop-shaded/pom.xml       | 2 +-
 paimon-filesystems/paimon-oss-impl/pom.xml            | 2 +-
 paimon-filesystems/paimon-oss/pom.xml                 | 2 +-
 paimon-filesystems/paimon-s3-impl/pom.xml             | 2 +-
 paimon-filesystems/paimon-s3/pom.xml                  | 2 +-
 paimon-filesystems/pom.xml                            | 2 +-
 paimon-flink/paimon-flink-1.14/pom.xml                | 2 +-
 paimon-flink/paimon-flink-1.15/pom.xml                | 2 +-
 paimon-flink/paimon-flink-1.16/pom.xml                | 2 +-
 paimon-flink/paimon-flink-1.17/pom.xml                | 2 +-
 paimon-flink/paimon-flink-action/pom.xml              | 2 +-
 paimon-flink/paimon-flink-common/pom.xml              | 2 +-
 paimon-flink/pom.xml                                  | 2 +-
 paimon-format/pom.xml                                 | 2 +-
 paimon-hive/paimon-hive-catalog/pom.xml               | 2 +-
 paimon-hive/paimon-hive-common/pom.xml                | 2 +-
 paimon-hive/paimon-hive-connector-2.1-cdh-6.3/pom.xml | 2 +-
 paimon-hive/paimon-hive-connector-2.1/pom.xml         | 2 +-
 paimon-hive/paimon-hive-connector-2.2/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      | 2 +-
 paimon-hive/pom.xml                                   | 2 +-
 paimon-spark/paimon-spark-2/pom.xml                   | 2 +-
 paimon-spark/paimon-spark-3.1/pom.xml                 | 2 +-
 paimon-spark/paimon-spark-3.2/pom.xml                 | 2 +-
 paimon-spark/paimon-spark-3.3/pom.xml                 | 2 +-
 paimon-spark/paimon-spark-3.4/pom.xml                 | 2 +-
 paimon-spark/paimon-spark-common/pom.xml              | 2 +-
 paimon-spark/pom.xml                                  | 2 +-
 paimon-test-utils/pom.xml                             | 2 +-
 pom.xml                                               | 4 ++--
 42 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/paimon-benchmark/paimon-cluster-benchmark/pom.xml 
b/paimon-benchmark/paimon-cluster-benchmark/pom.xml
index 57182117a..8c91c483b 100644
--- a/paimon-benchmark/paimon-cluster-benchmark/pom.xml
+++ b/paimon-benchmark/paimon-cluster-benchmark/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-benchmark</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-cluster-benchmark</artifactId>
diff --git a/paimon-benchmark/paimon-micro-benchmarks/pom.xml 
b/paimon-benchmark/paimon-micro-benchmarks/pom.xml
index 346bb5545..e4a58f89a 100644
--- a/paimon-benchmark/paimon-micro-benchmarks/pom.xml
+++ b/paimon-benchmark/paimon-micro-benchmarks/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-benchmark</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-micro-benchmarks</artifactId>
diff --git a/paimon-benchmark/pom.xml b/paimon-benchmark/pom.xml
index b07816af5..ca01634a7 100644
--- a/paimon-benchmark/pom.xml
+++ b/paimon-benchmark/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-benchmark</artifactId>
diff --git a/paimon-bundle/pom.xml b/paimon-bundle/pom.xml
index 7aa429708..8b1528a17 100644
--- a/paimon-bundle/pom.xml
+++ b/paimon-bundle/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-bundle</artifactId>
diff --git a/paimon-codegen-loader/pom.xml b/paimon-codegen-loader/pom.xml
index 9d3981bb2..1cbb1ea00 100644
--- a/paimon-codegen-loader/pom.xml
+++ b/paimon-codegen-loader/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-codegen-loader</artifactId>
diff --git a/paimon-codegen/pom.xml b/paimon-codegen/pom.xml
index f18027325..0c7ab6018 100644
--- a/paimon-codegen/pom.xml
+++ b/paimon-codegen/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-codegen</artifactId>
diff --git a/paimon-common/pom.xml b/paimon-common/pom.xml
index 3fa75d78e..a5e8c36bc 100644
--- a/paimon-common/pom.xml
+++ b/paimon-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-common</artifactId>
diff --git a/paimon-core/pom.xml b/paimon-core/pom.xml
index aee4f2aaf..3190bf5a4 100644
--- a/paimon-core/pom.xml
+++ b/paimon-core/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-core</artifactId>
diff --git a/paimon-docs/pom.xml b/paimon-docs/pom.xml
index 10965dbe2..962ddfcf7 100644
--- a/paimon-docs/pom.xml
+++ b/paimon-docs/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-docs</artifactId>
diff --git a/paimon-e2e-tests/pom.xml b/paimon-e2e-tests/pom.xml
index 87e3af327..3a954ff20 100644
--- a/paimon-e2e-tests/pom.xml
+++ b/paimon-e2e-tests/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-e2e-tests</artifactId>
diff --git a/paimon-filesystems/paimon-hadoop-shaded/pom.xml 
b/paimon-filesystems/paimon-hadoop-shaded/pom.xml
index 5c0ce08e2..38ee8f23f 100644
--- a/paimon-filesystems/paimon-hadoop-shaded/pom.xml
+++ b/paimon-filesystems/paimon-hadoop-shaded/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>paimon-filesystems</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hadoop-shaded</artifactId>
diff --git a/paimon-filesystems/paimon-oss-impl/pom.xml 
b/paimon-filesystems/paimon-oss-impl/pom.xml
index 23ed2cedb..e18053c1c 100644
--- a/paimon-filesystems/paimon-oss-impl/pom.xml
+++ b/paimon-filesystems/paimon-oss-impl/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>paimon-filesystems</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-oss-impl</artifactId>
diff --git a/paimon-filesystems/paimon-oss/pom.xml 
b/paimon-filesystems/paimon-oss/pom.xml
index bab9191de..d0bc4f9a7 100644
--- a/paimon-filesystems/paimon-oss/pom.xml
+++ b/paimon-filesystems/paimon-oss/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>paimon-filesystems</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-oss</artifactId>
diff --git a/paimon-filesystems/paimon-s3-impl/pom.xml 
b/paimon-filesystems/paimon-s3-impl/pom.xml
index 7757631af..2d0ead8f9 100644
--- a/paimon-filesystems/paimon-s3-impl/pom.xml
+++ b/paimon-filesystems/paimon-s3-impl/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>paimon-filesystems</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-s3-impl</artifactId>
diff --git a/paimon-filesystems/paimon-s3/pom.xml 
b/paimon-filesystems/paimon-s3/pom.xml
index 9f1549c25..5e44a4ae3 100644
--- a/paimon-filesystems/paimon-s3/pom.xml
+++ b/paimon-filesystems/paimon-s3/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>paimon-filesystems</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-s3</artifactId>
diff --git a/paimon-filesystems/pom.xml b/paimon-filesystems/pom.xml
index 9fb03570c..892591bcf 100644
--- a/paimon-filesystems/pom.xml
+++ b/paimon-filesystems/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-filesystems</artifactId>
diff --git a/paimon-flink/paimon-flink-1.14/pom.xml 
b/paimon-flink/paimon-flink-1.14/pom.xml
index 3e4cca548..a778e5a58 100644
--- a/paimon-flink/paimon-flink-1.14/pom.xml
+++ b/paimon-flink/paimon-flink-1.14/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-flink</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-flink-1.14</artifactId>
diff --git a/paimon-flink/paimon-flink-1.15/pom.xml 
b/paimon-flink/paimon-flink-1.15/pom.xml
index e776d1c97..7d90ec426 100644
--- a/paimon-flink/paimon-flink-1.15/pom.xml
+++ b/paimon-flink/paimon-flink-1.15/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-flink</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-flink-1.15</artifactId>
diff --git a/paimon-flink/paimon-flink-1.16/pom.xml 
b/paimon-flink/paimon-flink-1.16/pom.xml
index 99b52b4e1..38cc50c12 100644
--- a/paimon-flink/paimon-flink-1.16/pom.xml
+++ b/paimon-flink/paimon-flink-1.16/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-flink</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/paimon-flink/paimon-flink-1.17/pom.xml 
b/paimon-flink/paimon-flink-1.17/pom.xml
index a1bc1774b..acafce477 100644
--- a/paimon-flink/paimon-flink-1.17/pom.xml
+++ b/paimon-flink/paimon-flink-1.17/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-flink</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/paimon-flink/paimon-flink-action/pom.xml 
b/paimon-flink/paimon-flink-action/pom.xml
index 3af1de88d..0b291ad5e 100644
--- a/paimon-flink/paimon-flink-action/pom.xml
+++ b/paimon-flink/paimon-flink-action/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-flink</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/paimon-flink/paimon-flink-common/pom.xml 
b/paimon-flink/paimon-flink-common/pom.xml
index 200e3026d..d5a0d0222 100644
--- a/paimon-flink/paimon-flink-common/pom.xml
+++ b/paimon-flink/paimon-flink-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-flink</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/paimon-flink/pom.xml b/paimon-flink/pom.xml
index 0809c2a97..2a35be039 100644
--- a/paimon-flink/pom.xml
+++ b/paimon-flink/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-flink</artifactId>
diff --git a/paimon-format/pom.xml b/paimon-format/pom.xml
index fdb15b379..1cf8cfdb5 100644
--- a/paimon-format/pom.xml
+++ b/paimon-format/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-format</artifactId>
diff --git a/paimon-hive/paimon-hive-catalog/pom.xml 
b/paimon-hive/paimon-hive-catalog/pom.xml
index 84231d6c2..5cb71c0bc 100644
--- a/paimon-hive/paimon-hive-catalog/pom.xml
+++ b/paimon-hive/paimon-hive-catalog/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-catalog</artifactId>
diff --git a/paimon-hive/paimon-hive-common/pom.xml 
b/paimon-hive/paimon-hive-common/pom.xml
index 855e354d6..c6582de1a 100644
--- a/paimon-hive/paimon-hive-common/pom.xml
+++ b/paimon-hive/paimon-hive-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-common</artifactId>
diff --git a/paimon-hive/paimon-hive-connector-2.1-cdh-6.3/pom.xml 
b/paimon-hive/paimon-hive-connector-2.1-cdh-6.3/pom.xml
index 7871ef116..45cefc44e 100644
--- a/paimon-hive/paimon-hive-connector-2.1-cdh-6.3/pom.xml
+++ b/paimon-hive/paimon-hive-connector-2.1-cdh-6.3/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-connector-2.1-cdh-6.3</artifactId>
diff --git a/paimon-hive/paimon-hive-connector-2.1/pom.xml 
b/paimon-hive/paimon-hive-connector-2.1/pom.xml
index bdcfcb4cc..843feae43 100644
--- a/paimon-hive/paimon-hive-connector-2.1/pom.xml
+++ b/paimon-hive/paimon-hive-connector-2.1/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-connector-2.1</artifactId>
diff --git a/paimon-hive/paimon-hive-connector-2.2/pom.xml 
b/paimon-hive/paimon-hive-connector-2.2/pom.xml
index e0e8ff1a7..f144ef717 100644
--- a/paimon-hive/paimon-hive-connector-2.2/pom.xml
+++ b/paimon-hive/paimon-hive-connector-2.2/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-connector-2.2</artifactId>
diff --git a/paimon-hive/paimon-hive-connector-2.3/pom.xml 
b/paimon-hive/paimon-hive-connector-2.3/pom.xml
index ad720848d..f670b8f9a 100644
--- a/paimon-hive/paimon-hive-connector-2.3/pom.xml
+++ b/paimon-hive/paimon-hive-connector-2.3/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-connector-2.3</artifactId>
diff --git a/paimon-hive/paimon-hive-connector-3.1/pom.xml 
b/paimon-hive/paimon-hive-connector-3.1/pom.xml
index 9ef23822b..5c2410644 100644
--- a/paimon-hive/paimon-hive-connector-3.1/pom.xml
+++ b/paimon-hive/paimon-hive-connector-3.1/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-connector-3.1</artifactId>
diff --git a/paimon-hive/paimon-hive-connector-common/pom.xml 
b/paimon-hive/paimon-hive-connector-common/pom.xml
index baba58dae..feecf4450 100644
--- a/paimon-hive/paimon-hive-connector-common/pom.xml
+++ b/paimon-hive/paimon-hive-connector-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-hive</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive-connector-common</artifactId>
diff --git a/paimon-hive/pom.xml b/paimon-hive/pom.xml
index 2f38036d0..3407edab3 100644
--- a/paimon-hive/pom.xml
+++ b/paimon-hive/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-hive</artifactId>
diff --git a/paimon-spark/paimon-spark-2/pom.xml 
b/paimon-spark/paimon-spark-2/pom.xml
index 5425ff5bf..3e7103e9e 100644
--- a/paimon-spark/paimon-spark-2/pom.xml
+++ b/paimon-spark/paimon-spark-2/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-spark</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-spark-2</artifactId>
diff --git a/paimon-spark/paimon-spark-3.1/pom.xml 
b/paimon-spark/paimon-spark-3.1/pom.xml
index b04011dee..9df4c783a 100644
--- a/paimon-spark/paimon-spark-3.1/pom.xml
+++ b/paimon-spark/paimon-spark-3.1/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-spark</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-spark-3.1</artifactId>
diff --git a/paimon-spark/paimon-spark-3.2/pom.xml 
b/paimon-spark/paimon-spark-3.2/pom.xml
index d0e8bad28..981cdf17d 100644
--- a/paimon-spark/paimon-spark-3.2/pom.xml
+++ b/paimon-spark/paimon-spark-3.2/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-spark</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-spark-3.2</artifactId>
diff --git a/paimon-spark/paimon-spark-3.3/pom.xml 
b/paimon-spark/paimon-spark-3.3/pom.xml
index 67e991277..04766914f 100644
--- a/paimon-spark/paimon-spark-3.3/pom.xml
+++ b/paimon-spark/paimon-spark-3.3/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-spark</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-spark-3.3</artifactId>
diff --git a/paimon-spark/paimon-spark-3.4/pom.xml 
b/paimon-spark/paimon-spark-3.4/pom.xml
index 2730ef1ff..b25a56273 100644
--- a/paimon-spark/paimon-spark-3.4/pom.xml
+++ b/paimon-spark/paimon-spark-3.4/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-spark</artifactId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-spark-3.4</artifactId>
diff --git a/paimon-spark/paimon-spark-common/pom.xml 
b/paimon-spark/paimon-spark-common/pom.xml
index 2f34e06d8..4d8142e82 100644
--- a/paimon-spark/paimon-spark-common/pom.xml
+++ b/paimon-spark/paimon-spark-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-spark</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <packaging>jar</packaging>
diff --git a/paimon-spark/pom.xml b/paimon-spark/pom.xml
index e6a28d4ea..e8e205ebd 100644
--- a/paimon-spark/pom.xml
+++ b/paimon-spark/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-spark</artifactId>
diff --git a/paimon-test-utils/pom.xml b/paimon-test-utils/pom.xml
index 509f46960..2150764de 100644
--- a/paimon-test-utils/pom.xml
+++ b/paimon-test-utils/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <artifactId>paimon-parent</artifactId>
         <groupId>org.apache.paimon</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-test-utils</artifactId>
diff --git a/pom.xml b/pom.xml
index ec9fec758..f96840f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ under the License.
     <artifactId>paimon-parent</artifactId>
     <groupId>org.apache.paimon</groupId>
     <name>Paimon : </name>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.6-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <url>https://paimon.apache.org</url>
@@ -69,7 +69,7 @@ under the License.
     </modules>
 
     <properties>
-        
<project.build.outputTimestamp>2023-05-04T05:07:22Z</project.build.outputTimestamp>
+        
<project.build.outputTimestamp>2023-09-06T02:16:30Z</project.build.outputTimestamp>
         <paimon.shade.version>0.4.0-incubating</paimon.shade.version>
         <paimon.shade.jackson.version>2.14.2</paimon.shade.jackson.version>
         <paimon.shade.guava.version>30.1.1-jre</paimon.shade.guava.version>

Reply via email to