diff --git a/CLAUDE.md b/CLAUDE.md
index 2b57f61c07fb2..e84f3f9afc23d 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -25,7 +25,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Project Overview
-Apache IoTDB is a time series database for IoT data. It uses a distributed architecture with ConfigNodes (metadata/coordination) and DataNodes (storage/query). Data is stored in TsFile columnar format (separate repo: https://github.com/apache/tsfile). Current version is 2.0.7-SNAPSHOT.
+Apache IoTDB is a time series database for IoT data. It uses a distributed architecture with ConfigNodes (metadata/coordination) and DataNodes (storage/query). Data is stored in TsFile columnar format (separate repo: https://github.com/apache/tsfile). Current version is 2.0.11-SNAPSHOT.
## Build Commands
diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index d49ea0714c836..f6aa7d49275e3 100644
--- a/code-coverage/pom.xml
+++ b/code-coverage/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-code-coverage
pom
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 70c72ba99788b..3e618451f58f0 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-distribution
pom
@@ -36,36 +36,36 @@
org.apache.iotdb
iotdb-server
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
zip
org.apache.iotdb
iotdb-cli
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
zip
org.apache.iotdb
iotdb-confignode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
zip
org.apache.iotdb
library-udf
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
mqtt
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
rest
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
@@ -251,7 +251,7 @@
org.apache.iotdb
iotdb-ainode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
diff --git a/docker/ReadMe.md b/docker/ReadMe.md
index f674364626b78..84a8ed12fdd3b 100644
--- a/docker/ReadMe.md
+++ b/docker/ReadMe.md
@@ -108,7 +108,7 @@ docker run -d \
-e AIN_CLUSTER_INGRESS_PORT=6667 \
-e AIN_CLUSTER_INGRESS_USERNAME=root \
-e AIN_CLUSTER_INGRESS_PASSWORD=root \
- apache/iotdb:2.0.7-SNAPSHOT-ainode
+ apache/iotdb:2.0.11-SNAPSHOT-ainode
```
## Quick start
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 36591f292a075..32c22fec42ec9 100644
--- a/example/jdbc/pom.xml
+++ b/example/jdbc/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
jdbc-example
IoTDB: Example: JDBC
diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml
index 6d0ba2d0953d5..4d25efdd7f99e 100644
--- a/example/mqtt-customize/pom.xml
+++ b/example/mqtt-customize/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
customize-mqtt-example
IoTDB: Example: Customized MQTT
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index 90f9b2772b9d1..8d08cdd087c4d 100644
--- a/example/mqtt/pom.xml
+++ b/example/mqtt/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
mqtt-example
IoTDB: Example: MQTT
diff --git a/example/pipe-count-point-processor/pom.xml b/example/pipe-count-point-processor/pom.xml
index 99e7a64c37e08..537ed26df5c16 100644
--- a/example/pipe-count-point-processor/pom.xml
+++ b/example/pipe-count-point-processor/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
pipe-count-point-processor-example
IoTDB: Example: Pipe: Count Point Processor
diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml
index fdb07367dc2cb..916e5262c62b2 100644
--- a/example/pipe-opc-ua-sink/pom.xml
+++ b/example/pipe-opc-ua-sink/pom.xml
@@ -23,7 +23,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
4.0.0
pipe-opc-ua-sink-example
diff --git a/example/pom.xml b/example/pom.xml
index 0c2e6f50d7cd2..f7767ce6cb581 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-examples
pom
diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml
index 464494728751d..4e2fd6218066d 100644
--- a/example/rest-java-example/pom.xml
+++ b/example/rest-java-example/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
rest-java-example
IoTDB: Example: Java Rest
diff --git a/example/schema/pom.xml b/example/schema/pom.xml
index f5e9c5bfe6e62..b3994a798ed90 100644
--- a/example/schema/pom.xml
+++ b/example/schema/pom.xml
@@ -24,7 +24,7 @@
iotdb-examples
org.apache.iotdb
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
schema-example
IoTDB: Example: Schema
diff --git a/example/session/pom.xml b/example/session/pom.xml
index e707c5b25d1ce..72d5dd5eea1a4 100644
--- a/example/session/pom.xml
+++ b/example/session/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
client-example
IoTDB: Example: Session Client
diff --git a/example/subscription/pom.xml b/example/subscription/pom.xml
index ed7512457cb96..21314348f7af3 100644
--- a/example/subscription/pom.xml
+++ b/example/subscription/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
subscription-example
IoTDB: Example: Subscription Client
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index 3e704a4de1848..d55947c2b7467 100644
--- a/example/trigger/pom.xml
+++ b/example/trigger/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
trigger-example
IoTDB: Example: Trigger
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index 5036e4ab3b2a9..bebd303600d16 100644
--- a/example/udf/pom.xml
+++ b/example/udf/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-examples
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
udf-example
IoTDB: Example: UDF
diff --git a/external-service-impl/mqtt/pom.xml b/external-service-impl/mqtt/pom.xml
index e8de37a95142e..eb9a918102162 100644
--- a/external-service-impl/mqtt/pom.xml
+++ b/external-service-impl/mqtt/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
external-service-impl
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
mqtt
IoTDB: External-Service-Impl: MQTT
@@ -81,7 +81,7 @@
org.apache.iotdb
iotdb-server
provided
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
com.google.code.gson
@@ -96,7 +96,7 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
@@ -119,13 +119,13 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
node-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
@@ -136,7 +136,7 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
diff --git a/external-service-impl/pom.xml b/external-service-impl/pom.xml
index cd2e5fad073c1..617c76b32a9b4 100644
--- a/external-service-impl/pom.xml
+++ b/external-service-impl/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
external-service-impl
IoTDB: External-Service-Impl
@@ -44,7 +44,7 @@
org.apache.iotdb
external-service-api
provided
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
junit
diff --git a/external-service-impl/rest-openapi/pom.xml b/external-service-impl/rest-openapi/pom.xml
index 010cc231c7150..2b3f7a8e96ef8 100644
--- a/external-service-impl/rest-openapi/pom.xml
+++ b/external-service-impl/rest-openapi/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
external-service-impl
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
rest-openapi
IoTDB: External-Service-Impl: Rest-OpenAPI
diff --git a/external-service-impl/rest/pom.xml b/external-service-impl/rest/pom.xml
index 5287a25440cc8..f6cedd0079684 100644
--- a/external-service-impl/rest/pom.xml
+++ b/external-service-impl/rest/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
external-service-impl
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
rest
IoTDB: External-Service-Impl: Rest
@@ -42,7 +42,7 @@
org.apache.iotdb
rest-openapi
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
rest
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml
index 3408fa3c67697..6cc744e1b7e24 100644
--- a/iotdb-api/external-api/pom.xml
+++ b/iotdb-api/external-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
external-api
IoTDB: API: External API
diff --git a/iotdb-api/external-service-api/pom.xml b/iotdb-api/external-service-api/pom.xml
index adbb6e6ffb001..cdbe6577c277b 100644
--- a/iotdb-api/external-service-api/pom.xml
+++ b/iotdb-api/external-service-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
external-service-api
IoTDB: API: External Service API
diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml
index 9935e244e9cdf..36d0141d09fb2 100644
--- a/iotdb-api/pipe-api/pom.xml
+++ b/iotdb-api/pipe-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
pipe-api
IoTDB: API: Pipe API
diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml
index d724f9d11a973..b9a83e9b7867c 100644
--- a/iotdb-api/pom.xml
+++ b/iotdb-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-api
pom
diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml
index 9a6c4546e36ce..64b38176e575b 100644
--- a/iotdb-api/trigger-api/pom.xml
+++ b/iotdb-api/trigger-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
trigger-api
IoTDB: API: Trigger API
diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml
index 9a22a1f6f82bb..e90dd26be6c47 100644
--- a/iotdb-api/udf-api/pom.xml
+++ b/iotdb-api/udf-api/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
udf-api
IoTDB: API: UDF API
diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml
index 3b57dbb191b3e..5de247a084a09 100644
--- a/iotdb-client/cli/pom.xml
+++ b/iotdb-client/cli/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-cli
IoTDB: Client: CLI
@@ -37,47 +37,47 @@
org.apache.iotdb
iotdb-session
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-subscription
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-jdbc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-antlr
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
node-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-server
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
calc-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
isession
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -92,17 +92,17 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.slf4j
diff --git a/iotdb-client/client-cpp/README.md b/iotdb-client/client-cpp/README.md
index a88293738fdbc..3f6664fcba337 100644
--- a/iotdb-client/client-cpp/README.md
+++ b/iotdb-client/client-cpp/README.md
@@ -49,8 +49,8 @@ run:
Example:
```bash
-unzip iotdb-session-cpp-2.0.7-SNAPSHOT-linux-x86_64-glibc2.28.zip
-export IOTDB_SESSION_HOME=$PWD/iotdb-session-cpp-2.0.7-SNAPSHOT-linux-x86_64-glibc2.28
+unzip iotdb-session-cpp-2.0.11-SNAPSHOT-linux-x86_64-glibc2.28.zip
+export IOTDB_SESSION_HOME=$PWD/iotdb-session-cpp-2.0.11-SNAPSHOT-linux-x86_64-glibc2.28
```
The unpacked SDK contains public headers, one runtime library, CMake and
diff --git a/iotdb-client/client-cpp/README_zh.md b/iotdb-client/client-cpp/README_zh.md
index 7c4326d661da1..2c152fee4ee5b 100644
--- a/iotdb-client/client-cpp/README_zh.md
+++ b/iotdb-client/client-cpp/README_zh.md
@@ -49,8 +49,8 @@
示例:
```bash
-unzip iotdb-session-cpp-2.0.7-SNAPSHOT-linux-x86_64-glibc2.28.zip
-export IOTDB_SESSION_HOME=$PWD/iotdb-session-cpp-2.0.7-SNAPSHOT-linux-x86_64-glibc2.28
+unzip iotdb-session-cpp-2.0.11-SNAPSHOT-linux-x86_64-glibc2.28.zip
+export IOTDB_SESSION_HOME=$PWD/iotdb-session-cpp-2.0.11-SNAPSHOT-linux-x86_64-glibc2.28
```
解压后的 SDK 主要包含:
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 04f7fa1bd2dbe..288acfcb55880 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
client-cpp
pom
@@ -68,7 +68,7 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 48a20680a2864..04ba76b63e4e0 100644
--- a/iotdb-client/client-py/pom.xml
+++ b/iotdb-client/client-py/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-python-api
IoTDB: Client: Python-API
@@ -34,19 +34,19 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
iotdb-thrift-confignode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml
index 7dfd65096053a..90592baf1a8ed 100644
--- a/iotdb-client/isession/pom.xml
+++ b/iotdb-client/isession/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
isession
IoTDB: Client: isession
@@ -32,7 +32,7 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -47,12 +47,12 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.thrift
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 6cc3e2c810d73..8a9b6e6fe7130 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-jdbc
IoTDB: Client: Jdbc
@@ -38,12 +38,12 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -58,7 +58,7 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.thrift
diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml
index 3b1eb9b605160..1d0c8d42e2123 100644
--- a/iotdb-client/pom.xml
+++ b/iotdb-client/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-client
pom
diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml
index 98a5e0d727e8a..206cc949fe440 100644
--- a/iotdb-client/service-rpc/pom.xml
+++ b/iotdb-client/service-rpc/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
service-rpc
IoTDB: Client: Service-RPC
@@ -55,12 +55,12 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.thrift
diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml
index f375374d4ee1a..c2db27c0824b9 100644
--- a/iotdb-client/session/pom.xml
+++ b/iotdb-client/session/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-session
IoTDB: Client: Session
@@ -37,17 +37,17 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
isession
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -67,7 +67,7 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.slf4j
diff --git a/iotdb-client/subscription/pom.xml b/iotdb-client/subscription/pom.xml
index 2d681454bc35b..fa48d524747d4 100644
--- a/iotdb-client/subscription/pom.xml
+++ b/iotdb-client/subscription/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-client
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-subscription
IoTDB: Client: Subscription
@@ -32,32 +32,32 @@
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
isession
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-session
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml
index 59cd82b5a41dd..80cab2a052b6b 100644
--- a/iotdb-core/ainode/pom.xml
+++ b/iotdb-core/ainode/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-ainode
IoTDB: Core: AINode
@@ -33,31 +33,31 @@
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
iotdb-thrift-confignode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
iotdb-thrift-ainode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
org.apache.iotdb
iotdb-python-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
provided
diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml
index 73adf4587a68b..5b8410917c9f1 100644
--- a/iotdb-core/antlr/pom.xml
+++ b/iotdb-core/antlr/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-antlr
IoTDB: Core: Antlr-Parser
diff --git a/iotdb-core/calc-commons/pom.xml b/iotdb-core/calc-commons/pom.xml
index fbe69d074c839..baa6d16bad444 100644
--- a/iotdb-core/calc-commons/pom.xml
+++ b/iotdb-core/calc-commons/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
calc-commons
IoTDB: Core: Calc Commons
@@ -38,7 +38,7 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -53,27 +53,27 @@
org.apache.iotdb
node-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
udf-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
metrics-interface
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
io.airlift
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index 7d9ffd481cf2a..4bf643b871e67 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-confignode
IoTDB: Core: ConfigNode
@@ -43,72 +43,72 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-subscription
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-consensus
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-server
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
calc-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
trigger-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
metrics-interface
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-confignode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-ainode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
node-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
udf-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index a3344af67452f..5d4b785ef73f0 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-consensus
IoTDB: Core: Consensus
@@ -39,32 +39,32 @@
org.apache.iotdb
node-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
metrics-interface
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-consensus
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.ratis
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 91f2ffd3826bd..045c9f3c2d667 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-server
IoTDB: Core: Data-Node (Server)
@@ -37,17 +37,17 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-subscription
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-consensus
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -62,87 +62,87 @@
org.apache.iotdb
external-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
node-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
calc-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
isession
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-antlr
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-relational-grammar
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-consensus
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
external-service-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
udf-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
trigger-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
metrics-interface
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-confignode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-ainode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-session
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
io.airlift
@@ -280,7 +280,7 @@
org.apache.iotdb
metrics-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.mockito
diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml
index 33d45c2613e9f..2fa80bf1b1126 100644
--- a/iotdb-core/metrics/core/pom.xml
+++ b/iotdb-core/metrics/core/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-metrics
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
metrics-core
IoTDB: Core: Metrics: API Impl
@@ -32,7 +32,7 @@
org.apache.iotdb
metrics-interface
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
io.micrometer
diff --git a/iotdb-core/metrics/interface/pom.xml b/iotdb-core/metrics/interface/pom.xml
index 9bce177f22829..1f1286f2c1857 100644
--- a/iotdb-core/metrics/interface/pom.xml
+++ b/iotdb-core/metrics/interface/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-metrics
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
metrics-interface
IoTDB: Core: Metrics: Metrics API
@@ -33,17 +33,17 @@
org.apache.iotdb
iotdb-session
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
isession
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml
index a201a6413a5a5..b864972236c0c 100644
--- a/iotdb-core/metrics/pom.xml
+++ b/iotdb-core/metrics/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-metrics
pom
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index f0a1afcb8221c..2baf82bf21cb0 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
node-commons
IoTDB: Core: Node Commons
@@ -38,12 +38,12 @@
org.apache.iotdb
service-rpc
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-subscription
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -53,52 +53,52 @@
org.apache.iotdb
external-service-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-relational-grammar
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
udf-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
trigger-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
pipe-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-confignode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-ainode
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
iotdb-thrift-consensus
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.tsfile
@@ -108,12 +108,12 @@
org.apache.iotdb
metrics-interface
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.iotdb
metrics-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
io.dropwizard.metrics
diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml
index 7566dbd82adf1..6efbda07d0622 100644
--- a/iotdb-core/pom.xml
+++ b/iotdb-core/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-core
pom
diff --git a/iotdb-core/relational-grammar/pom.xml b/iotdb-core/relational-grammar/pom.xml
index 76acbf3355057..6e7012b63ffa5 100644
--- a/iotdb-core/relational-grammar/pom.xml
+++ b/iotdb-core/relational-grammar/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-core
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-relational-grammar
IoTDB: Core: Relational-Antlr-Parser
diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml
index 3d1cfa12effcc..78bdf2f5bae7c 100644
--- a/iotdb-protocol/pom.xml
+++ b/iotdb-protocol/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-protocol
pom
diff --git a/iotdb-protocol/thrift-ainode/pom.xml b/iotdb-protocol/thrift-ainode/pom.xml
index 7099e21ca2f18..eee0a3762534e 100644
--- a/iotdb-protocol/thrift-ainode/pom.xml
+++ b/iotdb-protocol/thrift-ainode/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-protocol
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-thrift-ainode
IoTDB: Protocol: Thrift AI Node
@@ -41,7 +41,7 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
diff --git a/iotdb-protocol/thrift-commons/pom.xml b/iotdb-protocol/thrift-commons/pom.xml
index 98e0f974ca372..4438a3706fc14 100644
--- a/iotdb-protocol/thrift-commons/pom.xml
+++ b/iotdb-protocol/thrift-commons/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-protocol
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-thrift-commons
IoTDB: Protocol: Thrift Commons
diff --git a/iotdb-protocol/thrift-confignode/pom.xml b/iotdb-protocol/thrift-confignode/pom.xml
index cb1d8b89d007d..b13d2a6d80b77 100644
--- a/iotdb-protocol/thrift-confignode/pom.xml
+++ b/iotdb-protocol/thrift-confignode/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-protocol
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-thrift-confignode
IoTDB: Protocol: Thrift Config Node
@@ -41,7 +41,7 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
diff --git a/iotdb-protocol/thrift-consensus/pom.xml b/iotdb-protocol/thrift-consensus/pom.xml
index 2177270af220c..8163f406a12c7 100644
--- a/iotdb-protocol/thrift-consensus/pom.xml
+++ b/iotdb-protocol/thrift-consensus/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-protocol
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-thrift-consensus
IoTDB: Protocol: Thrift Consensus
@@ -33,7 +33,7 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.slf4j
diff --git a/iotdb-protocol/thrift-datanode/pom.xml b/iotdb-protocol/thrift-datanode/pom.xml
index 0befb71d99732..7d86774df2b5a 100644
--- a/iotdb-protocol/thrift-datanode/pom.xml
+++ b/iotdb-protocol/thrift-datanode/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-protocol
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
iotdb-thrift
IoTDB: Protocol: Thrift Data Node
@@ -33,7 +33,7 @@
org.apache.iotdb
iotdb-thrift-commons
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.apache.thrift
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index a452bbcc70af3..ef592895cc395 100644
--- a/library-udf/pom.xml
+++ b/library-udf/pom.xml
@@ -24,7 +24,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
library-udf
IoTDB: UDF
@@ -41,7 +41,7 @@
org.apache.iotdb
udf-api
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
org.slf4j
diff --git a/pom.xml b/pom.xml
index ac80880bd4256..4b0f44bbad353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
org.apache.iotdb
iotdb-parent
- 2.0.7-SNAPSHOT
+ 2.0.11-SNAPSHOT
pom
Apache IoTDB Project Parent POM
This is the top level project that builds, packages the iotdb engine, client, and integration libs.