Skip to content

Commit

Permalink
Fix downloads 0.8.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzl25 authored Jul 30, 2024
1 parent 32b8290 commit 3b42450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/content/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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>
```
Expand All @@ -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>
```
Expand Down

0 comments on commit 3b42450

Please sign in to comment.