This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch 0.13.0.1_edge
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/0.13.0.1_edge by this push:
     new 66372cbb73 update version
66372cbb73 is described below

commit 66372cbb732a78fed8f13d93687713ad0962483d
Author: qiaojialin <[email protected]>
AuthorDate: Tue Jun 28 18:05:19 2022 +0800

    update version
---
 antlr/pom.xml                                                         | 2 +-
 cli/pom.xml                                                           | 2 +-
 client-cpp/pom.xml                                                    | 2 +-
 client-py/pom.xml                                                     | 2 +-
 cluster/pom.xml                                                       | 2 +-
 code-coverage/pom.xml                                                 | 2 +-
 compile-tools/pom.xml                                                 | 2 +-
 compile-tools/thrift/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 +-
 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 +-
 integration/pom.xml                                                   | 2 +-
 jdbc/pom.xml                                                          | 2 +-
 metrics/dropwizard-metrics/pom.xml                                    | 4 ++--
 metrics/interface/pom.xml                                             | 4 ++--
 metrics/micrometer-metrics/pom.xml                                    | 4 ++--
 metrics/pom.xml                                                       | 2 +-
 openapi/pom.xml                                                       | 2 +-
 pom.xml                                                               | 2 +-
 rewriteFileTool/pom.xml                                               | 2 +-
 server/pom.xml                                                        | 2 +-
 .../main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java | 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 +-
 testcontainer/pom.xml                                                 | 2 +-
 thrift-cluster/pom.xml                                                | 2 +-
 thrift-influxdb/pom.xml                                               | 2 +-
 thrift-sync/pom.xml                                                   | 2 +-
 thrift/pom.xml                                                        | 2 +-
 tsfile/pom.xml                                                        | 2 +-
 zeppelin-interpreter/pom.xml                                          | 2 +-
 54 files changed, 59 insertions(+), 57 deletions(-)

diff --git a/antlr/pom.xml b/antlr/pom.xml
index 83a5efbc2b..c0c91fb87b 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-antlr</artifactId>
diff --git a/cli/pom.xml b/cli/pom.xml
index c84e2a6bdf..9c547bd601 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-cli</artifactId>
diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml
index 999f494997..c8587ba894 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp</artifactId>
diff --git a/client-py/pom.xml b/client-py/pom.xml
index 89853f7896..49289c5519 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-python-api</artifactId>
diff --git a/cluster/pom.xml b/cluster/pom.xml
index 2b53217604..8ce85b7388 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-cluster</artifactId>
diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 05b1f879c2..133350228a 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-code-coverage</artifactId>
diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml
index be97d4793e..c01246f7ad 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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 d57afbae21..34981a23a2 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools-thrift</artifactId>
diff --git a/cross-tests/pom.xml b/cross-tests/pom.xml
index cbb61382df..64e028d740 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>cross-tests</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index de02e0c1d3..d5422f1f61 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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 98b2911955..fe6dd0255e 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-example</artifactId>
diff --git a/example/flink/pom.xml b/example/flink/pom.xml
index e1cdae671c..222a02b69f 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-example</artifactId>
diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml
index 0f3b268909..f4dc58ad65 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-example</artifactId>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 6aac6c720f..179c5b3dd4 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jdbc-example</artifactId>
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 169c3baf4f..3807afc086 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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 28a41ccfe8..054d6e14fe 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>customize-mqtt-example</artifactId>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index 391abddaa2..f0b6e9210f 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>mqtt-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index e099ceeb1f..6b685620d7 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml
index 30a25a48a6..86815485e6 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml
index 5a2a95bbee..97fffd4350 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>rabbitmq-example</artifactId>
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index b81a04a8f3..6c5bbc1741 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>rocketmq-example</artifactId>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index 2654c8c838..94b0c12e2a 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>client-example</artifactId>
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index 32b23f9fd6..e77e02f3d7 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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.13.1-SNAPSHOT</version>
+            <version>0.13.0.1-edge</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml
index 12057aae98..1a98422893 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile-example</artifactId>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index 1d67516184..349bbc1145 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>udf-example</artifactId>
diff --git a/flink-iotdb-connector/pom.xml b/flink-iotdb-connector/pom.xml
index e5ac4aa792..3bc0e91752 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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 6dc430d996..175a066335 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-tsfile-connector</artifactId>
diff --git a/grafana-connector/pom.xml b/grafana-connector/pom.xml
index d894ca8779..319bfcdc6f 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <!--parent>
diff --git a/grafana-plugin/pom.xml b/grafana-plugin/pom.xml
index e71cf56417..75fdfa4803 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-grafana-plugin</artifactId>
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index b74e2a5f8e..efba13226f 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-tsfile</artifactId>
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index a055b35b03..6cd1da9b75 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hive-connector</artifactId>
diff --git a/integration/pom.xml b/integration/pom.xml
index e702855f58..982945c4b5 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>integration</artifactId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 61b4ccf51f..35f8c79463 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-jdbc</artifactId>
diff --git a/metrics/dropwizard-metrics/pom.xml 
b/metrics/dropwizard-metrics/pom.xml
index 17803c6f3f..2576a05fd5 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>dropwizard-metrics</artifactId>
@@ -31,7 +31,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>metrics-interface</artifactId>
-            <version>0.13.1-SNAPSHOT</version>
+            <version>0.13.0.1-edge</version>
         </dependency>
         <dependency>
             <groupId>io.dropwizard.metrics</groupId>
