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/paimon-webui.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f129d02 [release] Update version to 0.2-SNAPSHOT
7f129d02 is described below

commit 7f129d0227c73811e82b2ddebfadafbbfbf12a0d
Author: SteNicholas <[email protected]>
AuthorDate: Tue Jul 16 16:20:42 2024 +0800

    [release] Update version to 0.2-SNAPSHOT
---
 docs/src/guide/quick-start.md                                       | 6 +++---
 paimon-web-api/pom.xml                                              | 2 +-
 paimon-web-common/pom.xml                                           | 2 +-
 paimon-web-dist/pom.xml                                             | 2 +-
 .../paimon-web-engine-flink/paimon-web-engine-flink-common/pom.xml  | 2 +-
 .../paimon-web-engine-flink-sql-gateway/pom.xml                     | 2 +-
 paimon-web-engine/paimon-web-engine-flink/pom.xml                   | 2 +-
 paimon-web-engine/pom.xml                                           | 2 +-
 paimon-web-gateway/pom.xml                                          | 2 +-
 paimon-web-server/pom.xml                                           | 2 +-
 paimon-web-ui/pom.xml                                               | 2 +-
 pom.xml                                                             | 4 ++--
 12 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/src/guide/quick-start.md b/docs/src/guide/quick-start.md
index e037ce7b..5a3b089b 100644
--- a/docs/src/guide/quick-start.md
+++ b/docs/src/guide/quick-start.md
@@ -31,13 +31,13 @@ Download the Paimon Web installation package from 
paimon.apache.org and proceed
 
 ```shell
 # Download the binary installation package of Paimon Web
-[root@paimon ~]# wget 
https://repository.apache.org/snapshots/org/apache/paimon/paimon-web/0.1-SNAPSHOT/apache-paimon-webui-0.1-SNAPSHOT-bin.tar.gz
+[root@paimon ~]# wget 
https://repository.apache.org/snapshots/org/apache/paimon/paimon-web/0.2-SNAPSHOT/apache-paimon-webui-0.2-SNAPSHOT-bin.tar.gz
 
 # Extract the installation package
-[root@paimon ~]# tar zxf apache-paimon-webui-0.1-SNAPSHOT-bin.tar.gz
+[root@paimon ~]# tar zxf apache-paimon-webui-0.2-SNAPSHOT-bin.tar.gz
     
 # Rename the directory to paimon-webui for simplicity
-[root@paimon ~]# mv apache-paimon-webui-0.1-SNAPSHOT-bin.tar.gz paimon-webui
+[root@paimon ~]# mv apache-paimon-webui-0.2-SNAPSHOT-bin.tar.gz paimon-webui
 ```
 The directory structure following the decompression is as follows:
 ```shell
diff --git a/paimon-web-api/pom.xml b/paimon-web-api/pom.xml
index 1c899c5c..5c2d3401 100644
--- a/paimon-web-api/pom.xml
+++ b/paimon-web-api/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-api</artifactId>
diff --git a/paimon-web-common/pom.xml b/paimon-web-common/pom.xml
index 7b8545dd..6159c8e2 100644
--- a/paimon-web-common/pom.xml
+++ b/paimon-web-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-common</artifactId>
diff --git a/paimon-web-dist/pom.xml b/paimon-web-dist/pom.xml
index 6e7aaf7a..647dd230 100644
--- a/paimon-web-dist/pom.xml
+++ b/paimon-web-dist/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-dist</artifactId>
diff --git 
a/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-common/pom.xml
 
b/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-common/pom.xml
index 87fd5f81..ea116ec6 100644
--- 
a/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-common/pom.xml
+++ 
b/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-common/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-web-engine-flink</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-engine-flink-common</artifactId>
diff --git 
a/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-sql-gateway/pom.xml
 
b/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-sql-gateway/pom.xml
index 3fc87cf8..a7910018 100644
--- 
a/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-sql-gateway/pom.xml
+++ 
b/paimon-web-engine/paimon-web-engine-flink/paimon-web-engine-flink-sql-gateway/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-web-engine-flink</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-engine-flink-sql-gateway</artifactId>
diff --git a/paimon-web-engine/paimon-web-engine-flink/pom.xml 
b/paimon-web-engine/paimon-web-engine-flink/pom.xml
index 1db29878..0b4ee57f 100644
--- a/paimon-web-engine/paimon-web-engine-flink/pom.xml
+++ b/paimon-web-engine/paimon-web-engine-flink/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-web-engine</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-engine-flink</artifactId>
diff --git a/paimon-web-engine/pom.xml b/paimon-web-engine/pom.xml
index 10702988..0941d0b2 100644
--- a/paimon-web-engine/pom.xml
+++ b/paimon-web-engine/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-engine</artifactId>
diff --git a/paimon-web-gateway/pom.xml b/paimon-web-gateway/pom.xml
index 3c19e945..2cb2b7c7 100644
--- a/paimon-web-gateway/pom.xml
+++ b/paimon-web-gateway/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-gateway</artifactId>
diff --git a/paimon-web-server/pom.xml b/paimon-web-server/pom.xml
index 9bd9c433..a78a8eac 100644
--- a/paimon-web-server/pom.xml
+++ b/paimon-web-server/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-server</artifactId>
diff --git a/paimon-web-ui/pom.xml b/paimon-web-ui/pom.xml
index 9575d2ae..5eda0a87 100644
--- a/paimon-web-ui/pom.xml
+++ b/paimon-web-ui/pom.xml
@@ -25,7 +25,7 @@ under the License.
     <parent>
         <groupId>org.apache.paimon</groupId>
         <artifactId>paimon-webui</artifactId>
-        <version>0.1-SNAPSHOT</version>
+        <version>0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>paimon-web-ui</artifactId>
diff --git a/pom.xml b/pom.xml
index c3385f2a..346dd847 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@ under the License.
     <artifactId>paimon-webui</artifactId>
     <name>Paimon : Web : Root</name>
 
-    <version>0.1-SNAPSHOT</version>
+    <version>0.2-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -64,7 +64,7 @@ under the License.
     </scm>
 
     <properties>
-        <project.version>0.1-SNAPSHOT</project.version>
+        <project.version>0.2-SNAPSHOT</project.version>
         <java.version>8</java.version>
         <paimon.shade.version>0.8.1</paimon.shade.version>
         
<maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version>

Reply via email to