diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 19fec8ef59ec..fb8d37d298f7 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2-SNAPSHOT + 1.3.2 iotdb-code-coverage pom diff --git a/distribution/pom.xml b/distribution/pom.xml index 56238225c758..8d42012bb9cb 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2-SNAPSHOT + 1.3.2 iotdb-distribution pom @@ -33,35 +33,35 @@ org.apache.iotdb iotdb-server - 1.3.2-SNAPSHOT + 1.3.2 zip org.apache.iotdb iotdb-cli - 1.3.2-SNAPSHOT + 1.3.2 zip org.apache.iotdb iotdb-confignode - 1.3.2-SNAPSHOT + 1.3.2 zip org.apache.iotdb library-udf - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb spark-iotdb-connector_2.11 - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.2-SNAPSHOT + 1.3.2 diff --git a/example/flink-sql/pom.xml b/example/flink-sql/pom.xml index 5efbd42eaeda..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.2-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 1c1c0a61b5e1..8f7b42bd86f4 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 flink-example IoTDB: Example: Apache Flink diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 4a3281420a8e..24d2c3a97a49 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 hadoop-example IoTDB: Example: Apache Hadoop diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 1d2152b998af..711675605bbf 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 jdbc-example IoTDB: Example: JDBC diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index 57e0f1c9dc38..77514e32ec28 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-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 fe01d1640f59..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.2-SNAPSHOT + 1.3.2 customize-mqtt-example IoTDB: Example: Customized MQTT diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index 7e101fb4c428..85411b957406 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-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 9a0573bb581b..0936a63459f8 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-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 afa5b6171ced..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.2-SNAPSHOT + 1.3.2 4.0.0 pipe-opc-ua-sink-example diff --git a/example/pom.xml b/example/pom.xml index 520600ce57c2..6bb21aeb242c 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2-SNAPSHOT + 1.3.2 iotdb-examples pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index fbde0d0672ab..9cd915a2fb98 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 pulsar-example IoTDB: Example: Apache Pulsar diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index f0956a6ddf18..348e7d3463d4 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-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 9d1a354faac4..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.2-SNAPSHOT + 1.3.2 rest-java-example IoTDB: Example: Java Rest diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 606e9715edd1..7968f96baa37 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 rocketmq-example IoTDB: Example: Apache RocketMQ diff --git a/example/schema/pom.xml b/example/schema/pom.xml index c1e5f1821e43..4effed609e6f 100644 --- a/example/schema/pom.xml +++ b/example/schema/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 1.3.2-SNAPSHOT + 1.3.2 schema-example IoTDB: Example: Schema @@ -37,7 +37,7 @@ org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 compile diff --git a/example/session/pom.xml b/example/session/pom.xml index ac5d936f9977..4ce970aaf047 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 client-example IoTDB: Example: Session Client diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index bf4937557836..52287581d574 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 trigger-example IoTDB: Example: Trigger diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 5c8b9cc51fb6..5b7a1f861d57 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 tsfile-example IoTDB: Example: TSFile diff --git a/example/udf/pom.xml b/example/udf/pom.xml index 080b41807da5..8725d7d4deef 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 1.3.2-SNAPSHOT + 1.3.2 udf-example IoTDB: Example: UDF diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 95fe392bcc63..9c88f4d3b498 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2-SNAPSHOT + 1.3.2 integration-test IoTDB: Integration-Test @@ -72,57 +72,57 @@ org.apache.iotdb iotdb-server - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-session - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-jdbc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb trigger-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-confignode - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb node-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb udf-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb @@ -132,7 +132,7 @@ org.apache.iotdb iotdb-consensus - 1.3.2-SNAPSHOT + 1.3.2 org.slf4j @@ -161,27 +161,27 @@ org.apache.iotdb iotdb-confignode - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb zeppelin-iotdb - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb spark-iotdb-connector_2.12 - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-cli - 1.3.2-SNAPSHOT + 1.3.2 commons-codec @@ -190,7 +190,7 @@ org.apache.iotdb flink-sql-iotdb-connector - 1.3.2-SNAPSHOT + 1.3.2 org.apache.spark @@ -215,7 +215,7 @@ org.apache.iotdb iotdb-server - 1.3.2-SNAPSHOT + 1.3.2 test-jar test diff --git a/iotdb-api/common-api/pom.xml b/iotdb-api/common-api/pom.xml index 362f8f64065b..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.2-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 791019515461..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.2-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 83775f8386e9..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.2-SNAPSHOT + 1.3.2 pipe-api IoTDB: API: Pipe API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 provided diff --git a/iotdb-api/pom.xml b/iotdb-api/pom.xml index 15a345d5a5ad..30ac70ad37d1 100644 --- a/iotdb-api/pom.xml +++ b/iotdb-api/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2-SNAPSHOT + 1.3.2 iotdb-api pom diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml index 8292ed5aa79e..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.2-SNAPSHOT + 1.3.2 trigger-api IoTDB: API: Trigger API @@ -32,7 +32,7 @@ org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml index fcb22d6d4ca8..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.2-SNAPSHOT + 1.3.2 udf-api IoTDB: API: UDF API @@ -32,7 +32,7 @@ org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml index 9e14c6239eea..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.2-SNAPSHOT + 1.3.2 iotdb-cli IoTDB: Client: CLI @@ -37,52 +37,52 @@ org.apache.iotdb iotdb-session - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-jdbc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-antlr - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb node-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-server - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.2-SNAPSHOT + 1.3.2 org.slf4j diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index 7d23a6da94e5..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.2-SNAPSHOT + 1.3.2 iotdb-python-api IoTDB: Client: Python-API @@ -34,7 +34,7 @@ org.apache.iotdb iotdb-thrift-commons - 1.3.2-SNAPSHOT + 1.3.2 provided diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml index 44dbe968cc7f..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.2-SNAPSHOT + 1.3.2 isession IoTDB: Client: isession @@ -32,27 +32,27 @@ org.apache.iotdb service-rpc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.thrift diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml index 7fdbd09e516f..ea25b79a2d20 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-SNAPSHOT + 1.3.2 iotdb-jdbc IoTDB: Client: Jdbc @@ -38,27 +38,27 @@ org.apache.iotdb service-rpc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.2-SNAPSHOT + 1.3.2 org.apache.thrift diff --git a/iotdb-client/pom.xml b/iotdb-client/pom.xml index ee34d7e76a00..b0f6ea41cf59 100644 --- a/iotdb-client/pom.xml +++ b/iotdb-client/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 1.3.2-SNAPSHOT + 1.3.2 iotdb-client pom diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml index 58a76584990a..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.2-SNAPSHOT + 1.3.2 service-rpc IoTDB: Client: Service-RPC @@ -48,7 +48,7 @@ org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 @@ -60,12 +60,12 @@ org.apache.iotdb iotdb-thrift - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.thrift diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml index d43ca10e06fa..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.2-SNAPSHOT + 1.3.2 iotdb-session IoTDB: Client: Session @@ -37,32 +37,32 @@ org.apache.iotdb service-rpc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb iotdb-thrift - 1.3.2-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 90ff8b0bae36..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.2-SNAPSHOT + 1.3.2 flink-iotdb-connector IoTDB: Connector: Apache Flink @@ -32,27 +32,27 @@ org.apache.iotdb iotdb-session - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.2-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 adcd2452bb1d..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.2-SNAPSHOT + 1.3.2 flink-sql-iotdb-connector IoTDB: Connector: Apache Flink SQL @@ -33,32 +33,32 @@ org.apache.iotdb iotdb-session - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb node-commons - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb isession - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb service-rpc - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-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 6c68fe5f537f..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.2-SNAPSHOT + 1.3.2 flink-tsfile-connector IoTDB: Connector: Apache Flink TSFile @@ -32,12 +32,12 @@ org.apache.iotdb common-api - 1.3.2-SNAPSHOT + 1.3.2 org.apache.iotdb tsfile - 1.3.2-SNAPSHOT + 1.3.2