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 970b00f3 rename tsfile-exmaples module to examples (#13)
970b00f3 is described below
commit 970b00f353a0567adccf9b16766e5754e367ca43
Author: Jialin Qiao <[email protected]>
AuthorDate: Mon Jan 8 12:08:48 2024 +0800
rename tsfile-exmaples module to examples (#13)
---
examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index ca7e9215..d66a8217 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -26,7 +26,7 @@
<artifactId>tsfile-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <artifactId>tsfile-examples</artifactId>
+ <artifactId>examples</artifactId>
<packaging>pom</packaging>
<name>TSFile: Examples</name>
<dependencies>