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/incubator-paimon-website.git
The following commit(s) were added to refs/heads/master by this push:
new ef6b77978f Update download page: maven to 0.7
ef6b77978f is described below
commit ef6b77978ffb5b74517d5bf0c86e75f1e1627fe4
Author: Jingsong <[email protected]>
AuthorDate: Wed Mar 6 14:27:54 2024 +0800
Update download page: maven to 0.7
---
pages/content/downloads.md | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)
diff --git a/pages/content/downloads.md b/pages/content/downloads.md
index 222496bbc0..27fda5238d 100644
--- a/pages/content/downloads.md
+++ b/pages/content/downloads.md
@@ -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.6.0-incubating</version>
+ <version>0.7.0-incubating</version>
</dependency>
</dependencies>
```
@@ -117,26 +117,10 @@ 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.6.0-incubating</version>
+ <version>0.7.0-incubating</version>
</dependency>
</dependencies>
```
{{< /tab >}}
-{{< tab "shade" >}}
-
-```xml
-<dependencies>
- <dependency>
- <groupId>org.apache.paimon</groupId>
- <artifactId>paimon-shade-guava-30</artifactId>
- <version>30.1.1-jre-0.6.0-incubating</version>
- </dependency>
-</dependencies>
-```
-
-You can also use other shaded artifacts.
-
-{{< /tab >}}
-
{{< /tabs >}}