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 65a75c0 [Feature] Bump Paimon version from 0.6-SNAPSHOT to 0.8.0
(#220)
65a75c0 is described below
commit 65a75c085e4c49cdd2d202e13b0cdb643c73d78d
Author: ouyangwulin <[email protected]>
AuthorDate: Mon May 13 11:37:41 2024 +0800
[Feature] Bump Paimon version from 0.6-SNAPSHOT to 0.8.0 (#220)
---
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 b023b15..93c2541 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.6-SNAPSHOT</paimon.version>
+ <paimon.version>0.8.0</paimon.version>
<hadoop.version>2.8.5</hadoop.version>
</properties>
diff --git a/pom.xml b/pom.xml
index 31cc2da..d28ff22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
<properties>
<project.version>0.1-SNAPSHOT</project.version>
<java.version>8</java.version>
- <paimon.shade.version>0.6-SNAPSHOT</paimon.shade.version>
+ <paimon.shade.version>0.8.0</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>