This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch rc/2.0.2-hotfix
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rc/2.0.2-hotfix by this push:
     new cc0f5a6f3cb [maven-release-plugin] prepare for next development 
iteration
cc0f5a6f3cb is described below

commit cc0f5a6f3cba8dd5e82140a3d0197cb69ccf103d
Author: HTHou <[email protected]>
AuthorDate: Sat May 17 21:56:50 2025 +0800

    [maven-release-plugin] prepare for next development iteration
---
 code-coverage/pom.xml                      | 2 +-
 distribution/pom.xml                       | 2 +-
 example/client-cpp-example/pom.xml         | 2 +-
 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 +-
 integration-test/pom.xml                   | 2 +-
 iotdb-api/external-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                   | 2 +-
 iotdb-client/client-cpp/pom.xml            | 2 +-
 iotdb-client/client-py/pom.xml             | 2 +-
 iotdb-client/isession/pom.xml              | 2 +-
 iotdb-client/jdbc/pom.xml                  | 2 +-
 iotdb-client/pom.xml                       | 2 +-
 iotdb-client/service-rpc/pom.xml           | 2 +-
 iotdb-client/session/pom.xml               | 2 +-
 iotdb-core/ainode/pom.xml                  | 2 +-
 iotdb-core/antlr/pom.xml                   | 2 +-
 iotdb-core/confignode/pom.xml              | 2 +-
 iotdb-core/consensus/pom.xml               | 2 +-
 iotdb-core/datanode/pom.xml                | 2 +-
 iotdb-core/metrics/core/pom.xml            | 2 +-
 iotdb-core/metrics/interface/pom.xml       | 2 +-
 iotdb-core/metrics/pom.xml                 | 2 +-
 iotdb-core/node-commons/pom.xml            | 2 +-
 iotdb-core/pom.xml                         | 2 +-
 iotdb-core/relational-grammar/pom.xml      | 2 +-
 iotdb-protocol/openapi/pom.xml             | 2 +-
 iotdb-protocol/pom.xml                     | 2 +-
 iotdb-protocol/thrift-ainode/pom.xml       | 2 +-
 iotdb-protocol/thrift-commons/pom.xml      | 2 +-
 iotdb-protocol/thrift-confignode/pom.xml   | 2 +-
 iotdb-protocol/thrift-consensus/pom.xml    | 2 +-
 iotdb-protocol/thrift-datanode/pom.xml     | 2 +-
 library-udf/pom.xml                        | 2 +-
 pom.xml                                    | 2 +-
 48 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 3cb63bdccce..14b60bb99e0 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-code-coverage</artifactId>
     <packaging>pom</packaging>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index c94ecafa5b1..25e19951083 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/example/client-cpp-example/pom.xml 
b/example/client-cpp-example/pom.xml
index c08a7751f78..2e832610dba 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>client-cpp-example</artifactId>
     <name>IoTDB: Example: CPP Client</name>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 95ced031e85..7657b700f02 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 a2f687f2252..0b92777b999 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 d8d96325bc2..58063512dbe 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 36342fe8da4..32f0d45c0a8 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 155bac29a52..78a321f27f8 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 0b2ba837e85..debbf00c9fe 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 a95fb6052e9..c392bfc678a 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 a9b5b44a622..2a33ce5d548 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>schema-example</artifactId>
     <name>IoTDB: Example: Schema</name>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index c7899a7f7ee..8014eba7c1d 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 2ade409059e..344376eaab4 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>trigger-example</artifactId>
     <name>IoTDB: Example: Trigger</name>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index e618ae730a8..63f740ab81e 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>udf-example</artifactId>
     <name>IoTDB: Example: UDF</name>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 11a3637b3de..da74b9ab37d 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>integration-test</artifactId>
     <name>IoTDB: Integration-Test</name>
diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml
index 9b484a91e6a..3ff7c0a22b7 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>external-api</artifactId>
     <name>IoTDB: API: External API</name>
diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml
index 12c4f9c804a..3205ac295d6 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 b86cabe7c31..1d24ad04991 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 d108fb88fab..a7fdc0d4d31 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 30388b3126a..fc069af2c4c 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 8097aeefde9..ee5e6358744 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-cli</artifactId>
     <name>IoTDB: Client: CLI</name>
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 146cac034c7..438be022e52 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>client-cpp</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 193c559b3c7..abb45035185 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-python-api</artifactId>
     <name>IoTDB: Client: Python-API</name>
diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml
index c02a22899db..4296e6d4b71 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>isession</artifactId>
     <name>IoTDB: Client: isession</name>
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 924d8e52842..da39b7f90de 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-jdbc</artifactId>
     <name>IoTDB: Client: Jdbc</name>
diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml
index d1d836dd4f4..428a919d92f 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 2e640dffdeb..a7383c8a36a 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>service-rpc</artifactId>
     <name>IoTDB: Client: Service-RPC</name>
diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml
index 3969ea6b314..4b237e23f03 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-session</artifactId>
     <name>IoTDB: Client: Session</name>
diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml
index 4805a7c89b0..092f05967bb 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-ainode</artifactId>
     <name>IoTDB: Core: AINode</name>
diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml
index 83b42a3ddc9..a3d9688ca90 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 d51dfa0ecf5..78c67783edb 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-confignode</artifactId>
     <name>IoTDB: Core: ConfigNode</name>
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index e0ee644bc44..bab09a08f67 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-consensus</artifactId>
     <name>IoTDB: Core: Consensus</name>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 3b28ffb9abc..fd14e1cff7c 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-server</artifactId>
     <name>IoTDB: Core: Data-Node (Server)</name>
diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml
index b18fa433bb8..756f6b5f9f7 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>metrics-core</artifactId>
     <name>IoTDB: Core: Metrics: API Impl</name>
diff --git a/iotdb-core/metrics/interface/pom.xml 
b/iotdb-core/metrics/interface/pom.xml
index 3b4dd27024d..5f6b98a78bc 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>metrics-interface</artifactId>
     <name>IoTDB: Core: Metrics: Metrics API</name>
diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml
index eec02eb75b3..4e3f081bba4 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 233d8283b4d..4232d2f1a28 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>node-commons</artifactId>
     <name>IoTDB: Core: Node Commons</name>
diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml
index 979b584ac33..2186381e024 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 da1698c02fe..9e171d55ede 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-relational-grammar</artifactId>
     <name>IoTDB: Core: Relational-Antlr-Parser</name>
diff --git a/iotdb-protocol/openapi/pom.xml b/iotdb-protocol/openapi/pom.xml
index 45d2cbd1009..3222731a236 100644
--- a/iotdb-protocol/openapi/pom.xml
+++ b/iotdb-protocol/openapi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-protocol</artifactId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>openapi</artifactId>
     <name>IoTDB: Protocol: OpenAPI</name>
diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml
index 0345511b8c1..42d0b8fd78f 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 dd874fddc53..3013e53c318 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-thrift-ainode</artifactId>
     <name>IoTDB: Protocol: Thrift AI Node</name>
diff --git a/iotdb-protocol/thrift-commons/pom.xml 
b/iotdb-protocol/thrift-commons/pom.xml
index 7c2ad960588..11dd8db5c11 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</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 256a426aa80..70e6d97807b 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-thrift-confignode</artifactId>
     <name>IoTDB: Protocol: Thrift Config Node</name>
diff --git a/iotdb-protocol/thrift-consensus/pom.xml 
b/iotdb-protocol/thrift-consensus/pom.xml
index ffe767e641a..c46468417ce 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-thrift-consensus</artifactId>
     <name>IoTDB: Protocol: Thrift Consensus</name>
diff --git a/iotdb-protocol/thrift-datanode/pom.xml 
b/iotdb-protocol/thrift-datanode/pom.xml
index bb945985be0..5e16dd7d133 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>iotdb-thrift</artifactId>
     <name>IoTDB: Protocol: Thrift Data Node</name>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 58a36957ffe..4eb86dacf33 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.3-SNAPSHOT</version>
+        <version>2.0.2-2-SNAPSHOT</version>
     </parent>
     <artifactId>library-udf</artifactId>
     <name>IoTDB: UDF</name>
diff --git a/pom.xml b/pom.xml
index 5afaeb95a25..191070e5257 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.2-2-SNAPSHOT</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>

Reply via email to