From fe787cac2ddd874b44482a80306d9d6ae333143c Mon Sep 17 00:00:00 2001 From: HTHou Date: Wed, 27 Dec 2023 11:54:23 +0800 Subject: [PATCH] [maven-release-plugin] prepare release v1.3.0 --- 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 | 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-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/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 | 4 +- 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 | 4 +- 65 files changed, 212 insertions(+), 212 deletions(-) diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 9cca6e5f8b87..e3b10eaa047e 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.0-SNAPSHOT + 1.3.0 iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index cc9756d6dfc8..abdc9edeb3f3 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.0-SNAPSHOT + 1.3.0 iotdb-distribution pom @@ -33,35 +33,35 @@ org.apache.iotdb iotdb-server - 1.3.0-SNAPSHOT + 1.3.0 zip org.apache.iotdb iotdb-cli - 1.3.0-SNAPSHOT + 1.3.0 zip org.apache.iotdb iotdb-confignode - 1.3.0-SNAPSHOT + 1.3.0 zip org.apache.iotdb library-udf - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb spark-iotdb-connector_2.11 - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/example/flink-sql/pom.xml b/example/flink-sql/pom.xml index c81510fc7329..ea8f602945bc 100644 --- a/example/flink-sql/pom.xml +++ b/example/flink-sql/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 flink-sql-example IoTDB: Example: Apache Flink SQL diff --git a/example/flink/pom.xml b/example/flink/pom.xml index c06657360e2c..b5c4ee64d6b8 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 flink-example IoTDB: Example: Apache Flink diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index ad04e141d7b7..58a4679ded5e 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 hadoop-example IoTDB: Example: Apache Hadoop diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index c26cb20068a9..dba8e75df957 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 jdbc-example IoTDB: Example: JDBC diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index f2bababd1304..23d2623ba4ca 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 kafka-example IoTDB: Example: Apache Kafka diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index 45bd54519d74..8723a1f3b542 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 94df095e86ea..4673e22fc610 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 mqtt-example IoTDB: Example: MQTT diff --git a/example/pipe-count-point-processor/pom.xml b/example/pipe-count-point-processor/pom.xml index 5ba671a79ab3..e3038b418d06 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.0-SNAPSHOT + 1.3.0 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 e9be52150608..343b6e12729f 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.0-SNAPSHOT + 1.3.0 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index 2f71d309a647..4fde6cd3c683 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.0-SNAPSHOT + 1.3.0 iotdb-examples pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 796bbada57ed..865d4748d935 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 pulsar-example IoTDB: Example: Apache Pulsar diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index b75b8217def3..3752a52fb733 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 rabbitmq-example IoTDB: Example: RabbitMQ diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index 091ecac92688..fcc2ef9ecd4d 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.0-SNAPSHOT + 1.3.0 rest-java-example IoTDB: Example: Java Rest diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 2735dc012a7d..f04f60a4e4f6 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 rocketmq-example IoTDB: Example: Apache RocketMQ diff --git a/example/schema/pom.xml b/example/schema/pom.xml index d23268c79a16..8d3ff21ed038 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.3.0-SNAPSHOT + 1.3.0 schema-example IoTDB: Example: Schema @@ -37,7 +37,7 @@ org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 compile diff --git a/example/session/pom.xml b/example/session/pom.xml index c278a2b7e0c9..3d39d2e055f2 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index 68d6f89a76cd..1ebff78f2bb2 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 trigger-example IoTDB: Example: Trigger diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 3b69b3a5e1eb..e0445a501a1a 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 tsfile-example IoTDB: Example: TSFile diff --git a/example/udf/pom.xml b/example/udf/pom.xml index ecda1650ae19..ffb171ae4095 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.0-SNAPSHOT + 1.3.0 udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index df2f0c01fbbb..709d288fd494 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.0-SNAPSHOT + 1.3.0 integration-test IoTDB: Integration-Test @@ -72,57 +72,57 @@ org.apache.iotdb iotdb-server - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-session - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-jdbc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb trigger-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb isession - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift-confignode - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb node-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb udf-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb @@ -132,7 +132,7 @@ org.apache.iotdb iotdb-consensus - 1.3.0-SNAPSHOT + 1.3.0 org.slf4j @@ -161,27 +161,27 @@ org.apache.iotdb iotdb-confignode - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb zeppelin-iotdb - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-cli - 1.3.0-SNAPSHOT + 1.3.0 commons-codec @@ -190,7 +190,7 @@ org.apache.iotdb flink-sql-iotdb-connector - 1.3.0-SNAPSHOT + 1.3.0 org.apache.spark @@ -215,7 +215,7 @@ org.apache.iotdb iotdb-server - 1.3.0-SNAPSHOT + 1.3.0 test-jar test diff --git a/iotdb-api/common-api/pom.xml b/iotdb-api/common-api/pom.xml index bf1b1eb3ad94..bb651bbf52a0 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.0-SNAPSHOT + 1.3.0 common-api IoTDB: API: Common API diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml index 98f4911dd00d..67a5ad121d57 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.0-SNAPSHOT + 1.3.0 external-api IoTDB: API: External API diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml index ff28bbfb5c4a..6f8e37f18966 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.0-SNAPSHOT + 1.3.0 pipe-api IoTDB: API: Pipe API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 provided diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index a6c02c08ab79..a4c2f7e41892 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.0-SNAPSHOT + 1.3.0 iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index c5882a5b779b..ace1b7d6e377 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.0-SNAPSHOT + 1.3.0 trigger-api IoTDB: API: Trigger API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index bd43d82912a8..5c314d283f57 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.0-SNAPSHOT + 1.3.0 udf-api IoTDB: API: UDF API @@ -32,7 +32,7 @@ org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index 392129a84f97..550e6894ed65 100644 --- a/iotdb-client/cli/pom.xml +++ b/iotdb-client/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.0-SNAPSHOT + 1.3.0 iotdb-cli IoTDB: Client: CLI @@ -37,52 +37,52 @@ org.apache.iotdb iotdb-session - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-jdbc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-antlr - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb node-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-server - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb isession - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift - 1.3.0-SNAPSHOT + 1.3.0 org.slf4j diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index eea0cbd3a8ac..e70ec7cb0b0f 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.0-SNAPSHOT + 1.3.0 iotdb-python-api IoTDB: Client: Python-API @@ -34,7 +34,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.0-SNAPSHOT + 1.3.0 provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index b207b7c5bf0a..8455605db0e3 100644 --- a/iotdb-client/isession/pom.xml +++ b/iotdb-client/isession/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.0-SNAPSHOT + 1.3.0 isession IoTDB: Client: isession @@ -32,27 +32,27 @@ org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 68f5ed80fd57..df8b523c69b0 100644 --- a/iotdb-client/jdbc/pom.xml +++ b/iotdb-client/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.0-SNAPSHOT + 1.3.0 iotdb-jdbc IoTDB: Client: Jdbc @@ -38,27 +38,27 @@ org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift - 1.3.0-SNAPSHOT + 1.3.0 org.apache.thrift diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index 9e55a70863fa..e01fc2b845d9 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.0-SNAPSHOT + 1.3.0 iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 787b8df53f63..3a376e6a4c5f 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.0-SNAPSHOT + 1.3.0 service-rpc IoTDB: Client: Service-RPC @@ -43,7 +43,7 @@ org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 @@ -55,12 +55,12 @@ org.apache.iotdb iotdb-thrift - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index 15532b109f0c..0b91a09e02c9 100644 --- a/iotdb-client/session/pom.xml +++ b/iotdb-client/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-client - 1.3.0-SNAPSHOT + 1.3.0 iotdb-session IoTDB: Client: Session @@ -37,32 +37,32 @@ org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb isession - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb iotdb-thrift - 1.3.0-SNAPSHOT + 1.3.0 org.slf4j diff --git a/iotdb-connector/flink-iotdb-connector/pom.xml b/iotdb-connector/flink-iotdb-connector/pom.xml index 50f7a761ed07..d0daca9316f5 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.0-SNAPSHOT + 1.3.0 flink-iotdb-connector IoTDB: Connector: Apache Flink @@ -32,27 +32,27 @@ org.apache.iotdb iotdb-session - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb isession - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.slf4j diff --git a/iotdb-connector/flink-sql-iotdb-connector/pom.xml b/iotdb-connector/flink-sql-iotdb-connector/pom.xml index 5ed3dc04e2aa..b2211a56c721 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.0-SNAPSHOT + 1.3.0 flink-sql-iotdb-connector IoTDB: Connector: Apache Flink SQL @@ -33,32 +33,32 @@ org.apache.iotdb iotdb-session - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb node-commons - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb isession - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb service-rpc - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0 org.slf4j diff --git a/iotdb-connector/flink-tsfile-connector/pom.xml b/iotdb-connector/flink-tsfile-connector/pom.xml index e570b023cbad..31205e6d1fe9 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.0-SNAPSHOT + 1.3.0 flink-tsfile-connector IoTDB: Connector: Apache Flink TSFile @@ -32,12 +32,12 @@ org.apache.iotdb common-api - 1.3.0-SNAPSHOT + 1.3.0 org.apache.iotdb tsfile - 1.3.0-SNAPSHOT + 1.3.0