This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch test_thrift_0.19.0 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 607e4fe72c82fcb1a2417db56ff162ee0cad1ae7 Author: HTHou <[email protected]> AuthorDate: Wed Sep 20 17:31:59 2023 +0800 test iotdb tools thrift 0.19.0 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 5641df38630..6a8ac08ebaf 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,13 @@ <url>scm:git:https://gitbox.apache.org/repos/asf/iotdb-website.git</url> </site> </distributionManagement> + <!-- TODO: Remove this after releasing the artifacts --> + <repositories> + <repository> + <id>iotdb-tools-thrift-staging-repo</id> + <url>https://repository.apache.org/content/repositories/orgapacheiotdb-1132/</url> + </repository> + </repositories> <issueManagement> <system>Jira</system> <url>https://issues.apache.org/jira/browse/iotdb</url>
