Skip to content

Commit 9b98f71

Browse files
docs: update release info in guide page (#855)
1 parent 1d7eb22 commit 9b98f71

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

  • website
    • docs/quickstart
    • i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart

website/docs/quickstart/guide.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ title: 'Guide'
1010
The following table lists the minimum Java language version requirements for each version of the Apache Fesod(
1111
Incubating) library:
1212

13-
| Version | JDK Version Support Range | Notes |
14-
|------------------|---------------------------|--------------------|
15-
| 2.0.0-incubating | JDK8 - JDK25 | NA(not available) |
16-
| 1.3.x | JDK8 - JDK25 | Non-Apache release |
17-
| 1.2.x | JDK8 - JDK21 | Non-Apache release |
18-
| 1.1.x | JDK8 - JDK21 | Non-Apache release |
19-
| 1.0.x | JDK8 - JDK21 | Non-Apache release |
13+
| Version | JDK Version Support Range | Notes |
14+
|------------------|---------------------------|--------------------------|
15+
| 2.0.1-incubating | JDK8 - JDK25 | Apache Incubator release |
16+
| 2.0.0-incubating | JDK8 - JDK25 | NA(not available) |
17+
| 1.3.x | JDK8 - JDK25 | Non-Apache release |
18+
| 1.2.x | JDK8 - JDK21 | Non-Apache release |
19+
| 1.1.x | JDK8 - JDK21 | Non-Apache release |
20+
| 1.0.x | JDK8 - JDK21 | Non-Apache release |
2021

2122
We strongly recommend using the latest version of Apache Fesod(Incubating), as performance optimizations, bug fixes, and
2223
new features
@@ -48,7 +49,7 @@ If you are using Maven for project building, add the following configuration in
4849
<dependency>
4950
<groupId>org.apache.fesod</groupId>
5051
<artifactId>fesod-sheet</artifactId>
51-
<version>version</version>
52+
<version>2.0.1-incubating</version>
5253
</dependency>
5354
```
5455

@@ -63,7 +64,7 @@ For better dependency management, you can use the Fesod BOM:
6364
<dependency>
6465
<groupId>org.apache.fesod</groupId>
6566
<artifactId>fesod-bom</artifactId>
66-
<version>version</version>
67+
<version>2.0.1-incubating</version>
6768
<type>pom</type>
6869
<scope>import</scope>
6970
</dependency>
@@ -85,6 +86,6 @@ If you are using Gradle for project building, add the following configuration in
8586

8687
```gradle
8788
dependencies {
88-
implementation 'org.apache.fesod:fesod-sheet:version'
89+
implementation 'org.apache.fesod:fesod-sheet:2.0.1-incubating'
8990
}
9091
```

website/i18n/zh-cn/docusaurus-plugin-content-docs/current/quickstart/guide.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ title: '指南'
99

1010
下表列出了各版本 Apache Fesod(Incubating) 基础库对 Java 语言版本最低要求的情况:
1111

12-
| 版本 | jdk版本支持范围 | 备注 |
13-
|------------------|--------------|-------------|
14-
| 2.0.0-incubating | jdk8 - jdk25 | NA(无效) |
15-
| 1.3.x | jdk8 - jdk25 | 非 Apache 版本 |
16-
| 1.2.x | jdk8 - jdk21 | 非 Apache 版本 |
17-
| 1.1.x | jdk8 - jdk21 | 非 Apache 版本 |
18-
| 1.0.x | jdk8 - jdk21 | 非 Apache 版本 |
12+
| 版本 | jdk版本支持范围 | 备注 |
13+
|------------------|--------------|--------------|
14+
| 2.0.1-incubating | jdk8 - jdk25 | Apache 孵化器版本 |
15+
| 2.0.0-incubating | jdk8 - jdk25 | NA(无效) |
16+
| 1.3.x | jdk8 - jdk25 | 非 Apache 版本 |
17+
| 1.2.x | jdk8 - jdk21 | 非 Apache 版本 |
18+
| 1.1.x | jdk8 - jdk21 | 非 Apache 版本 |
19+
| 1.0.x | jdk8 - jdk21 | 非 Apache 版本 |
1920

2021
我们强烈建议您使用最新版本的 Apache Fesod(Incubating),因为最新版本中的性能优化、BUG 修复和新功能都会让您的使用更加方便。
2122

@@ -44,7 +45,7 @@ Apache Fesod(Incubating) 使用了以下核心依赖:
4445
<dependency>
4546
<groupId>org.apache.fesod</groupId>
4647
<artifactId>fesod-sheet</artifactId>
47-
<version>版本号</version>
48+
<version>2.0.1-incubating</version>
4849
</dependency>
4950
```
5051

@@ -59,7 +60,7 @@ Apache Fesod(Incubating) 使用了以下核心依赖:
5960
<dependency>
6061
<groupId>org.apache.fesod</groupId>
6162
<artifactId>fesod-bom</artifactId>
62-
<version>版本号</version>
63+
<version>2.0.1-incubating</version>
6364
<type>pom</type>
6465
<scope>import</scope>
6566
</dependency>
@@ -81,6 +82,6 @@ Apache Fesod(Incubating) 使用了以下核心依赖:
8182

8283
```gradle
8384
dependencies {
84-
implementation 'org.apache.fesod:fesod-sheet:版本号'
85+
implementation 'org.apache.fesod:fesod-sheet:2.0.1-incubating'
8586
}
8687
```

0 commit comments

Comments
 (0)