This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch rc/2.0.8
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.8 by this push:
new 27fbab54026 update cpp and ainode version
27fbab54026 is described below
commit 27fbab540264d216e4c3908f5d032f298c0e4d1a
Author: HTHou <[email protected]>
AuthorDate: Fri Apr 10 09:55:40 2026 +0800
update cpp and ainode version
---
distribution/pom.xml | 2 +-
example/client-cpp-example/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 ++--
6 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index f4773f6afad..4fc7efea315 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -187,7 +187,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-ainode</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.8</version>
</dependency>
</dependencies>
<build>
diff --git a/example/client-cpp-example/pom.xml
b/example/client-cpp-example/pom.xml
index c73f12a55df..ba344cb6864 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.7-SNAPSHOT</version>
+ <version>2.0.8</version>
</parent>
<artifactId>client-cpp-example</artifactId>
<name>IoTDB: Example: CPP Client</name>
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index bf0f92204e4..ba8f7175270 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.8</version>
</parent>
<artifactId>client-cpp</artifactId>
<packaging>pom</packaging>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-thrift-commons</artifactId>
- <version>2.0.7-SNAPSHOT</version>
+ <version>2.0.8</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..f25f6c280a0 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.8">
<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..e9ce6358900 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.8</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.8</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.8</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.8</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.8</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.8</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml
index c3965d9d099..04827c19bce 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.8"
description = "Apache IoTDB AINode"
readme = "README.md"
authors = ["Apache Software Foundation <[email protected]>"]
@@ -122,4 +122,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"]