This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch rename_module in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit ab1f7f0eb71226e408105c89e5bbdb9674ba2919 Author: qiaojialin <[email protected]> AuthorDate: Sun Jan 7 00:01:11 2024 +0800 rename tsfile-exmaples module to examples --- 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>
