This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rc/2.0.6 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 39974d54523bc5fd273be724af91e393823497dd Author: HTHou <[email protected]> AuthorDate: Thu Jan 15 16:04:15 2026 +0800 fix version error --- distribution/pom.xml | 2 +- example/client-cpp-example/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 1f52168340c..bab59ec0359 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -174,7 +174,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-ainode</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> </dependency> </dependencies> <build> diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 9dbccb1cb8d..c9cedd4f649 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> </parent> <artifactId>client-cpp-example</artifactId> <name>IoTDB: Example: CPP Client</name>
