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 b88b5dc62ff [maven-release-plugin] prepare release v2.0.8
b88b5dc62ff is described below

commit b88b5dc62ffb0329fdc4dfd479fc46e9cf416a56
Author: HTHou <[email protected]>
AuthorDate: Fri Apr 10 10:03:06 2026 +0800

    [maven-release-plugin] prepare release v2.0.8
---
 code-coverage/pom.xml                      |  2 +-
 distribution/pom.xml                       | 14 +++++------
 example/jdbc/pom.xml                       |  2 +-
 example/mqtt-customize/pom.xml             |  2 +-
 example/mqtt/pom.xml                       |  2 +-
 example/pipe-count-point-processor/pom.xml |  2 +-
 example/pipe-opc-ua-sink/pom.xml           |  2 +-
 example/pom.xml                            |  2 +-
 example/rest-java-example/pom.xml          |  2 +-
 example/schema/pom.xml                     |  2 +-
 example/session/pom.xml                    |  2 +-
 example/trigger/pom.xml                    |  2 +-
 example/udf/pom.xml                        |  2 +-
 external-service-impl/mqtt/pom.xml         | 12 ++++-----
 external-service-impl/pom.xml              |  4 +--
 external-service-impl/rest-openapi/pom.xml |  2 +-
 external-service-impl/rest/pom.xml         | 16 ++++++------
 integration-test/pom.xml                   | 38 ++++++++++++++--------------
 iotdb-api/external-api/pom.xml             |  2 +-
 iotdb-api/external-service-api/pom.xml     |  2 +-
 iotdb-api/pipe-api/pom.xml                 |  2 +-
 iotdb-api/pom.xml                          |  2 +-
 iotdb-api/trigger-api/pom.xml              |  2 +-
 iotdb-api/udf-api/pom.xml                  |  2 +-
 iotdb-client/cli/pom.xml                   | 22 ++++++++--------
 iotdb-client/client-py/pom.xml             |  8 +++---
 iotdb-client/isession/pom.xml              |  8 +++---
 iotdb-client/jdbc/pom.xml                  |  8 +++---
 iotdb-client/pom.xml                       |  2 +-
 iotdb-client/service-rpc/pom.xml           |  6 ++---
 iotdb-client/session/pom.xml               | 10 ++++----
 iotdb-core/antlr/pom.xml                   |  2 +-
 iotdb-core/confignode/pom.xml              | 26 +++++++++----------
 iotdb-core/consensus/pom.xml               | 14 +++++------
 iotdb-core/datanode/pom.xml                | 40 +++++++++++++++---------------
 iotdb-core/metrics/core/pom.xml            |  4 +--
 iotdb-core/metrics/interface/pom.xml       |  8 +++---
 iotdb-core/metrics/pom.xml                 |  2 +-
 iotdb-core/node-commons/pom.xml            | 26 +++++++++----------
 iotdb-core/pom.xml                         |  2 +-
 iotdb-core/relational-grammar/pom.xml      |  2 +-
 iotdb-protocol/pom.xml                     |  2 +-
 iotdb-protocol/thrift-ainode/pom.xml       |  4 +--
 iotdb-protocol/thrift-commons/pom.xml      |  2 +-
 iotdb-protocol/thrift-confignode/pom.xml   |  4 +--
 iotdb-protocol/thrift-consensus/pom.xml    |  4 +--
 iotdb-protocol/thrift-datanode/pom.xml     |  4 +--
 library-udf/pom.xml                        |  4 +--
 pom.xml                                    |  4 +--
 49 files changed, 170 insertions(+), 170 deletions(-)

diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index d49ea0714c8..06defd5e13a 100644
--- a/code-coverage/pom.xml
+++ b/code-coverage/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-code-coverage</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4fc7efea315..5086a701f45 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-distribution</artifactId>
     <packaging>pom</packaging>
@@ -33,36 +33,36 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <type>zip</type>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-cli</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <type>zip</type>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-confignode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <type>zip</type>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>library-udf</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>mqtt</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>rest</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 0a426a94f0a..88d9f16e289 100644
--- a/example/jdbc/pom.xml
+++ b/example/jdbc/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>jdbc-example</artifactId>
     <name>IoTDB: Example: JDBC</name>
diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml
index 6d0ba2d0953..56cc78fc77a 100644
--- a/example/mqtt-customize/pom.xml
+++ b/example/mqtt-customize/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>customize-mqtt-example</artifactId>
     <name>IoTDB: Example: Customized MQTT</name>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index 90f9b2772b9..ea3dcb25092 100644
--- a/example/mqtt/pom.xml
+++ b/example/mqtt/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>mqtt-example</artifactId>
     <name>IoTDB: Example: MQTT</name>
