From 9eab087c7ecb8c9e61019ebdd555b63a2b2182d7 Mon Sep 17 00:00:00 2001 From: JackieTien97 Date: Thu, 18 Dec 2025 14:14:25 +0800 Subject: [PATCH] Bump version to 2.0.7-SNAPSHOT --- code-coverage/pom.xml | 2 +- distribution/pom.xml | 12 +++---- 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 | 32 ++++++++--------- 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 | 22 ++++++------ iotdb-client/client-cpp/pom.xml | 4 +-- 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/ainode/pom.xml | 12 +++---- 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 | 24 ++++++------- 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 | 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 | 2 +- 48 files changed, 156 insertions(+), 156 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 7bc194fbb6bf3..d49ea0714c836 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index 1f52168340cbe..38c4602d1135b 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-distribution pom @@ -33,25 +33,25 @@ org.apache.iotdb iotdb-server - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT zip org.apache.iotdb iotdb-cli - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT zip org.apache.iotdb iotdb-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT zip org.apache.iotdb library-udf - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT @@ -174,7 +174,7 @@ org.apache.iotdb iotdb-ainode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 11d794f082c77..c73f12a55dfc6 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT client-cpp-example IoTDB: Example: CPP Client diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 83f397d63efc6..0a426a94f0a44 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT jdbc-example IoTDB: Example: JDBC diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index 9a530f49fd97b..2624571f4e87d 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index b3e7e0c238dc2..90f9b2772b9d1 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-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 aaadc02eabb21..0e81eef721eb3 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.6-SNAPSHOT + 2.0.7-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 6a014679041e9..fdb07367dc2cb 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.6-SNAPSHOT + 2.0.7-SNAPSHOT 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index cce52b920c46a..9af648e0d262a 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-examples pom diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index 32aea85937b41..464494728751d 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.6-SNAPSHOT + 2.0.7-SNAPSHOT rest-java-example IoTDB: Example: Java Rest diff --git a/example/schema/pom.xml b/example/schema/pom.xml index 46ee22fd31a90..f5e9c5bfe6e62 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT schema-example IoTDB: Example: Schema diff --git a/example/session/pom.xml b/example/session/pom.xml index bfd5e9cbf7ba8..e707c5b25d1ce 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 82247324b484c..3e704a4de1848 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT trigger-example IoTDB: Example: Trigger diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 04a63e700cd4a..5036e4ab3b2a9 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 007816ba83605..150419970a0c8 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT integration-test IoTDB: Integration-Test @@ -87,47 +87,47 @@ org.apache.iotdb iotdb-server - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-session - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-jdbc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb trigger-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb isession - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb node-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -137,7 +137,7 @@ org.apache.iotdb udf-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb @@ -147,7 +147,7 @@ org.apache.iotdb iotdb-consensus - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.slf4j @@ -168,17 +168,17 @@ org.apache.iotdb iotdb-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-cli - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.bouncycastle @@ -204,7 +204,7 @@ org.apache.iotdb iotdb-server - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT test-jar test diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index bed0912aa981d..3408fa3c67697 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.6-SNAPSHOT + 2.0.7-SNAPSHOT external-api IoTDB: API: External API diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index 265fb5ddd77ff..83a5f55da1c36 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.6-SNAPSHOT + 2.0.7-SNAPSHOT pipe-api IoTDB: API: Pipe API diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index a948aef0756bb..56c3efcd6f086 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index d8d32e5819ecc..909e23791c7b7 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.6-SNAPSHOT + 2.0.7-SNAPSHOT trigger-api IoTDB: API: Trigger API diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index 303c4448e1d46..4235a63430c15 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.6-SNAPSHOT + 2.0.7-SNAPSHOT udf-api IoTDB: API: UDF API diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index 5fb62a85c1b23..1662b8db98730 100644 --- a/iotdb-client/cli/pom.xml +++ b/iotdb-client/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-cli IoTDB: Client: CLI @@ -37,37 +37,37 @@ org.apache.iotdb iotdb-session - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-jdbc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-antlr - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb node-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-server - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb isession - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -82,17 +82,17 @@ org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb pipe-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.slf4j diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index 5a591e768007c..34854110dd00f 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.6-SNAPSHOT + 2.0.7-SNAPSHOT client-cpp pom @@ -43,7 +43,7 @@ org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index eedf50a8d6bcb..48a20680a2864 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.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-python-api IoTDB: Client: Python-API @@ -34,19 +34,19 @@ org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided org.apache.iotdb iotdb-thrift-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index e55c5cd1a50ec..ec63adb33fad1 100644 --- a/iotdb-client/isession/pom.xml +++ b/iotdb-client/isession/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT isession IoTDB: Client: isession @@ -32,7 +32,7 @@ org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -47,12 +47,12 @@ org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 8a57ae3692b94..6cc3e2c810d73 100644 --- a/iotdb-client/jdbc/pom.xml +++ b/iotdb-client/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-jdbc IoTDB: Client: Jdbc @@ -38,12 +38,12 @@ org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -58,7 +58,7 @@ org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index 3b8862471e4d6..55d23f9ba24df 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 089ac48b2e7a7..4ca56f496a83b 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.6-SNAPSHOT + 2.0.7-SNAPSHOT service-rpc IoTDB: Client: Service-RPC @@ -60,12 +60,12 @@ org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index 449081ad36081..d9306c1f61f0d 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-session IoTDB: Client: Session @@ -37,17 +37,17 @@ org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb isession - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -67,7 +67,7 @@ org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.slf4j diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml index 1a3be76b63369..4ce46166ffb8f 100644 --- a/iotdb-core/ainode/pom.xml +++ b/iotdb-core/ainode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-ainode IoTDB: Core: AINode @@ -33,31 +33,31 @@ org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided org.apache.iotdb iotdb-thrift-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided org.apache.iotdb iotdb-thrift-ainode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided org.apache.iotdb iotdb-python-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT provided diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml index 0d1e5de932383..73adf4587a68b 100644 --- a/iotdb-core/antlr/pom.xml +++ b/iotdb-core/antlr/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-antlr IoTDB: Core: Antlr-Parser diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml index 4d255099b10cc..805848aadaf0e 100644 --- a/iotdb-core/confignode/pom.xml +++ b/iotdb-core/confignode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-confignode IoTDB: Core: ConfigNode @@ -42,62 +42,62 @@ org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-consensus - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-server - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb pipe-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb trigger-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb metrics-interface - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-ainode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb node-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb udf-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml index c36193c8c0766..ee7bdeb6c9882 100644 --- a/iotdb-core/consensus/pom.xml +++ b/iotdb-core/consensus/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-consensus IoTDB: Core: Consensus @@ -39,32 +39,32 @@ org.apache.iotdb node-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb metrics-interface - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-consensus - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb pipe-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.ratis diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml index 80bebe90f779c..284eb6796727e 100644 --- a/iotdb-core/datanode/pom.xml +++ b/iotdb-core/datanode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-server IoTDB: Core: Data-Node (Server) @@ -37,12 +37,12 @@ org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-consensus - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -57,82 +57,82 @@ org.apache.iotdb external-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb openapi - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb node-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb isession - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-antlr - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-relational-grammar - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-consensus - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb udf-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb trigger-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb metrics-interface - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-ainode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb pipe-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-session - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT io.airlift @@ -301,7 +301,7 @@ org.apache.iotdb metrics-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.mockito diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml index cfbd78b513ed0..1c1ee21110ea3 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.6-SNAPSHOT + 2.0.7-SNAPSHOT metrics-core IoTDB: Core: Metrics: API Impl @@ -32,7 +32,7 @@ org.apache.iotdb metrics-interface - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT io.micrometer diff --git a/iotdb-core/metrics/interface/pom.xml b/iotdb-core/metrics/interface/pom.xml index f0709c62ff298..a391cd7d872fe 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.6-SNAPSHOT + 2.0.7-SNAPSHOT metrics-interface IoTDB: Core: Metrics: Metrics API @@ -33,17 +33,17 @@ org.apache.iotdb iotdb-session - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb isession - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml index eae98e56c5e2f..a201a6413a5a5 100644 --- a/iotdb-core/metrics/pom.xml +++ b/iotdb-core/metrics/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-metrics pom diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml index e7c508c195d55..0bf2c01bfb56b 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.6-SNAPSHOT + 2.0.7-SNAPSHOT node-commons IoTDB: Core: Node Commons @@ -38,7 +38,7 @@ org.apache.iotdb service-rpc - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -48,42 +48,42 @@ org.apache.iotdb udf-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb trigger-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb pipe-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-ainode - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb iotdb-thrift-consensus - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.tsfile @@ -93,12 +93,12 @@ org.apache.iotdb metrics-interface - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.iotdb metrics-core - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT io.dropwizard.metrics diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml index d90ec72a5280b..afa8ba25d26b5 100644 --- a/iotdb-core/pom.xml +++ b/iotdb-core/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-core pom diff --git a/iotdb-core/relational-grammar/pom.xml b/iotdb-core/relational-grammar/pom.xml index 70e5685a64864..f4fb18bee2c83 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.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-relational-grammar IoTDB: Core: Relational-Antlr-Parser diff --git a/iotdb-protocol/openapi/pom.xml b/iotdb-protocol/openapi/pom.xml index 99253b75750c4..f31e3ba1d097d 100644 --- a/iotdb-protocol/openapi/pom.xml +++ b/iotdb-protocol/openapi/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-protocol - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT openapi IoTDB: Protocol: OpenAPI diff --git a/iotdb-protocol/pom.xml b/iotdb-protocol/pom.xml index 114ff0b3b1da0..853a97ab20938 100644 --- a/iotdb-protocol/pom.xml +++ b/iotdb-protocol/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-protocol pom diff --git a/iotdb-protocol/thrift-ainode/pom.xml b/iotdb-protocol/thrift-ainode/pom.xml index d7064091dd933..7099e21ca2f18 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.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-thrift-ainode IoTDB: Protocol: Thrift AI Node @@ -41,7 +41,7 @@ org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT diff --git a/iotdb-protocol/thrift-commons/pom.xml b/iotdb-protocol/thrift-commons/pom.xml index 6f63f913c13f2..98e0f974ca372 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.6-SNAPSHOT + 2.0.7-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 d2511cdcc8ab4..cb1d8b89d007d 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.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-thrift-confignode IoTDB: Protocol: Thrift Config Node @@ -41,7 +41,7 @@ org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT diff --git a/iotdb-protocol/thrift-consensus/pom.xml b/iotdb-protocol/thrift-consensus/pom.xml index 27ed64fee3993..2177270af220c 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.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-thrift-consensus IoTDB: Protocol: Thrift Consensus @@ -33,7 +33,7 @@ org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.slf4j diff --git a/iotdb-protocol/thrift-datanode/pom.xml b/iotdb-protocol/thrift-datanode/pom.xml index 41370b2a5bc2d..0befb71d99732 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.6-SNAPSHOT + 2.0.7-SNAPSHOT iotdb-thrift IoTDB: Protocol: Thrift Data Node @@ -33,7 +33,7 @@ org.apache.iotdb iotdb-thrift-commons - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.apache.thrift diff --git a/library-udf/pom.xml b/library-udf/pom.xml index 2850257846d45..e188f5c7fd242 100644 --- a/library-udf/pom.xml +++ b/library-udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT library-udf IoTDB: UDF @@ -41,7 +41,7 @@ org.apache.iotdb udf-api - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT org.slf4j diff --git a/pom.xml b/pom.xml index 66c7116a9fb5d..11d4552a3f8ac 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ org.apache.iotdb iotdb-parent - 2.0.6-SNAPSHOT + 2.0.7-SNAPSHOT pom Apache IoTDB Project Parent POM This is the top level project that builds, packages the iotdb engine, client, and integration libs.