[maven-release-plugin] prepare release v0.14.0-preview1
diff --git a/antlr/pom.xml b/antlr/pom.xml
index a66513d..0bbbe9f 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-antlr</artifactId>
diff --git a/cli/pom.xml b/cli/pom.xml
index 9c70fb0..ef1734b 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-cli</artifactId>
diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml
index 5068db1..5405fcf 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>client-cpp</artifactId>
diff --git a/client-py/pom.xml b/client-py/pom.xml
index a5edfb6..88b01bc 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-python-api</artifactId>
diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 36031f9..be51c54 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-code-coverage</artifactId>
diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml
index bb3d264..4870daa 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-preview1</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 d7db59f..d0afccd 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>client-cpp-tools-thrift</artifactId>
diff --git a/confignode/pom.xml b/confignode/pom.xml
index 95cffc4..4f1065d 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-confignode</artifactId>
diff --git a/consensus/pom.xml b/consensus/pom.xml
index 23f5a5c..a18662f 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml
index b040d53..eb80f6c 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-preview1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cross-tests</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 8afdbf5..47256e6 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-preview1</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 dac8bdb..cdcd93c 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>client-cpp-example</artifactId>
diff --git a/example/flink/pom.xml b/example/flink/pom.xml
index 35302e9..1934fcb 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>flink-example</artifactId>
diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml
index 2d1e6d2..64c268f 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hadoop-example</artifactId>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 683dcb0..9d2584d 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-preview1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jdbc-example</artifactId>
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 72ee39c..589077f 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-preview1</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 683bf79..e54d9ca 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>customize-mqtt-example</artifactId>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index e21925a..5bdf9a6 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>mqtt-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index edad4f6..7a49269 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml
index 8b64be8..540ab06 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml
index 3cfd8b4..e047e40 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>rabbitmq-example</artifactId>
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index 1330dde..a198312 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>rocketmq-example</artifactId>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index 94f93d0..a71e415 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-preview1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>client-example</artifactId>
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index d4c96f9..c0f6888 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-preview1</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-preview1</version>
<scope>provided</scope>
</dependency>
</dependencies>
diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml
index 3923d1d..6970cf0 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tsfile-example</artifactId>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index e77fcfb..6805cd9 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>udf-example</artifactId>
diff --git a/external-pipe-api/pom.xml b/external-pipe-api/pom.xml
index 1afbb0f..dcfc2b8 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-preview1</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 428bd99..c1de74f 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-preview1</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 7d1c215..478eab5 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>flink-tsfile-connector</artifactId>
diff --git a/grafana-connector/pom.xml b/grafana-connector/pom.xml
index 64a4909..a500eaa 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<!--parent>
diff --git a/grafana-plugin/pom.xml b/grafana-plugin/pom.xml
index e5b6eb0..83a06db 100644
--- a/grafana-plugin/pom.xml
+++ b/grafana-plugin/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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-grafana-plugin</artifactId>
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 230813e..b6ff1b5 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hadoop-tsfile</artifactId>
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index dd46b81..e64b140 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>hive-connector</artifactId>
diff --git a/influxdb-protocol/pom.xml b/influxdb-protocol/pom.xml
index f964e46..e17d080 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>influxdb-protocol</artifactId>
diff --git a/integration/pom.xml b/integration/pom.xml
index f95d9f4..09f4133 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>integration</artifactId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index be78f0a..6782727 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-jdbc</artifactId>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 529a661..f106fa3 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-preview1</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 650677f..87c1093 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-preview1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dropwizard-metrics</artifactId>
diff --git a/metrics/interface/pom.xml b/metrics/interface/pom.xml
index 500264d..fd39719 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-preview1</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 673855b..0f4ff1b 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-preview1</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-preview1</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index ec35d6f..00bdf5c 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-metrics</artifactId>
diff --git a/node-commons/pom.xml b/node-commons/pom.xml
index c935adf..d48e96c 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>node-commons</artifactId>
diff --git a/openapi/pom.xml b/openapi/pom.xml
index b0421a9..26b5da7 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 9765483..295c165 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-preview1</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://git@github.com/apache/iotdb.git</connection>
<developerConnection>scm:git:ssh://git@github.com/apache/iotdb.git</developerConnection>
<url>ssh://git@github.com:apache/iotdb.git</url>
- <tag>rel/0.10</tag>
+ <tag>v0.14.0-preview1</tag>
</scm>
<!-- Only configure the site distribution as the rest is handled by the apache parent -->
<distributionManagement>
diff --git a/schema-engine-rocksdb/pom.xml b/schema-engine-rocksdb/pom.xml
index 90014f0..bf07ded45 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-preview1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>schema-engine-rocksdb</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index b6b48a7..5908c93 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-server</artifactId>
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index 792a0b6..036e0cd 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>service-rpc</artifactId>
diff --git a/session/pom.xml b/session/pom.xml
index 9f32346..3c0f303 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/site/pom.xml b/site/pom.xml
index 8cf1b73..eafde88 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-preview1</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 78ad563..440e4b8 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spark-iotdb-connector</artifactId>
diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml
index 0e197e0..56ef3d6 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>spark-tsfile</artifactId>
diff --git a/thrift-commons/pom.xml b/thrift-commons/pom.xml
index 942b35d..a2943bc 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-thrift-commons</artifactId>
diff --git a/thrift-confignode/pom.xml b/thrift-confignode/pom.xml
index fb3f5e4..017dffe 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-thrift-confignode</artifactId>
diff --git a/thrift-influxdb/pom.xml b/thrift-influxdb/pom.xml
index 3565b70..17da2af 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-preview1</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 a55147d..f7035b8 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>thrift-multi-leader-consensus</artifactId>
diff --git a/thrift-sync/pom.xml b/thrift-sync/pom.xml
index 28958a8..ee3b509 100644
--- a/thrift-sync/pom.xml
+++ b/thrift-sync/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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-thrift-sync</artifactId>
diff --git a/thrift/pom.xml b/thrift/pom.xml
index 92306b5..9ea9146 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>iotdb-thrift</artifactId>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index 9e4accb..8737793 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tsfile</artifactId>
diff --git a/udf-api/pom.xml b/udf-api/pom.xml
index 758e070..9c40fea 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml
index 4278c2f..4d86952 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-preview1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>zeppelin-iotdb</artifactId>