This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 522f0b2d Update README-zh.md
522f0b2d is described below
commit 522f0b2de51cb77ada63ccb92a4d615920ff5bd4
Author: Jialin Qiao <[email protected]>
AuthorDate: Sat Jun 8 15:19:57 2024 +0800
Update README-zh.md
---
java/tsfile/README-zh.md | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/java/tsfile/README-zh.md b/java/tsfile/README-zh.md
index 1c13e57c..361578c5 100644
--- a/java/tsfile/README-zh.md
+++ b/java/tsfile/README-zh.md
@@ -68,17 +68,6 @@ mvn install -P with-java -DskipTests
<dependencies>
```
-当前 SNAPSHOT 版本是 `1.0.1-SNAPSHOT`, 可以这样引用
-
-```xml
-<dependencies>
- <dependency>
- <groupId>org.apache.tsfile</groupId>
- <artifactId>tsfile-java</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- </dependency>
-<dependencies>
-```
### TsFile Java API