This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit 96499394906722e70500a6bb1dd853cd79b5f825 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
