This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3b4245041 Fix downloads 0.8.2 (#8)
3b4245041 is described below
commit 3b4245041ee1297ca2fb099cd601a65c71b2cd8c
Author: cxzl25 <[email protected]>
AuthorDate: Tue Jul 30 16:13:49 2024 +0800
Fix downloads 0.8.2 (#8)
---
pages/content/downloads.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/content/downloads.md b/pages/content/downloads.md
index 88bcee6b8..16caee7d5 100644
--- a/pages/content/downloads.md
+++ b/pages/content/downloads.md
@@ -32,7 +32,7 @@ Paimon is released as a source artifact, and also through
Maven.
| RELEASE | DATE | DOWNLOAD
|
|------------------|------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| 0.8.1 | 2024-05-10 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.1/apache-paimon-0.8.1-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.8.1/apache-paimon-0.8.1-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.8.1/apache-paimon-0.8.1-src.tgz.asc))
|
[...]
+| 0.8.2 | 2024-07-12 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.8.2/apache-paimon-0.8.2-src.tgz.asc))
|
[...]
| 0.7.0-incubating | 2024-02-06 |
[tar](https://www.apache.org/dyn/closer.lua/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz)
([digest](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.sha512),
[pgp](https://downloads.apache.org/paimon/paimon-0.7.0-incubating/apache-paimon-0.7.0-incubating-src.tgz.asc))
|
[...]
To download a source distribution for a particular release, click on the *tar*
link.
@@ -99,7 +99,7 @@ Please replace `${flink.version}` in the following xml file
to the version of Fl
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-flink-${flink.version}</artifactId>
- <version>0.8.1</version>
+ <version>0.8.2</version>
</dependency>
</dependencies>
```
@@ -117,7 +117,7 @@ Please replace `${spark.version}` in the following xml file
to the version of Fl
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-spark-${spark.version}</artifactId>
- <version>0.8.1</version>
+ <version>0.8.2</version>
</dependency>
</dependencies>
```