diff --git a/example/pipe-count-point-processor/pom.xml 
b/example/pipe-count-point-processor/pom.xml
index 0e81eef721e..7df2af29455 100644
--- a/example/pipe-count-point-processor/pom.xml
+++ b/example/pipe-count-point-processor/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>pipe-count-point-processor-example</artifactId>
     <name>IoTDB: Example: Pipe: Count Point Processor</name>
diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml
index fdb07367dc2..d6c267a7a71 100644
--- a/example/pipe-opc-ua-sink/pom.xml
+++ b/example/pipe-opc-ua-sink/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pipe-opc-ua-sink-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index 9af648e0d26..9a07141a918 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-examples</artifactId>
     <packaging>pom</packaging>
diff --git a/example/rest-java-example/pom.xml 
b/example/rest-java-example/pom.xml
index 46449472875..9e3bc562e4b 100644
--- a/example/rest-java-example/pom.xml
+++ b/example/rest-java-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>rest-java-example</artifactId>
     <name>IoTDB: Example: Java Rest</name>
diff --git a/example/schema/pom.xml b/example/schema/pom.xml
index f5e9c5bfe6e..c7735f8c53c 100644
--- a/example/schema/pom.xml
+++ b/example/schema/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>schema-example</artifactId>
     <name>IoTDB: Example: Schema</name>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index e707c5b25d1..43549f3139f 100644
--- a/example/session/pom.xml
+++ b/example/session/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-example</artifactId>
     <name>IoTDB: Example: Session Client</name>
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index 3e704a4de18..83c1e4b43ad 100644
--- a/example/trigger/pom.xml
+++ b/example/trigger/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>trigger-example</artifactId>
     <name>IoTDB: Example: Trigger</name>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index 5036e4ab3b2..0afab026cc2 100644
--- a/example/udf/pom.xml
+++ b/example/udf/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>udf-example</artifactId>
     <name>IoTDB: Example: UDF</name>
diff --git a/external-service-impl/mqtt/pom.xml 
b/external-service-impl/mqtt/pom.xml
index 5ec51069b21..590fefa1bfc 100644
--- a/external-service-impl/mqtt/pom.xml
+++ b/external-service-impl/mqtt/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>external-service-impl</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>mqtt</artifactId>
     <name>IoTDB: External-Service-Impl: MQTT</name>
@@ -81,7 +81,7 @@
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
             <scope>provided</scope>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
@@ -96,7 +96,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>
         <dependency>
@@ -119,13 +119,13 @@
         <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>node-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -136,7 +136,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/external-service-impl/pom.xml b/external-service-impl/pom.xml
index 04483b289f3..26597c06d96 100644
--- a/external-service-impl/pom.xml
+++ b/external-service-impl/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>external-service-impl</artifactId>
     <name>IoTDB: External-Service-Impl</name>
@@ -44,7 +44,7 @@
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
             <scope>provided</scope>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/external-service-impl/rest-openapi/pom.xml 
b/external-service-impl/rest-openapi/pom.xml
index 3b46227cf61..d78f1656a03 100644
--- a/external-service-impl/rest-openapi/pom.xml
+++ b/external-service-impl/rest-openapi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>external-service-impl</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>rest-openapi</artifactId>
     <name>IoTDB: External-Service-Impl: Rest-OpenAPI</name>
diff --git a/external-service-impl/rest/pom.xml 
b/external-service-impl/rest/pom.xml
index a5a1d76a1b2..5247b2fce4d 100644
--- a/external-service-impl/rest/pom.xml
+++ b/external-service-impl/rest/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>external-service-impl</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>rest</artifactId>
     <name>IoTDB: External-Service-Impl: Rest</name>
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>rest-openapi</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <exclusions>
                 <!-- repeated in datanode -->
                 <exclusion>
@@ -107,19 +107,19 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-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-server</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-session</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -157,7 +157,7 @@
         <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>
@@ -175,7 +175,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>
         <dependency>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index a4776a57c55..85da4a4693d 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>integration-test</artifactId>
     <name>IoTDB: Integration-Test</name>
@@ -87,47 +87,47 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-session</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -137,7 +137,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
@@ -147,7 +147,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -168,17 +168,17 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-confignode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-cli</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
@@ -203,7 +203,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
@@ -230,19 +230,19 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>mqtt</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <!--We will integrate mqtt-jar-with-dependencies into lib by 
assembly plugin-->
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>rest</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
             <!--We will integrate rest-jar-with-dependencies into lib by 
assembly plugin-->
             <scope>provided</scope>
         </dependency>
diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml
index 3408fa3c676..042c6bc5a64 100644
--- a/iotdb-api/external-api/pom.xml
+++ b/iotdb-api/external-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>external-api</artifactId>
     <name>IoTDB: API: External API</name>
diff --git a/iotdb-api/external-service-api/pom.xml 
b/iotdb-api/external-service-api/pom.xml
index adbb6e6ffb0..b04692ca7c4 100644
--- a/iotdb-api/external-service-api/pom.xml
+++ b/iotdb-api/external-service-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>external-service-api</artifactId>
     <name>IoTDB: API: External Service API</name>
diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml
index 07f18c904b2..78cbd919d92 100644
--- a/iotdb-api/pipe-api/pom.xml
+++ b/iotdb-api/pipe-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>pipe-api</artifactId>
     <name>IoTDB: API: Pipe API</name>
diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml
index d724f9d11a9..bf040de1545 100644
--- a/iotdb-api/pom.xml
+++ b/iotdb-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-api</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml
index 909e23791c7..45dd538c10b 100644
--- a/iotdb-api/trigger-api/pom.xml
+++ b/iotdb-api/trigger-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>trigger-api</artifactId>
     <name>IoTDB: API: Trigger API</name>
diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml
index 4235a63430c..a69c139e932 100644
--- a/iotdb-api/udf-api/pom.xml
+++ b/iotdb-api/udf-api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-api</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>udf-api</artifactId>
     <name>IoTDB: API: UDF API</name>
diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml
index 1662b8db987..60d78d6a452 100644
--- a/iotdb-client/cli/pom.xml
+++ b/iotdb-client/cli/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>iotdb-cli</artifactId>
     <name>IoTDB: Client: CLI</name>
@@ -37,37 +37,37 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-session</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-antlr</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -82,17 +82,17 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 48a20680a28..4345b83bf73 100644
--- a/iotdb-client/client-py/pom.xml
+++ b/iotdb-client/client-py/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>iotdb-python-api</artifactId>
     <name>IoTDB: Client: Python-API</name>
@@ -34,19 +34,19 @@
         <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</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>
     </dependencies>
diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml
index ec63adb33fa..17605253a6a 100644
--- a/iotdb-client/isession/pom.xml
+++ b/iotdb-client/isession/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>isession</artifactId>
     <name>IoTDB: Client: isession</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -47,12 +47,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 6cc3e2c810d..c2644de6562 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/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>iotdb-jdbc</artifactId>
     <name>IoTDB: Client: Jdbc</name>
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml
index 55d23f9ba24..47ddfab8961 100644
--- a/iotdb-client/pom.xml
+++ b/iotdb-client/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-client</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml
index 4ca56f496a8..747c1c15f8c 100644
--- a/iotdb-client/service-rpc/pom.xml
+++ b/iotdb-client/service-rpc/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>service-rpc</artifactId>
     <name>IoTDB: Client: Service-RPC</name>
@@ -60,12 +60,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml
index d9306c1f61f..0aa9939399e 100644
--- a/iotdb-client/session/pom.xml
+++ b/iotdb-client/session/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>iotdb-session</artifactId>
     <name>IoTDB: Client: Session</name>
@@ -37,17 +37,17 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml
index 73adf4587a6..434bb10cea2 100644
--- a/iotdb-core/antlr/pom.xml
+++ b/iotdb-core/antlr/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-antlr</artifactId>
     <name>IoTDB: Core: Antlr-Parser</name>
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index 1112363f466..f3d9eea1ccd 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/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-confignode</artifactId>
     <name>IoTDB: Core: ConfigNode</name>
@@ -42,62 +42,62 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-server</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index ee7bdeb6c98..94134efe7ae 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/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-consensus</artifactId>
     <name>IoTDB: Core: Consensus</name>
@@ -39,32 +39,32 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-consensus</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ratis</groupId>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 8b530204896..71ae64abf8f 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/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-server</artifactId>
     <name>IoTDB: Core: Data-Node (Server)</name>
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-consensus</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -57,82 +57,82 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>node-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-antlr</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-relational-grammar</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-consensus</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-session</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>io.airlift</groupId>
@@ -270,7 +270,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml
index 1c1ee21110e..7ba8287c1f6 100644
--- a/iotdb-core/metrics/core/pom.xml
+++ b/iotdb-core/metrics/core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>metrics-core</artifactId>
     <name>IoTDB: Core: Metrics: API Impl</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
diff --git a/iotdb-core/metrics/interface/pom.xml 
b/iotdb-core/metrics/interface/pom.xml
index a391cd7d872..0d0d3a97647 100644
--- a/iotdb-core/metrics/interface/pom.xml
+++ b/iotdb-core/metrics/interface/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>metrics-interface</artifactId>
     <name>IoTDB: Core: Metrics: Metrics API</name>