diff --git a/metrics/interface/pom.xml b/metrics/interface/pom.xml
index 2b4a3927cf..8e6d2768d9 100644
--- a/metrics/interface/pom.xml
+++ b/metrics/interface/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>metrics-interface</artifactId>
     <name>metric interface</name>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0.1-edge</version>
     <description>Metrics interface for IoTDB</description>
     <url>https://github.com/thulab/iotdb/tree/master/tsfile</url>
     <dependencies>
diff --git a/metrics/micrometer-metrics/pom.xml 
b/metrics/micrometer-metrics/pom.xml
index 0b7c841a92..2d69c2f85e 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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.13.1-SNAPSHOT</version>
+            <version>0.13.0.1-edge</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 566f541763..e2ac294593 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-metrics</artifactId>
diff --git a/openapi/pom.xml b/openapi/pom.xml
index 56488c4529..8ecdb296a6 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index f3f1dc4479..6bcb783841 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>0.13.1-SNAPSHOT</version>
+    <version>0.13.0.1-edge</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>
diff --git a/rewriteFileTool/pom.xml b/rewriteFileTool/pom.xml
index c833868fab..747747c7c5 100644
--- a/rewriteFileTool/pom.xml
+++ b/rewriteFileTool/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>rewriteFileTool</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index fc9cc02630..3a38f954ed 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-server</artifactId>
diff --git 
a/server/src/main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java 
b/server/src/main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java
index b9d018d557..39beec9d47 100644
--- 
a/server/src/main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java
+++ 
b/server/src/main/java/org/apache/iotdb/db/qp/physical/sys/ClearCachePlan.java
@@ -28,6 +28,7 @@ import java.io.IOException;
 import java.nio.ByteBuffer;
 import java.util.Collections;
 import java.util.List;
+import java.util.concurrent.CompletableFuture;
 
 public class ClearCachePlan extends PhysicalPlan {
 
@@ -37,6 +38,7 @@ public class ClearCachePlan extends PhysicalPlan {
 
   @Override
   public List<PartialPath> getPaths() {
+    CompletableFuture
     return Collections.emptyList();
   }
 
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index 6792d4b1c7..a980d725ce 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>service-rpc</artifactId>
diff --git a/session/pom.xml b/session/pom.xml
index 7072a7c426..ac58aa7341 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/site/pom.xml b/site/pom.xml
index a0b7a1f128..f29106db18 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</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 862bc51a19..b38409cfc8 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>spark-iotdb-connector</artifactId>
diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml
index 22d35dfdf7..df4ef0fa7f 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>spark-tsfile</artifactId>
diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml
index 1e22d9dc47..6143d6a3f3 100644
--- a/testcontainer/pom.xml
+++ b/testcontainer/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/thrift-cluster/pom.xml b/thrift-cluster/pom.xml
index 4bf8be1b55..c5b0d4e308 100644
--- a/thrift-cluster/pom.xml
+++ b/thrift-cluster/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>0.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-cluster</artifactId>
diff --git a/thrift-influxdb/pom.xml b/thrift-influxdb/pom.xml
index 9a072589ff..7d8b7c781a 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>influxdb-thrift</artifactId>
diff --git a/thrift-sync/pom.xml b/thrift-sync/pom.xml
index 63b8f7e103..d3b9ead0ab 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-sync</artifactId>
diff --git a/thrift/pom.xml b/thrift/pom.xml
index a00e55a937..8983c66285 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift</artifactId>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index 8045cd6bf2..86a5802b59 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile</artifactId>
diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml
index 432a7c0541..f2469d0b74 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.13.1-SNAPSHOT</version>
+        <version>0.13.0.1-edge</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>zeppelin-iotdb</artifactId>

Reply via email to