Skip to content

Commit

Permalink
[release] Update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteNicholas committed Sep 9, 2024
1 parent 17a61c5 commit d5c9d3b
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</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.1.0</version>
</parent>

<artifactId>paimon-web-ui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit d5c9d3b

Please sign in to comment.