From c50ed7cb69bc819768f9a37db7da9f97bada3ce3 Mon Sep 17 00:00:00 2001 From: HTHou Date: Thu, 27 Jun 2024 14:44:46 +0800 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- code-coverage/pom.xml | 2 +- distribution/pom.xml | 14 ++-- 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 | 4 +- 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 | 64 +++++++++---------- 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-py/pom.xml | 4 +- iotdb-client/isession/pom.xml | 12 ++-- iotdb-client/jdbc/pom.xml | 14 ++-- 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 | 6 +- 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 | 12 ++-- 65 files changed, 230 insertions(+), 230 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index fb8d37d298f7..aa1bd56ff3f6 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2 + 1.3.3-SNAPSHOT iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index 8d42012bb9cb..4ed05123e701 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2 + 1.3.3-SNAPSHOT iotdb-distribution pom @@ -33,35 +33,35 @@ org.apache.iotdb iotdb-server - 1.3.2 + 1.3.3-SNAPSHOT zip org.apache.iotdb iotdb-cli - 1.3.2 + 1.3.3-SNAPSHOT zip org.apache.iotdb iotdb-confignode - 1.3.2 + 1.3.3-SNAPSHOT zip org.apache.iotdb library-udf - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb spark-iotdb-connector_2.11 - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.2 + 1.3.3-SNAPSHOT diff --git a/example/flink-sql/pom.xml b/example/flink-sql/pom.xml index 5af0edfeb405..2b26d545d370 100644 --- a/example/flink-sql/pom.xml +++ b/example/flink-sql/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT flink-sql-example IoTDB: Example: Apache Flink SQL diff --git a/example/flink/pom.xml b/example/flink/pom.xml index 8f7b42bd86f4..52583f2c0a96 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT flink-example IoTDB: Example: Apache Flink diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 24d2c3a97a49..8b9855188052 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT hadoop-example IoTDB: Example: Apache Hadoop diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 711675605bbf..2eb25e0633e6 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT jdbc-example IoTDB: Example: JDBC diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index 77514e32ec28..ae275b3cb99e 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT kafka-example IoTDB: Example: Apache Kafka diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index ca619aba4c9e..b67be1f44131 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 85411b957406..62619735c0fc 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-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 0936a63459f8..06b8db66dae1 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.2 + 1.3.3-SNAPSHOT pipe-count-point-processor-example IoTDB: Example: Pipe: Count Point Processor @@ -59,7 +59,7 @@ org.apache.maven.plugins maven-jar-plugin 3.2.0 - + diff --git a/example/pipe-opc-ua-sink/pom.xml b/example/pipe-opc-ua-sink/pom.xml index 13d2a41d2817..37107b08de5e 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.2 + 1.3.3-SNAPSHOT 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index 6bb21aeb242c..c451d631a297 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2 + 1.3.3-SNAPSHOT iotdb-examples pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 9cd915a2fb98..ba2240961d96 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT pulsar-example IoTDB: Example: Apache Pulsar diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index 348e7d3463d4..14fd82a5f1a0 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT rabbitmq-example IoTDB: Example: RabbitMQ diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index cb58fe945b7a..970fe626dd9e 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.2 + 1.3.3-SNAPSHOT rest-java-example IoTDB: Example: Java Rest diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 7968f96baa37..4bf96f0fd978 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT rocketmq-example IoTDB: Example: Apache RocketMQ diff --git a/example/schema/pom.xml b/example/schema/pom.xml index 4effed609e6f..e4ecf91d06ed 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.3.2 + 1.3.3-SNAPSHOT schema-example IoTDB: Example: Schema @@ -37,7 +37,7 @@ org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT compile diff --git a/example/session/pom.xml b/example/session/pom.xml index 4ce970aaf047..818cebd1ccc0 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 52287581d574..1970972306f4 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT trigger-example IoTDB: Example: Trigger diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 5b7a1f861d57..afa8004bc644 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT tsfile-example IoTDB: Example: TSFile diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 8725d7d4deef..db0cd0088459 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2 + 1.3.3-SNAPSHOT udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 9c88f4d3b498..ef4d71239a3b 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,20 +24,20 @@ org.apache.iotdb iotdb-parent - 1.3.2 + 1.3.3-SNAPSHOT integration-test IoTDB: Integration-Test - + 1 - + true 200m 200m true true - + Simple 1 @@ -72,57 +72,57 @@ org.apache.iotdb iotdb-server - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-session - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-jdbc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb trigger-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb isession - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift-confignode - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb node-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb udf-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb @@ -132,7 +132,7 @@ org.apache.iotdb iotdb-consensus - 1.3.2 + 1.3.3-SNAPSHOT org.slf4j @@ -161,27 +161,27 @@ org.apache.iotdb iotdb-confignode - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb zeppelin-iotdb - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-cli - 1.3.2 + 1.3.3-SNAPSHOT commons-codec @@ -190,7 +190,7 @@ org.apache.iotdb flink-sql-iotdb-connector - 1.3.2 + 1.3.3-SNAPSHOT org.apache.spark @@ -215,7 +215,7 @@ org.apache.iotdb iotdb-server - 1.3.2 + 1.3.3-SNAPSHOT test-jar test @@ -437,7 +437,7 @@ true - + org.apache.iotdb.itbase.category.LocalStandaloneIT false false @@ -452,7 +452,7 @@ false - + org.apache.iotdb.itbase.category.RemoteIT Remote @@ -463,7 +463,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT1,org.apache.iotdb.itbase.category.MultiClusterIT2AutoCreateSchema,org.apache.iotdb.itbase.category.MultiClusterIT2ManualCreateSchema,org.apache.iotdb.itbase.category.MultiClusterIT2Subscription,org.apache.iotdb.itbase.category.MultiClusterIT3 false true @@ -477,7 +477,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT1 false true @@ -491,7 +491,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2AutoCreateSchema false true @@ -505,7 +505,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2ManualCreateSchema false true @@ -519,7 +519,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT2Subscription false true @@ -533,7 +533,7 @@ false - + org.apache.iotdb.itbase.category.MultiClusterIT3 false true @@ -547,7 +547,7 @@ false - + org.apache.iotdb.itbase.category.ClusterIT false true diff --git a/iotdb-api/common-api/pom.xml b/iotdb-api/common-api/pom.xml index 66d149bd337b..11c46296d14f 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.2 + 1.3.3-SNAPSHOT common-api IoTDB: API: Common API diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index 3a6e6cd6d7d3..860e1453757c 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.2 + 1.3.3-SNAPSHOT external-api IoTDB: API: External API diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index 6034400f5cd0..85a917840466 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.2 + 1.3.3-SNAPSHOT pipe-api IoTDB: API: Pipe API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT provided diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index 30ac70ad37d1..e7458798a893 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2 + 1.3.3-SNAPSHOT iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index acd656123e16..d57440cafecd 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.2 + 1.3.3-SNAPSHOT trigger-api IoTDB: API: Trigger API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index 28c66d40c5ef..79dc7cf03a0f 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.2 + 1.3.3-SNAPSHOT udf-api IoTDB: API: UDF API @@ -32,7 +32,7 @@ org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index 0a84f95bbb2e..d5e98545c675 100644 --- a/iotdb-client/cli/pom.xml +++ b/iotdb-client/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.2 + 1.3.3-SNAPSHOT iotdb-cli IoTDB: Client: CLI @@ -37,52 +37,52 @@ org.apache.iotdb iotdb-session - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-jdbc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-antlr - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb node-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-server - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb isession - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.2 + 1.3.3-SNAPSHOT org.slf4j diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index 7487df16478b..13636635cd52 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.2 + 1.3.3-SNAPSHOT iotdb-python-api IoTDB: Client: Python-API @@ -34,7 +34,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.2 + 1.3.3-SNAPSHOT provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index c2d2ba78e06b..ee81e6c43303 100644 --- a/iotdb-client/isession/pom.xml +++ b/iotdb-client/isession/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.2 + 1.3.3-SNAPSHOT isession IoTDB: Client: isession @@ -32,27 +32,27 @@ org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index ea25b79a2d20..5d69ed4bbfbf 100644 --- a/iotdb-client/jdbc/pom.xml +++ b/iotdb-client/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.2 + 1.3.3-SNAPSHOT iotdb-jdbc IoTDB: Client: Jdbc @@ -38,27 +38,27 @@ org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.2 + 1.3.3-SNAPSHOT org.apache.thrift @@ -238,7 +238,7 @@ - + diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index b0f6ea41cf59..fe67109c928f 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2 + 1.3.3-SNAPSHOT iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 6b309e7947c8..cb9c833a4406 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.2 + 1.3.3-SNAPSHOT service-rpc IoTDB: Client: Service-RPC @@ -48,7 +48,7 @@ org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT @@ -60,12 +60,12 @@ org.apache.iotdb iotdb-thrift - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index fd3a947ae19b..61ffe878c726 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.2 + 1.3.3-SNAPSHOT iotdb-session IoTDB: Client: Session @@ -37,32 +37,32 @@ org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb isession - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb iotdb-thrift - 1.3.2 + 1.3.3-SNAPSHOT org.slf4j diff --git a/iotdb-connector/flink-iotdb-connector/pom.xml b/iotdb-connector/flink-iotdb-connector/pom.xml index a609cf8a75bc..7732af83cabe 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.2 + 1.3.3-SNAPSHOT flink-iotdb-connector IoTDB: Connector: Apache Flink @@ -32,27 +32,27 @@ org.apache.iotdb iotdb-session - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb isession - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.slf4j diff --git a/iotdb-connector/flink-sql-iotdb-connector/pom.xml b/iotdb-connector/flink-sql-iotdb-connector/pom.xml index 8ecda9cf2539..02f912403b8f 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.2 + 1.3.3-SNAPSHOT flink-sql-iotdb-connector IoTDB: Connector: Apache Flink SQL @@ -33,32 +33,32 @@ org.apache.iotdb iotdb-session - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb node-commons - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb isession - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb service-rpc - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT org.slf4j diff --git a/iotdb-connector/flink-tsfile-connector/pom.xml b/iotdb-connector/flink-tsfile-connector/pom.xml index 40117f473145..99ba7d16f7f0 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.2 + 1.3.3-SNAPSHOT flink-tsfile-connector IoTDB: Connector: Apache Flink TSFile @@ -32,12 +32,12 @@ org.apache.iotdb common-api - 1.3.2 + 1.3.3-SNAPSHOT org.apache.iotdb tsfile - 1.3.2 + 1.3.3-SNAPSHOT 4.9.3 - + 4.2.0 - + 2.9.3 3.3.0 @@ -174,7 +174,7 @@ 1.6.11 chmod - +