Skip to content

Commit f6cd3f0

Browse files
authored
update 2.2.0 download info (#681)
* update 2.2.0 download info * update 1.1.3 download info
1 parent 889e78e commit f6cd3f0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

src/Download/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
| Version | Dependency | Sources | SHA512 | ASC | Release Nodes | IoTDB adaptation version |
2525
|---------|-----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| ---------------------------------------------------------------- |
26-
| 2.1.1 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.1.1) | [Sources](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.1/apache-tsfile-2.1.1-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.1/apache-tsfile-2.1.1-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.1/apache-tsfile-2.1.1-source-release.zip.asc) | [Releases](https://dlcdn.apache.org/tsfile/2.1.1/RELEASE_NOTES.md) | IoTDB V2.x |
27-
| 1.1.2 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/1.1.2) | [Sources](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.2/apache-tsfile-1.1.2-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.2/apache-tsfile-1.1.2-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.2/apache-tsfile-1.1.2-source-release.zip.asc) | [Releases](https://github.com/apache/tsfile/releases/tag/v1.1.2) | IoTDB V1.x |
26+
| 2.2.0 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.2.0) | [Sources](https://www.apache.org/dyn/closer.cgi/tsfile/2.2.0/apache-tsfile-2.2.0-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.2.0/apache-tsfile-2.2.0-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.2.0/apache-tsfile-2.2.0-source-release.zip.asc) | [Releases](https://dlcdn.apache.org/tsfile/2.2.0/RELEASE_NOTES.md) | IoTDB V2.x |
27+
| 1.1.3 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/1.1.3) | [Sources](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.3/apache-tsfile-1.1.3-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.3/apache-tsfile-1.1.3-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.3/apache-tsfile-1.1.3-source-release.zip.asc) | [Releases](https://github.com/apache/tsfile/releases/tag/v1.1.3) | IoTDB V1.x |
2828

2929
Legacy version are available here: https://archive.apache.org/dist/tsfile/
3030
# Download
3131
Our GitHub page: https://github.com/apache/tsfile
3232

33-
The latest version of TsFile is 2.1.1.
33+
The latest version of TsFile is 2.2.0.
3434

3535
Downloading it from the [Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
3636

@@ -40,8 +40,8 @@ Add the following dependency section to your pom.xml:
4040
<dependency>
4141
<groupId>org.apache.tsfile</groupId>
4242
<artifactId>tsfile</artifactId>
43-
<version>2.1.1</version>
43+
<version>2.2.0</version>
4444
</dependency>
4545
```
4646

47-
The release note of 2.1.1 can be found in the Archives of the Apache Software Foundation: https://dlcdn.apache.org/tsfile/2.1.1/RELEASE_NOTES.md
47+
The release note of 2.2.0 can be found in the Archives of the Apache Software Foundation: https://dlcdn.apache.org/tsfile/2.2.0/RELEASE_NOTES.md

src/zh/Download/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121

2222
# 发行版本
2323

24-
| 版本 | 依赖引用 | 源代码 | SHA512 | ASC | 版本特性 | IoTDB 适配版本 |
25-
|-------|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------| ---------------------------------------------------------------- | ---------------------------------------------------------------- |
26-
| 2.1.1 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.1.1) | [源代码](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.1/apache-tsfile-2.1.1-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.1/apache-tsfile-2.1.1-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.1.1/apache-tsfile-2.1.1-source-release.zip.asc) | [Releases](https://dlcdn.apache.org/tsfile/2.1.1/RELEASE_NOTES.md) | IoTDB V2.x |
27-
| 1.1.2 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/1.1.2) | [源代码](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.2/apache-tsfile-1.1.2-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.2/apache-tsfile-1.1.2-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.2/apache-tsfile-1.1.2-source-release.zip.asc) | [Releases](https://github.com/apache/tsfile/releases/tag/v1.1.2) | IoTDB V1.x |
24+
| 版本 | 依赖引用 | 源代码 | SHA512 | ASC | 版本特性 | IoTDB 适配版本 |
25+
|-------|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| ---------------------------------------------------------------- |
26+
| 2.2.0 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/2.2.0) | [源代码](https://www.apache.org/dyn/closer.cgi/tsfile/2.2.0/apache-tsfile-2.2.0-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/2.2.0/apache-tsfile-2.2.0-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/2.2.0/apache-tsfile-2.2.0-source-release.zip.asc) | [Releases](https://dlcdn.apache.org/tsfile/2.2.0/RELEASE_NOTES.md) | IoTDB V2.x |
27+
| 1.1.3 | [pom](https://central.sonatype.com/artifact/org.apache.tsfile/tsfile/1.1.3) | [源代码](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.3/apache-tsfile-1.1.3-source-release.zip) | [sha512](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.3/apache-tsfile-1.1.3-source-release.zip.sha512) | [asc](https://www.apache.org/dyn/closer.cgi/tsfile/1.1.3/apache-tsfile-1.1.3-source-release.zip.asc) | [Releases](https://github.com/apache/tsfile/releases/tag/v1.1.3) | IoTDB V1.x |
2828

2929
完整历史版本: https://archive.apache.org/dist/tsfile/
3030

3131
# 最新版本
3232

3333
GitHub 仓库地址:https://github.com/apache/tsfile
3434

35-
最新版本是2.1.1
35+
最新版本是2.2.0
3636

3737
点击 Maven 仓库地址下载:[Maven central repository](https://search.maven.org/search?q=g:org.apache.tsfile)
3838

@@ -42,8 +42,8 @@ GitHub 仓库地址:https://github.com/apache/tsfile
4242
<dependency>
4343
<groupId>org.apache.tsfile</groupId>
4444
<artifactId>tsfile</artifactId>
45-
<version>2.1.1</version>
45+
<version>2.2.0</version>
4646
</dependency>
4747
```
4848

49-
该版本的特性可点击查看: https://dlcdn.apache.org/tsfile/2.1.1/RELEASE_NOTES.md
49+
该版本的特性可点击查看: https://dlcdn.apache.org/tsfile/2.2.0/RELEASE_NOTES.md

0 commit comments

Comments
 (0)