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

nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new a8bd533  [Feature] Bump the snapshot version of Paimon to 0.6-SNAPSHOT 
(#66)
a8bd533 is described below

commit a8bd53308b86551ac7da1e7b1963fc128b9e4674
Author: Hunter <[email protected]>
AuthorDate: Wed Oct 18 11:14:30 2023 +0800

    [Feature] Bump the snapshot version of Paimon to 0.6-SNAPSHOT (#66)
---
 paimon-web-api/pom.xml | 2 +-
 pom.xml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/paimon-web-api/pom.xml b/paimon-web-api/pom.xml
index 121820a..e7f8028 100644
--- a/paimon-web-api/pom.xml
+++ b/paimon-web-api/pom.xml
@@ -34,7 +34,7 @@ under the License.
         <maven.compiler.source>8</maven.compiler.source>
         <maven.compiler.target>8</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <paimon.version>0.5-SNAPSHOT</paimon.version>
+        <paimon.version>0.6-SNAPSHOT</paimon.version>
         <hadoop.version>2.8.5</hadoop.version>
     </properties>
 
diff --git a/pom.xml b/pom.xml
index 9ff1baa..ff11d77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
     <properties>
         <project.version>0.1-SNAPSHOT</project.version>
         <java.version>8</java.version>
-        <paimon.shade.version>0.4.0-incubating</paimon.shade.version>
+        <paimon.shade.version>0.6-SNAPSHOT</paimon.shade.version>
         
<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>
         <mysql-connector-java.version>8.0.28</mysql-connector-java.version>
         <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>

Reply via email to