This is an automated email from the ASF dual-hosted git repository. Caideyipi pushed a commit to branch patch-2094 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 4e99e3fa52b609bf4d4c5d870df2f29d2d639037 Author: JackieTien97 <[email protected]> AuthorDate: Fri Apr 24 18:40:32 2026 +0800 Bump version to 2.0.9.2 --- code-coverage/pom.xml | 2 +- distribution/pom.xml | 20 ++++++------- example/client-c-example/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/subscription/pom.xml | 2 +- example/trigger/pom.xml | 2 +- example/udf/pom.xml | 2 +- external-service-impl/mqtt/pom.xml | 14 ++++----- 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 | 48 +++++++++++++++--------------- 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 | 24 +++++++-------- 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-client/subscription/pom.xml | 14 ++++----- iotdb-core/ainode/pom.xml | 12 ++++---- iotdb-core/ainode/pyproject.toml | 2 +- iotdb-core/antlr/pom.xml | 2 +- iotdb-core/confignode/pom.xml | 28 ++++++++--------- iotdb-core/consensus/pom.xml | 14 ++++----- iotdb-core/datanode/pom.xml | 42 +++++++++++++------------- 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 | 28 ++++++++--------- 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-pipe/pom.xml | 2 +- library-pipe/tsfile-remote-sink/pom.xml | 10 +++---- library-udf/pom.xml | 4 +-- object-storage/pom.xml | 6 ++-- pom.xml | 2 +- timecho-confignode/pom.xml | 20 ++++++------- timecho-isession/pom.xml | 10 +++---- timecho-server/pom.xml | 22 +++++++------- timecho-session/pom.xml | 14 ++++----- 63 files changed, 243 insertions(+), 243 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 6564b7454cd..5bd5d7d1512 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-code-coverage</artifactId> <packaging>pom</packaging> diff --git a/distribution/pom.xml b/distribution/pom.xml index b9baf3e8eac..5fb6e8e9df6 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-distribution</artifactId> <packaging>pom</packaging> @@ -38,7 +38,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <exclusions> <exclusion> <groupId>org.reflections</groupId> @@ -49,7 +49,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-cli</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <exclusions> <exclusion> <groupId>com.timecho.iotdb</groupId> @@ -128,13 +128,13 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>tsfile-remote-sink</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <exclusions> <exclusion> <groupId>com.timecho.iotdb</groupId> @@ -213,7 +213,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timecho-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <exclusions> <exclusion> <groupId>com.timecho.iotdb</groupId> @@ -272,7 +272,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timecho-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <exclusions> <exclusion> <groupId>org.apache.iotdb</groupId> @@ -323,13 +323,13 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>mqtt</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>rest</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> </dependencies> @@ -633,7 +633,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-ainode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> </dependencies> <build> diff --git a/example/client-c-example/pom.xml b/example/client-c-example/pom.xml index d6ca0d4fbb7..12fc72c3aa3 100644 --- a/example/client-c-example/pom.xml +++ b/example/client-c-example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>client-c-example</artifactId> <name>IoTDB: Example: C Client (SessionC)</name> diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 131d2b4fae0..62d8db1a2b9 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 c9ba314e6cb..1bd091ae41e 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 9c7e115a9f0..58351d2d680 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 626dad7146d..b291f565515 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 6b9dd3ea5e9..f9ee004d992 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 e9ccca5a2d0..1ae7f591b35 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 a20544df98a..d561aeb01fb 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 f9827e5f6ff..a83ab4520d3 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 56347bc842f..494cfe46e70 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>schema-example</artifactId> <name>IoTDB: Example: Schema</name> diff --git a/example/session/pom.xml b/example/session/pom.xml index 48db017d5c0..7eac6a7715a 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>client-example</artifactId> <name>IoTDB: Example: Session Client</name> diff --git a/example/subscription/pom.xml b/example/subscription/pom.xml index 8761eb53623..28651e6f42b 100644 --- a/example/subscription/pom.xml +++ b/example/subscription/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>subscription-example</artifactId> <name>IoTDB: Example: Subscription Client</name> diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index b717b68a6d3..eca2dbe9be2 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>trigger-example</artifactId> <name>IoTDB: Example: Trigger</name> diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 2bb9fa8d83b..e4aa8944aef 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 ec3bc1b5950..d6baadc1ab3 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>mqtt</artifactId> <name>IoTDB: External-Service-Impl: MQTT</name> @@ -86,7 +86,7 @@ <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> <scope>provided</scope> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.google.code.gson</groupId> @@ -101,7 +101,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> @@ -124,13 +124,13 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> @@ -141,13 +141,13 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/external-service-impl/pom.xml b/external-service-impl/pom.xml index 03fd95d5b5d..cf348079f22 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.8-SNAPSHOT</version> + <version>2.0.9.2</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.8-SNAPSHOT</version> + <version>2.0.9.2</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 ac53d990181..123a2b16b89 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 5a1b45f86b9..9cb184d0477 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.8-SNAPSHOT</version> + <version>2.0.9.2</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.8-SNAPSHOT</version> + <version>2.0.9.2</version> <exclusions> <!-- repeated in datanode --> <exclusion> @@ -107,19 +107,19 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> @@ -135,7 +135,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> @@ -145,7 +145,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> @@ -163,7 +163,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> diff --git a/integration-test/pom.xml b/integration-test/pom.xml index f1940141f62..1dce204ae22 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>integration-test</artifactId> <name>IoTDB: Integration-Test</name> @@ -87,52 +87,52 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timecho-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-subscription</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>trigger-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -142,7 +142,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>udf-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> @@ -152,7 +152,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -173,17 +173,17 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-cli</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> @@ -208,7 +208,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -220,25 +220,25 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-session</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timecho-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-distribution</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> <type>pom</type> </dependency> @@ -260,19 +260,19 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>external-service-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>mqtt</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</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.8-SNAPSHOT</version> + <version>2.0.9.2</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 5b0d387816c..a6e09224e64 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 b48c46d9f2b..b94cf7a4175 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 18ab995ba66..211c8f87e77 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 fa9af7804b7..98440c5a6c4 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 c1222f2b9e6..61ce62f3fd8 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 fd714814e46..a5e5c0afaa1 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 ef289044a87..cb5b97d611e 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-cli</artifactId> <name>IoTDB: Client: CLI</name> @@ -37,42 +37,42 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-subscription</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-jdbc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-antlr</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -87,17 +87,17 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index 12d315d83ea..7b8ebdc0c82 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>client-cpp</artifactId> <packaging>pom</packaging> @@ -44,7 +44,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index f12764536a2..7f0c79b4709 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-python-api</artifactId> <name>IoTDB: Client: Python-API</name> @@ -34,19 +34,19 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index 8c1612d37c7..a57e6fe7d81 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> @@ -33,7 +33,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -48,12 +48,12 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId> diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 525dc5cbe05..7f1252aecfa 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-jdbc</artifactId> <name>IoTDB: Client: Jdbc</name> @@ -38,12 +38,12 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -58,7 +58,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId> diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index ed1115e4d3d..ea661c7e93b 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 ca63c81a2b0..7d407b14749 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> @@ -56,12 +56,12 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId> diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index 97787d214d9..f007533ed44 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-client</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <name>IoTDB: Client: Session Parent</name> <properties> @@ -38,17 +38,17 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -68,7 +68,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/iotdb-client/subscription/pom.xml b/iotdb-client/subscription/pom.xml index 966ecfc39bb..2de8f89c40e 100644 --- a/iotdb-client/subscription/pom.xml +++ b/iotdb-client/subscription/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-client</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-subscription</artifactId> <name>IoTDB: Client: Subscription</name> @@ -32,32 +32,32 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> diff --git a/iotdb-core/ainode/pom.xml b/iotdb-core/ainode/pom.xml index fbd996b3410..97d8e41a2b6 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-ainode</artifactId> <name>IoTDB: Core: AINode</name> @@ -33,31 +33,31 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-ainode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-python-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/iotdb-core/ainode/pyproject.toml b/iotdb-core/ainode/pyproject.toml index b07a0f6b1fc..fc2bde8f1bf 100644 --- a/iotdb-core/ainode/pyproject.toml +++ b/iotdb-core/ainode/pyproject.toml @@ -21,7 +21,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "timechodb-ainode" -version = "2.0.8.dev" +version = "2.0.9.2" description = "Apache IoTDB AINode" readme = "README.md" authors = ["Apache Software Foundation <[email protected]>"] diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml index 5cee2d64a23..9ea55a8dada 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 94d90114070..02493024e95 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-confignode</artifactId> <name>IoTDB: Core: ConfigNode</name> @@ -42,67 +42,67 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-subscription</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>trigger-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-ainode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>udf-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml index de66c08aeb8..a5ded8780c0 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.8-SNAPSHOT</version> + <version>2.0.9.2</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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.ratis</groupId> diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml index 1eeffd1b8a4..ef963bc34e5 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-server</artifactId> <name>IoTDB: Core: Data-Node (Server)</name> @@ -37,22 +37,22 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>object-storage</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-subscription</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -73,77 +73,77 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>external-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-antlr</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-relational-grammar</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>external-service-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>udf-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>trigger-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-ainode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>io.airlift</groupId> @@ -281,7 +281,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-core</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.mockito</groupId> diff --git a/iotdb-core/metrics/core/pom.xml b/iotdb-core/metrics/core/pom.xml index ba1902c8bed..e03c6c08ecb 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.8-SNAPSHOT</version> + <version>2.0.9.2</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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>io.micrometer</groupId> diff --git a/iotdb-core/metrics/interface/pom.xml b/iotdb-core/metrics/interface/pom.xml index 4c146762b5c..3ec07505603 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>metrics-interface</artifactId> <name>IoTDB: Core: Metrics: Metrics API</name> @@ -33,17 +33,17 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml index eda885fa675..6753aa8ac26 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 a754da29290..a285a81027c 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>node-commons</artifactId> <name>IoTDB: Core: Node Commons</name> @@ -38,12 +38,12 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-subscription</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -53,47 +53,47 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>external-service-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>udf-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>trigger-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-ainode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -103,12 +103,12 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-core</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>io.dropwizard.metrics</groupId> diff --git a/iotdb-core/pom.xml b/iotdb-core/pom.xml index b425d03a2f8..27912725677 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 10f850c1cb1..cf09aa469bc 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 61a8227562e..b36c6656950 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.8-SNAPSHOT</version> + <version>2.0.9.2</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 caada695540..5f20cc48011 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-thrift-ainode</artifactId> <name>IoTDB: Protocol: Thrift AI Node</name> @@ -41,7 +41,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> </dependencies> <build> diff --git a/iotdb-protocol/thrift-commons/pom.xml b/iotdb-protocol/thrift-commons/pom.xml index 0fad33e2928..a6f09aabf74 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> diff --git a/iotdb-protocol/thrift-confignode/pom.xml b/iotdb-protocol/thrift-confignode/pom.xml index 7438a637d14..7368fad4070 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-thrift-confignode</artifactId> <name>IoTDB: Protocol: Thrift Config Node</name> @@ -41,7 +41,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> </dependencies> <build> diff --git a/iotdb-protocol/thrift-consensus/pom.xml b/iotdb-protocol/thrift-consensus/pom.xml index ecae56deb22..d8b0d5564e9 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>iotdb-thrift-consensus</artifactId> <name>IoTDB: Protocol: Thrift Consensus</name> @@ -33,7 +33,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/iotdb-protocol/thrift-datanode/pom.xml b/iotdb-protocol/thrift-datanode/pom.xml index c2fdc495c63..9e91d5d24ca 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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> @@ -34,7 +34,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId> diff --git a/library-pipe/pom.xml b/library-pipe/pom.xml index b5e27668728..be001a99c81 100644 --- a/library-pipe/pom.xml +++ b/library-pipe/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>library-pipe</artifactId> <name>IoTDB: Library-Pipe</name> diff --git a/library-pipe/tsfile-remote-sink/pom.xml b/library-pipe/tsfile-remote-sink/pom.xml index b343002a7af..b600d50a865 100644 --- a/library-pipe/tsfile-remote-sink/pom.xml +++ b/library-pipe/tsfile-remote-sink/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>library-pipe</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <artifactId>tsfile-remote-sink</artifactId> <name>IoTDB: Library-Pipe: TSFile-Remote-Sink</name> @@ -38,25 +38,25 @@ <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> <scope>provided</scope> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>pipe-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> <scope>provided</scope> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> diff --git a/library-udf/pom.xml b/library-udf/pom.xml index 3b588acfa63..c6806e10744 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.8-SNAPSHOT</version> + <version>2.0.9.2</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.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> diff --git a/object-storage/pom.xml b/object-storage/pom.xml index a58968b0726..127beef8e4a 100644 --- a/object-storage/pom.xml +++ b/object-storage/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <groupId>com.timecho.iotdb</groupId> <artifactId>object-storage</artifactId> @@ -45,12 +45,12 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>software.amazon.awssdk</groupId> diff --git a/pom.xml b/pom.xml index 4f32b2d38e0..7f95ca7aee2 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ </parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</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> diff --git a/timecho-confignode/pom.xml b/timecho-confignode/pom.xml index 562ed539476..5b665485790 100644 --- a/timecho-confignode/pom.xml +++ b/timecho-confignode/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <groupId>com.timecho.iotdb</groupId> <artifactId>timecho-confignode</artifactId> @@ -20,32 +20,32 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-ainode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId> @@ -54,7 +54,7 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.slf4j</groupId> @@ -63,7 +63,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-consensus</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.google.guava</groupId> @@ -76,7 +76,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>junit</groupId> diff --git a/timecho-isession/pom.xml b/timecho-isession/pom.xml index 321133f50e1..4d1c9dc411a 100644 --- a/timecho-isession/pom.xml +++ b/timecho-isession/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.timecho.iotdb</groupId> @@ -33,25 +33,25 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/timecho-server/pom.xml b/timecho-server/pom.xml index c18b1a35ffc..2614aca6109 100644 --- a/timecho-server/pom.xml +++ b/timecho-server/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.timecho.iotdb</groupId> @@ -37,17 +37,17 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -62,37 +62,37 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>node-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>external-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>object-storage</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>udf-api</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.google.guava</groupId> diff --git a/timecho-session/pom.xml b/timecho-session/pom.xml index 5c34cb29483..892cce61d26 100644 --- a/timecho-session/pom.xml +++ b/timecho-session/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.timecho.iotdb</groupId> @@ -33,22 +33,22 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>session-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession-parent</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>isession</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>iotdb-thrift-commons</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.tsfile</groupId> @@ -58,12 +58,12 @@ <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>service-rpc</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>com.timecho.iotdb</groupId> <artifactId>timechodb-thrift</artifactId> - <version>2.0.8-SNAPSHOT</version> + <version>2.0.9.2</version> </dependency> <dependency> <groupId>org.apache.thrift</groupId>
