From 3a23f3e4d76ba24edb66c606538c0951f871e35f Mon Sep 17 00:00:00 2001 From: HTHou Date: Fri, 14 Oct 2022 18:50:00 +0800 Subject: [PATCH] [maven-release-plugin] prepare release v0.14.0-preview3 --- antlr/pom.xml | 2 +- cli/pom.xml | 2 +- client-cpp/pom.xml | 2 +- client-py/pom.xml | 2 +- code-coverage/pom.xml | 2 +- compile-tools/pom.xml | 2 +- compile-tools/thrift/pom.xml | 2 +- confignode/pom.xml | 2 +- consensus/pom.xml | 2 +- cross-tests/pom.xml | 2 +- distribution/pom.xml | 2 +- example/client-cpp-example/pom.xml | 2 +- example/ext-pipe-plugin-example/pom.xml | 4 ++-- example/flink/pom.xml | 2 +- example/hadoop/pom.xml | 2 +- example/influxdb-protocol-example/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/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/session/pom.xml | 2 +- example/trigger/pom.xml | 2 +- example/tsfile/pom.xml | 2 +- example/udf/pom.xml | 2 +- external-api/pom.xml | 2 +- external-pipe-api/pom.xml | 2 +- flink-iotdb-connector/pom.xml | 2 +- flink-tsfile-connector/pom.xml | 2 +- grafana-connector/pom.xml | 2 +- grafana-plugin/pom.xml | 2 +- hadoop/pom.xml | 2 +- hive-connector/pom.xml | 2 +- influxdb-protocol/pom.xml | 2 +- integration-test/pom.xml | 2 +- integration/pom.xml | 2 +- jdbc/pom.xml | 2 +- library-udf/pom.xml | 2 +- metrics/dropwizard-metrics/pom.xml | 2 +- metrics/interface/pom.xml | 2 +- metrics/micrometer-metrics/pom.xml | 4 ++-- metrics/pom.xml | 2 +- node-commons/pom.xml | 2 +- openapi/pom.xml | 2 +- pom.xml | 4 ++-- rewrite-tsfile-tool/pom.xml | 2 +- schema-engine-rocksdb/pom.xml | 2 +- server/pom.xml | 2 +- service-rpc/pom.xml | 2 +- session/pom.xml | 2 +- site/pom.xml | 2 +- spark-iotdb-connector/pom.xml | 2 +- spark-tsfile/pom.xml | 2 +- thrift-commons/pom.xml | 2 +- thrift-confignode/pom.xml | 2 +- thrift-influxdb/pom.xml | 2 +- thrift-multi-leader-consensus/pom.xml | 2 +- thrift/pom.xml | 2 +- trigger-api/pom.xml | 2 +- tsfile/pom.xml | 2 +- udf-api/pom.xml | 2 +- zeppelin-interpreter/pom.xml | 2 +- 66 files changed, 69 insertions(+), 69 deletions(-) diff --git a/antlr/pom.xml b/antlr/pom.xml index a66513db4c64..6a4c64a6d472 100644 --- a/antlr/pom.xml +++ b/antlr/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-antlr diff --git a/cli/pom.xml b/cli/pom.xml index 53bda6114e2d..fa7e316c20af 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-cli diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml index 5068db166f36..e48e97f1c10a 100644 --- a/client-cpp/pom.xml +++ b/client-cpp/pom.xml @@ -24,7 +24,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml client-cpp diff --git a/client-py/pom.xml b/client-py/pom.xml index a5edfb6d7d5f..81760a58cd08 100644 --- a/client-py/pom.xml +++ b/client-py/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-python-api diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 36031f9b9fe0..0d00fd8c56df 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-code-coverage diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml index bb3d264186e9..0922bc310c5c 100644 --- a/compile-tools/pom.xml +++ b/compile-tools/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml client-cpp-tools diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml index d7db59f6db29..cbd8054a85a0 100644 --- a/compile-tools/thrift/pom.xml +++ b/compile-tools/thrift/pom.xml @@ -22,7 +22,7 @@ org.apache.iotdb client-cpp-tools - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml client-cpp-tools-thrift diff --git a/confignode/pom.xml b/confignode/pom.xml index 14052dbc6d59..6eaac7fc414b 100644 --- a/confignode/pom.xml +++ b/confignode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-confignode diff --git a/consensus/pom.xml b/consensus/pom.xml index 0b0b45820946..98d90cfbae8b 100644 --- a/consensus/pom.xml +++ b/consensus/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml index acf5ddb02cbb..f5b3cc176a94 100644 --- a/cross-tests/pom.xml +++ b/cross-tests/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 4.0.0 cross-tests diff --git a/distribution/pom.xml b/distribution/pom.xml index 8afdbf586cd6..7db3e75ce82d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-distribution diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index dac8bdbbfff4..640cc9d39096 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml client-cpp-example diff --git a/example/ext-pipe-plugin-example/pom.xml b/example/ext-pipe-plugin-example/pom.xml index 1298f9a3a1a5..f854fd980ab7 100644 --- a/example/ext-pipe-plugin-example/pom.xml +++ b/example/ext-pipe-plugin-example/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml ext-pipe-plugin-example @@ -37,7 +37,7 @@ org.apache.iotdb external-pipe-api - 0.14.0-SNAPSHOT + 0.14.0-preview3 diff --git a/example/flink/pom.xml b/example/flink/pom.xml index 35302e92531c..11a9860aa982 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml flink-example diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 2d1e6d259f6f..721369cee9ab 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml hadoop-example diff --git a/example/influxdb-protocol-example/pom.xml b/example/influxdb-protocol-example/pom.xml index ef1b109118a0..822e196de2e0 100644 --- a/example/influxdb-protocol-example/pom.xml +++ b/example/influxdb-protocol-example/pom.xml @@ -24,7 +24,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml influxdb-protocol-example diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 683dcb000e3e..edc8deb11131 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 4.0.0 jdbc-example diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index 72ee39c193eb..1e9d5baac2ad 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -29,7 +29,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml kafka-example diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index 683bf79bb5a7..d4da5f24f124 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml customize-mqtt-example diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index e21925a6b7bf..cb525f510c09 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml mqtt-example diff --git a/example/pom.xml b/example/pom.xml index 5109f4053493..907bcc09253e 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml pom diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 34bac6be0477..b6c8852b5504 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index 3cfd8b40de15..16702695e5db 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml rabbitmq-example diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml index 499ca85a9ec4..f96c9e0f7969 100644 --- a/example/rest-java-example/pom.xml +++ b/example/rest-java-example/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 4.0.0 rest-java-example diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 1330dde1cbe3..8391fd84d936 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml rocketmq-example diff --git a/example/session/pom.xml b/example/session/pom.xml index 94f93d0e47a9..b9fa1ea1730b 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -23,7 +23,7 @@ iotdb-examples org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 4.0.0 client-example diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index c5ab40f95b07..6d866d99c6e0 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml trigger-example diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 3923d1d44773..dc4481266240 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml tsfile-example diff --git a/example/udf/pom.xml b/example/udf/pom.xml index e77fcfb0b556..9379a5aed6e9 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-examples - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml udf-example diff --git a/external-api/pom.xml b/external-api/pom.xml index 354c82051389..a6aa9b2579a0 100644 --- a/external-api/pom.xml +++ b/external-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/external-pipe-api/pom.xml b/external-pipe-api/pom.xml index 1afbb0f57418..17dc990c6165 100644 --- a/external-pipe-api/pom.xml +++ b/external-pipe-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml index 89b40a2946b8..a5e2c5bc9ebe 100644 --- a/flink-iotdb-connector/pom.xml +++ b/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml flink-iotdb-connector diff --git a/flink-tsfile-connector/pom.xml b/flink-tsfile-connector/pom.xml index 7d1c21550749..83e3b6b0e5de 100644 --- a/flink-tsfile-connector/pom.xml +++ b/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml flink-tsfile-connector diff --git a/grafana-connector/pom.xml b/grafana-connector/pom.xml index 64a4909f10d7..f6f0c2018040 100644 --- a/grafana-connector/pom.xml +++ b/grafana-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml diff --git a/rewrite-tsfile-tool/pom.xml b/rewrite-tsfile-tool/pom.xml index 4eab0ef72ddc..fede7af6c3b0 100644 --- a/rewrite-tsfile-tool/pom.xml +++ b/rewrite-tsfile-tool/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/schema-engine-rocksdb/pom.xml b/schema-engine-rocksdb/pom.xml index cec761225661..1830b1b82931 100644 --- a/schema-engine-rocksdb/pom.xml +++ b/schema-engine-rocksdb/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 4.0.0 schema-engine-rocksdb diff --git a/server/pom.xml b/server/pom.xml index 30f462b57ba5..c1fdf6d01c4e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-server diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index 792a0b615452..65756624b8c8 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml service-rpc diff --git a/session/pom.xml b/session/pom.xml index 9f32346ae27f..44958038cc3f 100644 --- a/session/pom.xml +++ b/session/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/site/pom.xml b/site/pom.xml index 8cf1b73749b3..0af99b3651de 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml index 470f1383e59d..9b83bac2b879 100644 --- a/spark-iotdb-connector/pom.xml +++ b/spark-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml spark-iotdb-connector diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml index e3471db5bbbd..a56582e117b5 100644 --- a/spark-tsfile/pom.xml +++ b/spark-tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml spark-tsfile diff --git a/thrift-commons/pom.xml b/thrift-commons/pom.xml index 942b35df8ae4..cb48e3955091 100644 --- a/thrift-commons/pom.xml +++ b/thrift-commons/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-thrift-commons diff --git a/thrift-confignode/pom.xml b/thrift-confignode/pom.xml index fb3f5e4467d2..49396b161088 100644 --- a/thrift-confignode/pom.xml +++ b/thrift-confignode/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-thrift-confignode diff --git a/thrift-influxdb/pom.xml b/thrift-influxdb/pom.xml index 3565b7062c03..4ff3c392eddc 100644 --- a/thrift-influxdb/pom.xml +++ b/thrift-influxdb/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml influxdb-thrift diff --git a/thrift-multi-leader-consensus/pom.xml b/thrift-multi-leader-consensus/pom.xml index a55147ded5da..7c4146812bf7 100644 --- a/thrift-multi-leader-consensus/pom.xml +++ b/thrift-multi-leader-consensus/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml thrift-multi-leader-consensus diff --git a/thrift/pom.xml b/thrift/pom.xml index 92306b53a16d..fbc9c5d48efa 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml iotdb-thrift diff --git a/trigger-api/pom.xml b/trigger-api/pom.xml index 4d93a3df918c..c7ea05bcc5a9 100644 --- a/trigger-api/pom.xml +++ b/trigger-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 03e05493e25c..bbc960dac470 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml tsfile diff --git a/udf-api/pom.xml b/udf-api/pom.xml index 758e0702850d..ba0bb7bacc4c 100644 --- a/udf-api/pom.xml +++ b/udf-api/pom.xml @@ -23,7 +23,7 @@ iotdb-parent org.apache.iotdb - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml 4.0.0 diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index facd723fd95f..64c4d99a6ab2 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,7 +24,7 @@ org.apache.iotdb iotdb-parent - 0.14.0-SNAPSHOT + 0.14.0-preview3 ../pom.xml zeppelin-iotdb