This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch rel/0.14.0-preview2 in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rel/0.14.0-preview2 by this push: new 17c64784a8 [maven-release-plugin] prepare release v0.14.0-preview2 17c64784a8 is described below commit 17c64784a866f583b59d4e583670233b70f0e291 Author: HTHou <hhao...@outlook.com> AuthorDate: Wed Sep 7 10:35:37 2022 +0800 [maven-release-plugin] prepare release v0.14.0-preview2 --- 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/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/pom.xml | 2 +- example/pulsar/pom.xml | 2 +- example/rabbitmq/pom.xml | 2 +- example/rocketmq/pom.xml | 2 +- example/session/pom.xml | 2 +- example/trigger/pom.xml | 4 ++-- 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 +- 63 files changed, 66 insertions(+), 66 deletions(-) diff --git a/antlr/pom.xml b/antlr/pom.xml index a66513db4c..ddfc4a0d6b 100644 --- a/antlr/pom.xml +++ b/antlr/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-antlr</artifactId> diff --git a/cli/pom.xml b/cli/pom.xml index 38544e2779..633879e955 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-cli</artifactId> diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml index 5068db166f..a544256af7 100644 --- a/client-cpp/pom.xml +++ b/client-cpp/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp</artifactId> diff --git a/client-py/pom.xml b/client-py/pom.xml index a5edfb6d7d..53b6d2b42d 100644 --- a/client-py/pom.xml +++ b/client-py/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-python-api</artifactId> diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml index 36031f9b9f..afc89bc3f6 100644 --- a/code-coverage/pom.xml +++ b/code-coverage/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-code-coverage</artifactId> diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml index bb3d264186..718b68287f 100644 --- a/compile-tools/pom.xml +++ b/compile-tools/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp-tools</artifactId> diff --git a/compile-tools/thrift/pom.xml b/compile-tools/thrift/pom.xml index d7db59f6db..c3df51351e 100644 --- a/compile-tools/thrift/pom.xml +++ b/compile-tools/thrift/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>client-cpp-tools</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp-tools-thrift</artifactId> diff --git a/confignode/pom.xml b/confignode/pom.xml index 14052dbc6d..feff1f6806 100644 --- a/confignode/pom.xml +++ b/confignode/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-confignode</artifactId> diff --git a/consensus/pom.xml b/consensus/pom.xml index 0b0b458209..86ddd366d1 100644 --- a/consensus/pom.xml +++ b/consensus/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml index acf5ddb02c..305e2029df 100644 --- a/cross-tests/pom.xml +++ b/cross-tests/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>cross-tests</artifactId> diff --git a/distribution/pom.xml b/distribution/pom.xml index 8afdbf586c..db3f09a50d 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-distribution</artifactId> diff --git a/example/client-cpp-example/pom.xml b/example/client-cpp-example/pom.xml index dac8bdbbff..4f74bd8d2d 100644 --- a/example/client-cpp-example/pom.xml +++ b/example/client-cpp-example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>client-cpp-example</artifactId> diff --git a/example/flink/pom.xml b/example/flink/pom.xml index 35302e9253..1169d4b4e2 100644 --- a/example/flink/pom.xml +++ b/example/flink/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flink-example</artifactId> diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml index 2d1e6d259f..d9513e925d 100644 --- a/example/hadoop/pom.xml +++ b/example/hadoop/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hadoop-example</artifactId> diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml index 683dcb000e..cc440eb16f 100644 --- a/example/jdbc/pom.xml +++ b/example/jdbc/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jdbc-example</artifactId> diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml index 72ee39c193..43bb58c69a 100644 --- a/example/kafka/pom.xml +++ b/example/kafka/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>kafka-example</artifactId> diff --git a/example/mqtt-customize/pom.xml b/example/mqtt-customize/pom.xml index 683bf79bb5..3adcde86d9 100644 --- a/example/mqtt-customize/pom.xml +++ b/example/mqtt-customize/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>customize-mqtt-example</artifactId> diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml index e21925a6b7..0c85e25d29 100644 --- a/example/mqtt/pom.xml +++ b/example/mqtt/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>mqtt-example</artifactId> diff --git a/example/pom.xml b/example/pom.xml index 53d5c9e087..d2a1c585db 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <packaging>pom</packaging> diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml index 424bbc996b..6720ae5c7c 100644 --- a/example/pulsar/pom.xml +++ b/example/pulsar/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml index 3cfd8b40de..4da5b374bc 100644 --- a/example/rabbitmq/pom.xml +++ b/example/rabbitmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>rabbitmq-example</artifactId> diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml index 1330dde1cb..d43f640c77 100644 --- a/example/rocketmq/pom.xml +++ b/example/rocketmq/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>rocketmq-example</artifactId> diff --git a/example/session/pom.xml b/example/session/pom.xml index 94f93d0e47..96b29ef720 100644 --- a/example/session/pom.xml +++ b/example/session/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-examples</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>client-example</artifactId> diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml index d4c96f98da..06864c5c04 100644 --- a/example/trigger/pom.xml +++ b/example/trigger/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>trigger-example</artifactId> @@ -32,7 +32,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-server</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <scope>provided</scope> </dependency> </dependencies> diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml index 3923d1d447..35afe69f5a 100644 --- a/example/tsfile/pom.xml +++ b/example/tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tsfile-example</artifactId> diff --git a/example/udf/pom.xml b/example/udf/pom.xml index e77fcfb0b5..e8962691cf 100644 --- a/example/udf/pom.xml +++ b/example/udf/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-examples</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>udf-example</artifactId> diff --git a/external-api/pom.xml b/external-api/pom.xml index 354c820513..b1fd4e5e9d 100644 --- a/external-api/pom.xml +++ b/external-api/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/external-pipe-api/pom.xml b/external-pipe-api/pom.xml index 1afbb0f574..bda28327a1 100644 --- a/external-pipe-api/pom.xml +++ b/external-pipe-api/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml index 89b40a2946..6530db619e 100644 --- a/flink-iotdb-connector/pom.xml +++ b/flink-iotdb-connector/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flink-iotdb-connector</artifactId> diff --git a/flink-tsfile-connector/pom.xml b/flink-tsfile-connector/pom.xml index 7d1c215507..a249a31d71 100644 --- a/flink-tsfile-connector/pom.xml +++ b/flink-tsfile-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>flink-tsfile-connector</artifactId> diff --git a/grafana-connector/pom.xml b/grafana-connector/pom.xml index 64a4909f10..fc8931c29a 100644 --- a/grafana-connector/pom.xml +++ b/grafana-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <!--parent> diff --git a/grafana-plugin/pom.xml b/grafana-plugin/pom.xml index 2f31bfb722..74c25ba9b0 100644 --- a/grafana-plugin/pom.xml +++ b/grafana-plugin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-grafana-plugin</artifactId> diff --git a/hadoop/pom.xml b/hadoop/pom.xml index d1125823ba..ca51754f59 100644 --- a/hadoop/pom.xml +++ b/hadoop/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hadoop-tsfile</artifactId> diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml index 0b3ce868b5..db484d7bbd 100644 --- a/hive-connector/pom.xml +++ b/hive-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hive-connector</artifactId> diff --git a/influxdb-protocol/pom.xml b/influxdb-protocol/pom.xml index c40a92dfdf..c8053d78f3 100644 --- a/influxdb-protocol/pom.xml +++ b/influxdb-protocol/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>influxdb-protocol</artifactId> diff --git a/integration-test/pom.xml b/integration-test/pom.xml index a7c9414ac2..97a8eeabe6 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>integration-test</artifactId> diff --git a/integration/pom.xml b/integration/pom.xml index 9f1833dc07..c56cd10ba4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>integration</artifactId> diff --git a/jdbc/pom.xml b/jdbc/pom.xml index be78f0ae2f..21c8d2ad36 100644 --- a/jdbc/pom.xml +++ b/jdbc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-jdbc</artifactId> diff --git a/library-udf/pom.xml b/library-udf/pom.xml index 4643d8e4cd..a2a13345de 100644 --- a/library-udf/pom.xml +++ b/library-udf/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>library-udf</artifactId> diff --git a/metrics/dropwizard-metrics/pom.xml b/metrics/dropwizard-metrics/pom.xml index 51b7b65af7..547f9d1b69 100644 --- a/metrics/dropwizard-metrics/pom.xml +++ b/metrics/dropwizard-metrics/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-metrics</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>dropwizard-metrics</artifactId> diff --git a/metrics/interface/pom.xml b/metrics/interface/pom.xml index 500264d55c..8ce11138eb 100644 --- a/metrics/interface/pom.xml +++ b/metrics/interface/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-metrics</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>metrics-interface</artifactId> diff --git a/metrics/micrometer-metrics/pom.xml b/metrics/micrometer-metrics/pom.xml index c230bbe46b..7560341507 100644 --- a/metrics/micrometer-metrics/pom.xml +++ b/metrics/micrometer-metrics/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-metrics</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>micrometer-metrics</artifactId> @@ -31,7 +31,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>metrics-interface</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </dependency> <dependency> <groupId>io.micrometer</groupId> diff --git a/metrics/pom.xml b/metrics/pom.xml index ec35d6f971..85bd9c5be4 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-metrics</artifactId> diff --git a/node-commons/pom.xml b/node-commons/pom.xml index 3b2e80429f..8ea47f7dae 100644 --- a/node-commons/pom.xml +++ b/node-commons/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>node-commons</artifactId> diff --git a/openapi/pom.xml b/openapi/pom.xml index c3310cdc54..a13e997dcf 100644 --- a/openapi/pom.xml +++ b/openapi/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index e89819afc4..930cc0cf1c 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <packaging>pom</packaging> <name>Apache IoTDB Project Parent POM</name> <description>This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.</description> @@ -42,7 +42,7 @@ <connection>scm:git:ssh://g...@github.com/apache/iotdb.git</connection> <developerConnection>scm:git:ssh://g...@github.com/apache/iotdb.git</developerConnection> <url>ssh://g...@github.com:apache/iotdb.git</url> - <tag>rel/0.10</tag> + <tag>v0.14.0-preview2</tag> </scm> <!-- Only configure the site distribution as the rest is handled by the apache parent --> <distributionManagement> diff --git a/rewrite-tsfile-tool/pom.xml b/rewrite-tsfile-tool/pom.xml index 4eab0ef72d..51984c938e 100644 --- a/rewrite-tsfile-tool/pom.xml +++ b/rewrite-tsfile-tool/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/schema-engine-rocksdb/pom.xml b/schema-engine-rocksdb/pom.xml index cec7612256..c442f2a391 100644 --- a/schema-engine-rocksdb/pom.xml +++ b/schema-engine-rocksdb/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>schema-engine-rocksdb</artifactId> diff --git a/server/pom.xml b/server/pom.xml index 30f462b57b..42b14615fa 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-server</artifactId> diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml index 792a0b6154..3ba838f24f 100644 --- a/service-rpc/pom.xml +++ b/service-rpc/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>service-rpc</artifactId> diff --git a/session/pom.xml b/session/pom.xml index 9f32346ae2..baf276c5a3 100644 --- a/session/pom.xml +++ b/session/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/site/pom.xml b/site/pom.xml index 8cf1b73749..23205aab94 100644 --- a/site/pom.xml +++ b/site/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml index 1f3c3110ce..0dfadb8638 100644 --- a/spark-iotdb-connector/pom.xml +++ b/spark-iotdb-connector/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>spark-iotdb-connector</artifactId> diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml index 0e197e050b..67f5a40e82 100644 --- a/spark-tsfile/pom.xml +++ b/spark-tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>spark-tsfile</artifactId> diff --git a/thrift-commons/pom.xml b/thrift-commons/pom.xml index 942b35df8a..1239dbc388 100644 --- a/thrift-commons/pom.xml +++ b/thrift-commons/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift-commons</artifactId> diff --git a/thrift-confignode/pom.xml b/thrift-confignode/pom.xml index fb3f5e4467..1d55033a6b 100644 --- a/thrift-confignode/pom.xml +++ b/thrift-confignode/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift-confignode</artifactId> diff --git a/thrift-influxdb/pom.xml b/thrift-influxdb/pom.xml index 3565b7062c..fddf5a2baf 100644 --- a/thrift-influxdb/pom.xml +++ b/thrift-influxdb/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>influxdb-thrift</artifactId> diff --git a/thrift-multi-leader-consensus/pom.xml b/thrift-multi-leader-consensus/pom.xml index a55147ded5..6e1ac707a9 100644 --- a/thrift-multi-leader-consensus/pom.xml +++ b/thrift-multi-leader-consensus/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>thrift-multi-leader-consensus</artifactId> diff --git a/thrift/pom.xml b/thrift/pom.xml index 92306b53a1..5c03439e46 100644 --- a/thrift/pom.xml +++ b/thrift/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>iotdb-thrift</artifactId> diff --git a/trigger-api/pom.xml b/trigger-api/pom.xml index 4d93a3df91..ca99db70e9 100644 --- a/trigger-api/pom.xml +++ b/trigger-api/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/tsfile/pom.xml b/tsfile/pom.xml index 03e05493e2..7c7713ba19 100644 --- a/tsfile/pom.xml +++ b/tsfile/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>tsfile</artifactId> diff --git a/udf-api/pom.xml b/udf-api/pom.xml index 758e070285..af151fabe1 100644 --- a/udf-api/pom.xml +++ b/udf-api/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml index facd723fd9..76780476d7 100644 --- a/zeppelin-interpreter/pom.xml +++ b/zeppelin-interpreter/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>0.14.0-SNAPSHOT</version> + <version>0.14.0-preview2</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>zeppelin-iotdb</artifactId>