From 450087573663076366b8a894dd400e159687ff20 Mon Sep 17 00:00:00 2001 From: JackieTien97 Date: Sat, 13 Jul 2024 09:44:39 +0800 Subject: [PATCH] change version --- code-coverage/pom.xml | 2 +- distribution/pom.xml | 14 +++---- example/client-cpp-example/pom.xml | 2 +- example/flink-sql/pom.xml | 2 +- example/flink/pom.xml | 2 +- example/hadoop/pom.xml | 2 +- example/jdbc/pom.xml | 2 +- example/kafka/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/pulsar/pom.xml | 2 +- example/rabbitmq/pom.xml | 2 +- example/rest-java-example/pom.xml | 2 +- example/rocketmq/pom.xml | 2 +- example/schema/pom.xml | 4 +- example/session/pom.xml | 2 +- example/trigger/pom.xml | 2 +- example/tsfile/pom.xml | 2 +- example/udf/pom.xml | 2 +- integration-test/pom.xml | 40 +++++++++---------- iotdb-api/common-api/pom.xml | 2 +- iotdb-api/external-api/pom.xml | 2 +- iotdb-api/pipe-api/pom.xml | 4 +- iotdb-api/pom.xml | 2 +- iotdb-api/trigger-api/pom.xml | 4 +- iotdb-api/udf-api/pom.xml | 4 +- iotdb-client/cli/pom.xml | 22 +++++----- iotdb-client/client-cpp/pom.xml | 2 +- iotdb-client/client-py/pom.xml | 4 +- iotdb-client/isession/pom.xml | 12 +++--- iotdb-client/jdbc/pom.xml | 12 +++--- iotdb-client/pom.xml | 2 +- iotdb-client/service-rpc/pom.xml | 8 ++-- iotdb-client/session/pom.xml | 14 +++---- iotdb-connector/flink-iotdb-connector/pom.xml | 12 +++--- .../flink-sql-iotdb-connector/pom.xml | 14 +++---- .../flink-tsfile-connector/pom.xml | 8 ++-- iotdb-connector/grafana-connector/pom.xml | 4 +- iotdb-connector/grafana-plugin/pom.xml | 2 +- iotdb-connector/hadoop/pom.xml | 6 +-- iotdb-connector/hive-connector/pom.xml | 8 ++-- iotdb-connector/pom.xml | 2 +- iotdb-connector/spark-iotdb-connector/pom.xml | 8 ++-- .../spark-iotdb-connector/scala_2.11/pom.xml | 2 +- .../spark-iotdb-connector/scala_2.12/pom.xml | 2 +- iotdb-connector/spark-tsfile/pom.xml | 8 ++-- iotdb-connector/zeppelin-interpreter/pom.xml | 6 +-- iotdb-core/antlr/pom.xml | 2 +- iotdb-core/confignode/pom.xml | 28 ++++++------- iotdb-core/consensus/pom.xml | 14 +++---- iotdb-core/datanode/pom.xml | 38 +++++++++--------- iotdb-core/metrics/core/pom.xml | 4 +- iotdb-core/metrics/interface/pom.xml | 12 +++--- iotdb-core/metrics/pom.xml | 2 +- iotdb-core/node-commons/pom.xml | 22 +++++----- iotdb-core/pom.xml | 2 +- iotdb-core/tsfile/pom.xml | 2 +- iotdb-protocol/openapi/pom.xml | 2 +- iotdb-protocol/pom.xml | 2 +- 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 | 6 +-- pom.xml | 2 +- 68 files changed, 213 insertions(+), 213 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index aa1bd56ff3f6..fb8d37d298f7 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.2 iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index 4ed05123e701..8d42012bb9cb 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.2 iotdb-distribution pom @@ -33,35 +33,35 @@ org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.2 zip org.apache.iotdb iotdb-cli - 1.3.3-SNAPSHOT + 1.3.2 zip org.apache.iotdb iotdb-confignode - 1.3.3-SNAPSHOT + 1.3.2 zip org.apache.iotdb library-udf - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb spark-iotdb-connector_2.11 - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.3-SNAPSHOT + 1.3.2 diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index 4e95a297d7b7..33718c2d235f 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 client-cpp-example IoTDB: Example: CPP Client diff --git a/example/flink-sql/pom.xml b/example/flink-sql/pom.xml index 2b26d545d370..5af0edfeb405 100644 --- a/example/flink-sql/pom.xml +++ b/example/flink-sql/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 flink-sql-example IoTDB: Example: Apache Flink SQL diff --git a/example/flink/pom.xml b/example/flink/pom.xml index 52583f2c0a96..8f7b42bd86f4 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 flink-example IoTDB: Example: Apache Flink diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 8b9855188052..24d2c3a97a49 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 hadoop-example IoTDB: Example: Apache Hadoop diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 2eb25e0633e6..711675605bbf 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 jdbc-example IoTDB: Example: JDBC diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index ae275b3cb99e..77514e32ec28 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 kafka-example IoTDB: Example: Apache Kafka diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index b67be1f44131..ca619aba4c9e 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 62619735c0fc..85411b957406 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 mqtt-example IoTDB: Example: MQTT diff --git a/example/pipe-count-point-processor/pom.xml b/example/pipe-count-point-processor/pom.xml index 06b8db66dae1..37513e7dead9 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 - 1.3.3-SNAPSHOT + 1.3.2 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 37107b08de5e..13d2a41d2817 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 - 1.3.3-SNAPSHOT + 1.3.2 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index c451d631a297..6bb21aeb242c 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.2 iotdb-examples pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index ba2240961d96..9cd915a2fb98 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 pulsar-example IoTDB: Example: Apache Pulsar diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index 14fd82a5f1a0..348e7d3463d4 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 rabbitmq-example IoTDB: Example: RabbitMQ diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index 970fe626dd9e..cb58fe945b7a 100644 --- a/example/rest-java-example/pom.xml +++ b/example/rest-java-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 rest-java-example IoTDB: Example: Java Rest diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 4bf96f0fd978..7968f96baa37 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 rocketmq-example IoTDB: Example: Apache RocketMQ diff --git a/example/schema/pom.xml b/example/schema/pom.xml index e4ecf91d06ed..4effed609e6f 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.3.3-SNAPSHOT + 1.3.2 schema-example IoTDB: Example: Schema @@ -37,7 +37,7 @@ org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 compile diff --git a/example/session/pom.xml b/example/session/pom.xml index 818cebd1ccc0..4ce970aaf047 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 1970972306f4..52287581d574 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 trigger-example IoTDB: Example: Trigger diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index afa8004bc644..5b7a1f861d57 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 tsfile-example IoTDB: Example: TSFile diff --git a/example/udf/pom.xml b/example/udf/pom.xml index db0cd0088459..8725d7d4deef 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.3-SNAPSHOT + 1.3.2 udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index ef4d71239a3b..8fa6b1bb53d3 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.2 integration-test IoTDB: Integration-Test @@ -72,57 +72,57 @@ org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-jdbc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb trigger-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-confignode - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb udf-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb @@ -132,7 +132,7 @@ org.apache.iotdb iotdb-consensus - 1.3.3-SNAPSHOT + 1.3.2 org.slf4j @@ -161,27 +161,27 @@ org.apache.iotdb iotdb-confignode - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb zeppelin-iotdb - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-cli - 1.3.3-SNAPSHOT + 1.3.2 commons-codec @@ -190,7 +190,7 @@ org.apache.iotdb flink-sql-iotdb-connector - 1.3.3-SNAPSHOT + 1.3.2 org.apache.spark @@ -215,7 +215,7 @@ org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.2 test-jar test diff --git a/iotdb-api/common-api/pom.xml b/iotdb-api/common-api/pom.xml index 11c46296d14f..66d149bd337b 100644 --- a/iotdb-api/common-api/pom.xml +++ b/iotdb-api/common-api/pom.xml @@ -24,7 +24,7 @@ iotdb-api org.apache.iotdb - 1.3.3-SNAPSHOT + 1.3.2 common-api IoTDB: API: Common API diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index 860e1453757c..3a6e6cd6d7d3 100644 --- a/iotdb-api/external-api/pom.xml +++ b/iotdb-api/external-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3-SNAPSHOT + 1.3.2 external-api IoTDB: API: External API diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index 85a917840466..6034400f5cd0 100644 --- a/iotdb-api/pipe-api/pom.xml +++ b/iotdb-api/pipe-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3-SNAPSHOT + 1.3.2 pipe-api IoTDB: API: Pipe API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 provided diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index e7458798a893..30ac70ad37d1 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.2 iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index d57440cafecd..acd656123e16 100644 --- a/iotdb-api/trigger-api/pom.xml +++ b/iotdb-api/trigger-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3-SNAPSHOT + 1.3.2 trigger-api IoTDB: API: Trigger API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index 79dc7cf03a0f..28c66d40c5ef 100644 --- a/iotdb-api/udf-api/pom.xml +++ b/iotdb-api/udf-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-api - 1.3.3-SNAPSHOT + 1.3.2 udf-api IoTDB: API: UDF API @@ -32,7 +32,7 @@ org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index d5e98545c675..0a84f95bbb2e 100644 --- a/iotdb-client/cli/pom.xml +++ b/iotdb-client/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3-SNAPSHOT + 1.3.2 iotdb-cli IoTDB: Client: CLI @@ -37,52 +37,52 @@ org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-jdbc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-antlr - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-server - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.2 org.slf4j diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml index 726e54bd5cbe..da48765b7191 100644 --- a/iotdb-client/client-cpp/pom.xml +++ b/iotdb-client/client-cpp/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.2-SNAPSHOT + 1.3.2 client-cpp pom diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index 13636635cd52..7487df16478b 100644 --- a/iotdb-client/client-py/pom.xml +++ b/iotdb-client/client-py/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3-SNAPSHOT + 1.3.2 iotdb-python-api IoTDB: Client: Python-API @@ -34,7 +34,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.2 provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index ee81e6c43303..c2d2ba78e06b 100644 --- a/iotdb-client/isession/pom.xml +++ b/iotdb-client/isession/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3-SNAPSHOT + 1.3.2 isession IoTDB: Client: isession @@ -32,27 +32,27 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 5d69ed4bbfbf..22b1f6ae9e8b 100644 --- a/iotdb-client/jdbc/pom.xml +++ b/iotdb-client/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3-SNAPSHOT + 1.3.2 iotdb-jdbc IoTDB: Client: Jdbc @@ -38,27 +38,27 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.2 org.apache.thrift diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index fe67109c928f..b0f6ea41cf59 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.3-SNAPSHOT + 1.3.2 iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index cb9c833a4406..6b309e7947c8 100644 --- a/iotdb-client/service-rpc/pom.xml +++ b/iotdb-client/service-rpc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3-SNAPSHOT + 1.3.2 service-rpc IoTDB: Client: Service-RPC @@ -48,7 +48,7 @@ org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 @@ -60,12 +60,12 @@ org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index 61ffe878c726..fd3a947ae19b 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.3-SNAPSHOT + 1.3.2 iotdb-session IoTDB: Client: Session @@ -37,32 +37,32 @@ org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.3-SNAPSHOT + 1.3.2 org.slf4j diff --git a/iotdb-connector/flink-iotdb-connector/pom.xml b/iotdb-connector/flink-iotdb-connector/pom.xml index 7732af83cabe..a609cf8a75bc 100644 --- a/iotdb-connector/flink-iotdb-connector/pom.xml +++ b/iotdb-connector/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb iotdb-connector - 1.3.3-SNAPSHOT + 1.3.2 flink-iotdb-connector IoTDB: Connector: Apache Flink @@ -32,27 +32,27 @@ org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.slf4j diff --git a/iotdb-connector/flink-sql-iotdb-connector/pom.xml b/iotdb-connector/flink-sql-iotdb-connector/pom.xml index 02f912403b8f..8ecda9cf2539 100644 --- a/iotdb-connector/flink-sql-iotdb-connector/pom.xml +++ b/iotdb-connector/flink-sql-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-connector - 1.3.3-SNAPSHOT + 1.3.2 flink-sql-iotdb-connector IoTDB: Connector: Apache Flink SQL @@ -33,32 +33,32 @@ org.apache.iotdb iotdb-session - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb node-commons - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2 org.slf4j diff --git a/iotdb-connector/flink-tsfile-connector/pom.xml b/iotdb-connector/flink-tsfile-connector/pom.xml index 99ba7d16f7f0..40117f473145 100644 --- a/iotdb-connector/flink-tsfile-connector/pom.xml +++ b/iotdb-connector/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-connector - 1.3.3-SNAPSHOT + 1.3.2 flink-tsfile-connector IoTDB: Connector: Apache Flink TSFile @@ -32,12 +32,12 @@ org.apache.iotdb common-api - 1.3.3-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.3-SNAPSHOT + 1.3.2