This is an automated email from the ASF dual-hosted git repository. yongzao pushed a commit to branch rc/2.0.6 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 8f6d4b5076eaf05660fa2139b980bc3887093ab6 Author: Yongzao <[email protected]> AuthorDate: Tue Dec 16 16:44:40 2025 +0800 [AINode] Bump version to 2.0.6 --- iotdb-core/ainode/pom.xml | 12 ++++++------ iotdb-core/ainode/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml index 1a3be76b633..e9353db65a3 100644 --- a/iotdb-core/ainode/pom.xml +++ b/iotdb-core/ainode/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-core</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> </parent> <artifactId>iotdb-ainode</artifactId> <name>IoTDB: Core: AINode</name> @@ -33,31 +33,31 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-ainode</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-python-api</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index 1dc4c7f61e7..151eeebb757 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "apache-iotdb-ainode" -version = "2.0.6.dev" +version = "2.0.6" description = "Apache IoTDB AINode" readme = "README.md" authors = ["Apache Software Foundation <[email protected]>"]
