Skip to content

Commit

Permalink
[release] Update version to 0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
SteNicholas committed Sep 9, 2024
1 parent 75e6a3c commit 3f0cefa
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/src/guide/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-engine/paimon-web-engine-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion paimon-web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 3f0cefa

Please sign in to comment.