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


The following commit(s) were added to refs/heads/rc/2.0.6 by this push:
     new 6ca104299dd don't compile cpp
6ca104299dd is described below

commit 6ca104299ddf4c61e985eda9949b8b2c4aa22f8d
Author: HTHou <[email protected]>
AuthorDate: Thu Jan 15 15:12:32 2026 +0800

    don't compile cpp
---
 iotdb-client/client-cpp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 5a591e76800..ef658846c77 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.6-SNAPSHOT</version>
+        <version>2.0.6</version>
     </parent>
     <artifactId>client-cpp</artifactId>
     <packaging>pom</packaging>
@@ -43,7 +43,7 @@
         <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>
     </dependencies>

Reply via email to