This is an automated email from the ASF dual-hosted git repository.
HTHou pushed a commit to branch rc/2.0.10
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.10 by this push:
new 75f76e159ca update version
75f76e159ca is described below
commit 75f76e159ca31b704dc1ee8e6c1e1d835dd9d0e3
Author: HTHou <[email protected]>
AuthorDate: Fri Jul 3 11:16:22 2026 +0800
update version
---
distribution/pom.xml | 2 +-
iotdb-client/client-cpp/pom.xml | 4 ++--
iotdb-client/jdbc/src/main/feature/feature.xml | 2 +-
iotdb-core/ainode/pom.xml | 12 ++++++------
iotdb-core/ainode/pyproject.toml | 4 ++--
5 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 70c72ba9978..4de3648345c 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -251,7 +251,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-ainode</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
</dependency>
</dependencies>
<build>
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 5ab79fd4e59..a10bd2e3ce8 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-client</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
</parent>
<artifactId>client-cpp</artifactId>
<packaging>pom</packaging>
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/iotdb-client/jdbc/src/main/feature/feature.xml
b/iotdb-client/jdbc/src/main/feature/feature.xml
index 033fe46d47c..2faa6f9271f 100644
--- a/iotdb-client/jdbc/src/main/feature/feature.xml
+++ b/iotdb-client/jdbc/src/main/feature/feature.xml
@@ -18,7 +18,7 @@
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0"
name="driver-s7-feature">
- <feature name="iotdb-feature" description="iotdb-feature" version="1.3.3">
+ <feature name="iotdb-feature" description="iotdb-feature" version="2.0.10">
<details>Feature to install required Bundle to use IoTDB inside Karaf
container</details>
<feature prerequisite="true">wrap</feature>
<feature>scr</feature>
diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml
index 59cd82b5a41..2e8c1250f53 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.7-SNAPSHOT</version>
+ <version>2.0.10</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.7-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-confignode</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-ainode</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-python-api</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index 0dc630fb0ff..a49a526ad43 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.7.dev"
+version = "2.0.10"
description = "Apache IoTDB AINode"
readme = "README.md"
authors = ["Apache Software Foundation <[email protected]>"]
@@ -124,4 +124,4 @@ ainode = "iotdb.ainode.core.script:main"
[tool.isort]
profile = "black"
-skip = ["build", "dist", "target"]
\ No newline at end of file
+skip = ["build", "dist", "target"]