@@ -33,17 +33,17 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-session</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>isession</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml
index a201a6413a5..a5eea1123b2 100644
--- a/iotdb-core/metrics/pom.xml
+++ b/iotdb-core/metrics/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-metrics</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index 24f33d0de8b..abfb6020f5e 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/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>node-commons</artifactId>
     <name>IoTDB: Core: Node Commons</name>
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>service-rpc</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -48,47 +48,47 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-service-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>trigger-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>pipe-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-confignode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-ainode</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-consensus</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
@@ -98,12 +98,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-core</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml
index afa8ba25d26..f9288d37046 100644
--- a/iotdb-core/pom.xml
+++ b/iotdb-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-core</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-core/relational-grammar/pom.xml 
b/iotdb-core/relational-grammar/pom.xml
index f4fb18bee2c..7c844e98ffd 100644
--- a/iotdb-core/relational-grammar/pom.xml
+++ b/iotdb-core/relational-grammar/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-relational-grammar</artifactId>
     <name>IoTDB: Core: Relational-Antlr-Parser</name>
diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml
index 3d1cfa12eff..10a1cc25437 100644
--- a/iotdb-protocol/pom.xml
+++ b/iotdb-protocol/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-protocol</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-protocol/thrift-ainode/pom.xml 
b/iotdb-protocol/thrift-ainode/pom.xml
index 7099e21ca2f..afa1b5b6947 100644
--- a/iotdb-protocol/thrift-ainode/pom.xml
+++ b/iotdb-protocol/thrift-ainode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-thrift-ainode</artifactId>
     <name>IoTDB: Protocol: Thrift AI Node</name>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/iotdb-protocol/thrift-commons/pom.xml 
b/iotdb-protocol/thrift-commons/pom.xml
index 98e0f974ca3..95ead15f979 100644
--- a/iotdb-protocol/thrift-commons/pom.xml
+++ b/iotdb-protocol/thrift-commons/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-thrift-commons</artifactId>
     <name>IoTDB: Protocol: Thrift Commons</name>
diff --git a/iotdb-protocol/thrift-confignode/pom.xml 
b/iotdb-protocol/thrift-confignode/pom.xml
index cb1d8b89d00..5b5a1068454 100644
--- a/iotdb-protocol/thrift-confignode/pom.xml
+++ b/iotdb-protocol/thrift-confignode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-thrift-confignode</artifactId>
     <name>IoTDB: Protocol: Thrift Config Node</name>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/iotdb-protocol/thrift-consensus/pom.xml 
b/iotdb-protocol/thrift-consensus/pom.xml
index 2177270af22..5a17fbaee6a 100644
--- a/iotdb-protocol/thrift-consensus/pom.xml
+++ b/iotdb-protocol/thrift-consensus/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-thrift-consensus</artifactId>
     <name>IoTDB: Protocol: Thrift Consensus</name>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/iotdb-protocol/thrift-datanode/pom.xml 
b/iotdb-protocol/thrift-datanode/pom.xml
index 0befb71d997..998e379ca87 100644
--- a/iotdb-protocol/thrift-datanode/pom.xml
+++ b/iotdb-protocol/thrift-datanode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>iotdb-thrift</artifactId>
     <name>IoTDB: Protocol: Thrift Data Node</name>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-thrift-commons</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.apache.thrift</groupId>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index e188f5c7fd2..c10eeb4f947 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>2.0.7-SNAPSHOT</version>
+        <version>2.0.8</version>
     </parent>
     <artifactId>library-udf</artifactId>
     <name>IoTDB: UDF</name>
@@ -41,7 +41,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>udf-api</artifactId>
-            <version>2.0.7-SNAPSHOT</version>
+            <version>2.0.8</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index 0e99b7c1ad4..0a5ff4347a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>2.0.7-SNAPSHOT</version>
+    <version>2.0.8</version>
     <packaging>pom</packaging>
     <name>Apache IoTDB Project Parent POM</name>
     <description>This is the top level project that builds, packages the iotdb 
engine, client, and integration libs.</description>
@@ -1419,7 +1419,7 @@
         <connection>scm:git:ssh://[email protected]/apache/iotdb.git</connection>
         
<developerConnection>scm:git:ssh://[email protected]/apache/iotdb.git</developerConnection>
         <url>ssh://[email protected]:apache/iotdb.git</url>
-        <tag>rel/0.10</tag>
+        <tag>v2.0.8</tag>
     </scm>
     <issueManagement>
         <system>Jira</system>

Reply via email to