You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/03/01 03:02:26 UTC

[iotdb] 01/01: Update version of master & deploy 1.1 website

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

haonan pushed a commit to branch updata_master_version
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit c3120dc54ed46a4480dde74f0d474a3ee55863ff
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Mar 1 10:51:39 2023 +0800

    Update version of master & deploy 1.1 website
---
 .github/workflows/main-unix.yml           |   8 +-
 .github/workflows/main-win.yml            |   6 +-
 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 +-
 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 +-
 isession/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 +-
 mlnode/pom.xml                            |   2 +-
 node-commons/pom.xml                      |   2 +-
 openapi/pom.xml                           |   2 +-
 pipe-api/pom.xml                          |   2 +-
 pom.xml                                   |   2 +-
 rewrite-tsfile-tool/pom.xml               |   2 +-
 schema-engine-rocksdb/pom.xml             |   2 +-
 schema-engine-tag/pom.xml                 |   2 +-
 server/pom.xml                            |   2 +-
 service-rpc/pom.xml                       |   2 +-
 session/pom.xml                           |   2 +-
 site/iotdb-doap.rdf                       |   8 +
 site/pom.xml                              |  66 ++++-
 site/src/main/.vuepress/config.js         | 476 ++++++++++++++++++++++++++++++
 spark-iotdb-connector/pom.xml             |   2 +-
 spark-tsfile/pom.xml                      |   2 +-
 testcontainer/pom.xml                     |   2 +-
 thrift-commons/pom.xml                    |   2 +-
 thrift-confignode/pom.xml                 |   2 +-
 thrift-influxdb/pom.xml                   |   2 +-
 thrift-iot-consensus/pom.xml              |   2 +-
 thrift-mlnode/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 +-
 75 files changed, 630 insertions(+), 78 deletions(-)

diff --git a/.github/workflows/main-unix.yml b/.github/workflows/main-unix.yml
index 1d471e745b..acc4515f2d 100644
--- a/.github/workflows/main-unix.yml
+++ b/.github/workflows/main-unix.yml
@@ -31,7 +31,7 @@ env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
 
 jobs:
-  unix:
+  unix-ut:
     strategy:
       fail-fast: false
       max-parallel: 20
@@ -58,7 +58,9 @@ jobs:
           restore-keys: ${{ runner.os }}-m2-
       - name: Check Apache Rat
         run: mvn -B apache-rat:check -P site -P code-coverage
-      - name: IT/UT Test
+      - name: IT Test
         shell: bash
         # we do not compile client-cpp for saving time, it is tested in client.yml
-        run: mvn -B clean test -Dtest.port.closed=true -P '!testcontainer' -P get-jar-with-dependencies
+        run: |
+          mvn clean install -DskipTests
+          mvn -B clean test -Dtest.port.closed=true -P '!testcontainer' -P get-jar-with-dependencies
diff --git a/.github/workflows/main-win.yml b/.github/workflows/main-win.yml
index 92f12741b5..65dc602324 100644
--- a/.github/workflows/main-win.yml
+++ b/.github/workflows/main-win.yml
@@ -31,7 +31,7 @@ env:
   MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
 
 jobs:
-  win:
+  win-ut:
     strategy:
       fail-fast: false
       max-parallel: 20
@@ -68,5 +68,7 @@ jobs:
       - name: Test Other Modules with Maven
         shell: bash
         if: ${{ matrix.it_task == 'others'}}
-        run: mvn clean test -Dtest.port.closed=true -Diotdb.test.skip=true -P get-jar-with-dependencies
+        run: |
+          mvn clean install -DskipTests
+          mvn clean test -Dtest.port.closed=true -Diotdb.test.skip=true -P get-jar-with-dependencies
 
diff --git a/antlr/pom.xml b/antlr/pom.xml
index 59a8e6bfd3..7b607e59be 100644
--- a/antlr/pom.xml
+++ b/antlr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-antlr</artifactId>
diff --git a/cli/pom.xml b/cli/pom.xml
index 0243c401a5..6ea00293cc 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-cli</artifactId>
diff --git a/client-cpp/pom.xml b/client-cpp/pom.xml
index 9a8eda2394..1e9a199d74 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp</artifactId>
diff --git a/client-py/pom.xml b/client-py/pom.xml
index 8bb91ffead..9b4e3fceb0 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-python-api</artifactId>
diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index 5d21544afe..54a3481e81 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-code-coverage</artifactId>
diff --git a/compile-tools/pom.xml b/compile-tools/pom.xml
index 78f3070785..9f6ae97994 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 91f544cf47..316a3e71fb 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools-thrift</artifactId>
diff --git a/confignode/pom.xml b/confignode/pom.xml
index 11aec2de6f..f1eeb0456d 100644
--- a/confignode/pom.xml
+++ b/confignode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-confignode</artifactId>
diff --git a/consensus/pom.xml b/consensus/pom.xml
index 58019df452..0e28a87054 100644
--- a/consensus/pom.xml
+++ b/consensus/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index dddba101b1..47b0fbb5d3 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 2992c1cb01..42f74dc1cf 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-example</artifactId>
diff --git a/example/ext-pipe-plugin-example/pom.xml b/example/ext-pipe-plugin-example/pom.xml
index 48810c5ca9..0ebac8f828 100644
--- a/example/ext-pipe-plugin-example/pom.xml
+++ b/example/ext-pipe-plugin-example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>ext-pipe-plugin-example</artifactId>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>external-pipe-api</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.2.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/example/flink/pom.xml b/example/flink/pom.xml
index 6655301c23..12f61ae884 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-example</artifactId>
diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml
index 694fd500b2..380a0c0dc2 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-example</artifactId>
diff --git a/example/influxdb-protocol-example/pom.xml b/example/influxdb-protocol-example/pom.xml
index 974e2d27f8..34783701c8 100644
--- a/example/influxdb-protocol-example/pom.xml
+++ b/example/influxdb-protocol-example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>influxdb-protocol-example</artifactId>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index a015dd16eb..7218083d23 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>jdbc-example</artifactId>
diff --git a/example/kafka/pom.xml b/example/kafka/pom.xml
index 5a4ca74073..6becfe9c52 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 56bf1ca86e..22d44ab2b6 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>customize-mqtt-example</artifactId>
diff --git a/example/mqtt/pom.xml b/example/mqtt/pom.xml
index 19a5b0c67f..dca2d95567 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>mqtt-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index 8b2ffc81c0..9b6a5adab4 100644
--- a/example/pom.xml
+++ b/example/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml
index 1fd3298591..36bb63e36c 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/example/rabbitmq/pom.xml b/example/rabbitmq/pom.xml
index 49bb2b0374..b999442f19 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>rabbitmq-example</artifactId>
diff --git a/example/rest-java-example/pom.xml b/example/rest-java-example/pom.xml
index 545cb32ca9..d7568b6774 100644
--- a/example/rest-java-example/pom.xml
+++ b/example/rest-java-example/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-examples</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>rest-java-example</artifactId>
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index 0a44f95bcf..0ffb5c7124 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>rocketmq-example</artifactId>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index 61a0f3c4ba..6bf75ac6d6 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>client-example</artifactId>
diff --git a/example/trigger/pom.xml b/example/trigger/pom.xml
index 830c2e769a..7035d71481 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>trigger-example</artifactId>
diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml
index 01ac310b23..c8ba35c0a2 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile-example</artifactId>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index 76de587984..97b75bc9b3 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>udf-example</artifactId>
diff --git a/external-api/pom.xml b/external-api/pom.xml
index 0f82c0fd2a..143049b663 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 05d51d4ed3..946dc332c3 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 21c14ef03e..0b46a38c38 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 6a2d668437..83fedcf062 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-tsfile-connector</artifactId>
diff --git a/grafana-connector/pom.xml b/grafana-connector/pom.xml
index c1ca93c0aa..0938f644fa 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <!--parent>
diff --git a/grafana-plugin/pom.xml b/grafana-plugin/pom.xml
index 23ea70e0e2..9ff1eb7175 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-grafana-plugin</artifactId>
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 4225245916..ae79a7def9 100644
--- a/hadoop/pom.xml
+++ b/hadoop/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-tsfile</artifactId>
diff --git a/hive-connector/pom.xml b/hive-connector/pom.xml
index 098cf24e81..c34f23883d 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hive-connector</artifactId>
diff --git a/influxdb-protocol/pom.xml b/influxdb-protocol/pom.xml
index e95e413019..9cdb7a4703 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>influxdb-protocol</artifactId>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 05f3dd2fef..0540f08b42 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>integration-test</artifactId>
diff --git a/integration/pom.xml b/integration/pom.xml
index 15f57ded4c..dc6286e7db 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>integration</artifactId>
diff --git a/isession/pom.xml b/isession/pom.xml
index c6b30a544b..d973fd30a9 100644
--- a/isession/pom.xml
+++ b/isession/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>isession</artifactId>
diff --git a/jdbc/pom.xml b/jdbc/pom.xml
index 9683d15c3b..09873f2129 100644
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-jdbc</artifactId>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 32e5a7c271..330f311b7d 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 eb7a2d145d..d5722dcb6c 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>dropwizard-metrics</artifactId>
diff --git a/metrics/interface/pom.xml b/metrics/interface/pom.xml
index e535fc9bf1..6996a4d8ce 100644
--- a/metrics/interface/pom.xml
+++ b/metrics/interface/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 5522af3c7b..e483c21d67 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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>1.1.0-SNAPSHOT</version>
+            <version>1.2.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 115a55acad..37c247b190 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-metrics</artifactId>
diff --git a/mlnode/pom.xml b/mlnode/pom.xml
index 8b9c7dcea0..cc848dda25 100644
--- a/mlnode/pom.xml
+++ b/mlnode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-mlnode</artifactId>
diff --git a/node-commons/pom.xml b/node-commons/pom.xml
index 7796cee906..5e8be4e379 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>node-commons</artifactId>
diff --git a/openapi/pom.xml b/openapi/pom.xml
index 9f54c8619c..cd10f93fdf 100644
--- a/openapi/pom.xml
+++ b/openapi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pipe-api/pom.xml b/pipe-api/pom.xml
index 9d97ace514..ae204fe610 100644
--- a/pipe-api/pom.xml
+++ b/pipe-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 36f770645e..ee765b0b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</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/rewrite-tsfile-tool/pom.xml b/rewrite-tsfile-tool/pom.xml
index ff59b66788..e28e15caf7 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</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 61fcc34bc6..92c94cbf66 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>schema-engine-rocksdb</artifactId>
diff --git a/schema-engine-tag/pom.xml b/schema-engine-tag/pom.xml
index bb0591df10..6bbed4dafd 100644
--- a/schema-engine-tag/pom.xml
+++ b/schema-engine-tag/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>schema-engine-tag</artifactId>
diff --git a/server/pom.xml b/server/pom.xml
index e562a5d509..187f94872f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-server</artifactId>
diff --git a/service-rpc/pom.xml b/service-rpc/pom.xml
index f7d50cd09a..18afef9f1e 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>service-rpc</artifactId>
diff --git a/session/pom.xml b/session/pom.xml
index 27f4236839..feb511d74b 100644
--- a/session/pom.xml
+++ b/session/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/site/iotdb-doap.rdf b/site/iotdb-doap.rdf
index f7da68c12f..c860917c71 100644
--- a/site/iotdb-doap.rdf
+++ b/site/iotdb-doap.rdf
@@ -59,6 +59,14 @@
     <category rdf:resource="http://projects.apache.org/category/c++"/>
     <category rdf:resource="http://projects.apache.org/category/go"/>
 
+    <release>
+      <Version>
+        <name>apache-iotdb-1.0.1</name>
+        <created>2023-02-22</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+
     <release>
       <Version>
         <name>apache-iotdb-1.0.0</name>
diff --git a/site/pom.xml b/site/pom.xml
index 8339b31087..8f6bbd4cc5 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -461,6 +461,70 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>compile-site-1.1</id>
+            <build>
+                <plugins>
+                    <!-- download 1.1 docs from iotdb repo -->
+                    <plugin>
+                        <groupId>com.googlecode.maven-download-plugin</groupId>
+                        <artifactId>download-maven-plugin</artifactId>
+                        <version>1.6.7</version>
+                        <executions>
+                            <execution>
+                                <id>get-1.1-docs</id>
+                                <phase>generate-sources</phase>
+                                <goals>
+                                    <goal>wget</goal>
+                                </goals>
+                                <configuration>
+                                    <url>https://github.com/apache/iotdb/archive/rel/1.1.zip</url>
+                                    <skipCache>true</skipCache>
+                                    <overwrite>true</overwrite>
+                                    <outputDirectory>${project.build.directory}/download</outputDirectory>
+                                    <outputFileName>1.1.x.zip</outputFileName>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                    <!-- unpack 1.1 docs from the zip files-->
+                    <plugin>
+                        <groupId>org.codehaus.mojo</groupId>
+                        <artifactId>truezip-maven-plugin</artifactId>
+                        <version>1.2</version>
+                        <inherited>false</inherited>
+                        <executions>
+                            <execution>
+                                <id>copy-1.1-documentation</id>
+                                <goals>
+                                    <goal>copy</goal>
+                                </goals>
+                                <phase>generate-sources</phase>
+                                <configuration>
+                                    <fileset>
+                                        <directory>${project.build.directory}/download/1.1.x.zip/iotdb-rel-1.1/docs/UserGuide</directory>
+                                        <outputDirectory>${project.build.directory}/vue-source/src/UserGuide/V1.1.x</outputDirectory>
+                                    </fileset>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>copy-1.1-zh-documentation</id>
+                                <goals>
+                                    <goal>copy</goal>
+                                </goals>
+                                <phase>generate-sources</phase>
+                                <configuration>
+                                    <fileset>
+                                        <directory>${project.build.directory}/download/1.1.x.zip/iotdb-rel-1.1/docs/zh/UserGuide</directory>
+                                        <outputDirectory>${project.build.directory}/vue-source/src/zh/UserGuide/V1.1.x</outputDirectory>
+                                    </fileset>
+                                </configuration>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
         <profile>
             <id>compile-site-1.0</id>
             <build>
diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js
index 4698c42a14..77c0d713b2 100644
--- a/site/src/main/.vuepress/config.js
+++ b/site/src/main/.vuepress/config.js
@@ -103,6 +103,7 @@ const config = {
             text: 'Documentation',
             items: [
               { text: 'latest', link: '/UserGuide/Master/QuickStart/QuickStart' },
+              { text: 'v1.1.x', link: '/UserGuide/V1.1.x/QuickStart/QuickStart' },
               { text: 'v1.0.x', link: '/UserGuide/V1.0.x/QuickStart/QuickStart' },
               { text: 'v0.13.x', link: '/UserGuide/V0.13.x/QuickStart/QuickStart' },
             ],
@@ -566,6 +567,243 @@ const config = {
               ],
             },
           ],
+          '/UserGuide/V1.1.x/': [
+            {
+              title: 'IoTDB User Guide (latest)',
+              collapsable: false,
+            },
+            {
+              title: 'About IoTDB',
+              children: [
+                ['IoTDB-Introduction/What-is-IoTDB', 'What is IoTDB'],
+                ['IoTDB-Introduction/Architecture', 'Architecture'],
+                ['IoTDB-Introduction/Scenario', 'Scenario'],
+                ['IoTDB-Introduction/Features', 'Features'],
+                ['IoTDB-Introduction/Publication', 'Publication'],
+              ],
+            },
+            {
+              title: 'Quick Start',
+              children: [
+                ['QuickStart/QuickStart', 'Quick Start'],
+                ['QuickStart/ClusterQuickStart', 'Cluster Quick Start'],
+                ['QuickStart/WayToGetIoTDB', 'Download and Setup'],
+                ['QuickStart/Command-Line-Interface', 'Command Line Interface'],
+                ['QuickStart/Files', 'Data storage'],
+              ],
+            },
+            {
+              title: 'Data Concept',
+              sidebarDepth: 1,
+              children: [
+                ['Data-Concept/Data-Model-and-Terminology', 'Data Model and Terminology'],
+                ['Data-Concept/Schema-Template', 'Schema Template'],
+                ['Data-Concept/Data-Type', 'Data Type'],
+                ['Data-Concept/Deadband-Process', 'Deadband Process'],
+                ['Data-Concept/Encoding', 'Encoding'],
+                ['Data-Concept/Compression', 'Compression'],
+                ['Data-Concept/Time-Partition', 'Time Partition of Data'],
+                ['Data-Concept/Time-zone', 'Time zone'],
+              ],
+            },
+            {
+              title: 'Syntax Conventions',
+              sidebarDepth: 1,
+              children: [
+                ['Syntax-Conventions/Literal-Values', 'Literal Values'],
+                ['Syntax-Conventions/Identifier', 'Identifier'],
+                ['Syntax-Conventions/NodeName-In-Path', 'NodeName in Path'],
+                ['Syntax-Conventions/KeyValue-Pair', 'Key-Value Pair'],
+                ['Syntax-Conventions/Keywords-And-Reserved-Words', 'Keywords'],
+                ['Syntax-Conventions/Session-And-TsFile-API', 'Session And TsFile API'],
+                ['Syntax-Conventions/Detailed-Grammar', 'Detailed Definitions of Lexical and Grammar'],
+              ],
+            },
+            {
+              title: 'API',
+              children: [
+                ['API/Programming-Java-Native-API', 'Java Native API'],
+                ['API/Programming-Python-Native-API', 'Python Native API'],
+                ['API/Programming-Cpp-Native-API', 'C++ Native API'],
+                ['API/Programming-Go-Native-API', 'Go Native API'],
+                ['API/Programming-JDBC', 'JDBC (Not Recommend)'],
+                ['API/Programming-MQTT', 'MQTT'],
+                ['API/RestService', 'REST API'],
+                ['API/Programming-TsFile-API', 'TsFile API'],
+                ['API/InfluxDB-Protocol', 'InfluxDB Protocol'],
+                ['API/Interface-Comparison', 'Interface Comparison'],
+              ],
+            },
+            {
+              title: 'Operate Metadata',
+              sidebarDepth: 1,
+              children: [
+                ['Operate-Metadata/Database', 'Database'],
+                ['Operate-Metadata/Node', 'Node'],
+                ['Operate-Metadata/Timeseries', 'Timeseries'],
+                ['Operate-Metadata/Template', 'Schema Template'],
+                ['Operate-Metadata/Auto-Create-MetaData', 'Auto Create Metadata'],
+              ],
+            },
+            {
+              title: 'Write Data (Update Data)',
+              sidebarDepth: 1,
+              children: [
+                ['Write-Data/Write-Data', 'CLI Write'],
+                ['Write-Data/Session', 'Native API Write'],
+                ['Write-Data/REST-API', 'REST API'],
+                ['Write-Data/MQTT', 'MQTT Write'],
+                ['Write-Data/Batch-Load-Tool', 'Batch Data Load'],
+              ],
+            },
+            {
+              title: 'Delete Data',
+              sidebarDepth: 1,
+              children: [
+                ['Delete-Data/Delete-Data', 'Delete Data'],
+                ['Delete-Data/TTL', 'TTL'],
+              ],
+            },
+            {
+              title: 'Query Data',
+              sidebarDepth: 1,
+              children: [
+                ['Query-Data/Overview', 'Overview'],
+                ['Query-Data/Select-Expression', 'Select Expression'],
+                ['Query-Data/Last-Query', 'Last Query'],
+                ['Query-Data/Align-By', 'Query Alignment Mode'],
+                ['Query-Data/Where-Condition', 'Where Condition'],
+                ['Query-Data/Group-By', 'Group By'],
+                ['Query-Data/Having-Condition', 'Having Condition'],
+                // ['Query-Data/Order-By','Order By'],
+                ['Query-Data/Fill', 'Fill Null Value'],
+                ['Query-Data/Pagination', 'Pagination'],
+                ['Query-Data/Select-Into', 'Select Into'],
+                ['Query-Data/Continuous-Query', 'Continuous Query'],
+              ],
+            },
+            {
+              title: 'Operators and Functions',
+              sidebarDepth: 1,
+              children: [
+                ['Operators-Functions/Overview', 'Overview'],
+                ['Operators-Functions/User-Defined-Function', 'UDF (User Defined Function)'],
+                ['Operators-Functions/Aggregation', 'Aggregation'],
+                ['Operators-Functions/Mathematical', 'Mathematical'],
+                ['Operators-Functions/Comparison', 'Comparison'],
+                ['Operators-Functions/Logical', 'Logical'],
+                ['Operators-Functions/String', 'Conversion'],
+                ['Operators-Functions/Conversion', 'Conversion'],
+                ['Operators-Functions/Constant', 'Constant'],
+                ['Operators-Functions/Selection', 'Selection'],
+                ['Operators-Functions/Continuous-Interval', 'Continuous Interval'],
+                ['Operators-Functions/Variation-Trend', 'Variation Trend'],
+                ['Operators-Functions/Sample', 'Sample'],
+                ['Operators-Functions/Time-Series', 'Time-Series'],
+                ['Operators-Functions/Lambda', 'Lambda'],
+
+                // IoTDB-Quality
+                ['Operators-Functions/Data-Profiling', 'Data Profiling'],
+                ['Operators-Functions/Anomaly-Detection', 'Anomaly Detection'],
+                ['Operators-Functions/Data-Matching', 'Data Matching'],
+                ['Operators-Functions/Frequency-Domain', 'Frequency Domain'],
+                ['Operators-Functions/Data-Quality', 'Data Quality'],
+                ['Operators-Functions/Data-Repairing', 'Data Repairing'],
+                ['Operators-Functions/Series-Discovery', 'Series Discovery'],
+                ['Operators-Functions/Machine-Learning', 'Machine Learning'],
+              ],
+            },
+            {
+              title: 'Trigger',
+              sidebarDepth: 1,
+              children: [
+                ['Trigger/Instructions', 'Instructions'],
+                ['Trigger/Implement-Trigger', 'How to implement a trigger'],
+                ['Trigger/Trigger-Management', 'Trigger Management'],
+                ['Trigger/Notes', 'Notes'],
+                ['Trigger/Configuration-Parameters', 'Configuration-Parameters'],
+              ],
+            },
+            {
+              title: 'Monitor and Alert',
+              sidebarDepth: 1,
+              children: [
+                ['Monitor-Alert/Metric-Tool', 'Metric Tool'],
+                ['Monitor-Alert/Alerting', 'Alerting'],
+              ],
+            },
+            {
+              title: 'Administration Management',
+              children: [
+                ['Administration-Management/Administration', 'Administration'],
+              ],
+            },
+            {
+              title: 'Maintenance Tools',
+              children: [
+                ['Maintenance-Tools/Maintenance-Command', 'Maintenance Command'],
+                ['Maintenance-Tools/Log-Tool', 'Log Tool'],
+                ['Maintenance-Tools/JMX-Tool', 'JMX Tool'],
+                ['Maintenance-Tools/MLogParser-Tool', 'MLogParser Tool'],
+                ['Maintenance-Tools/IoTDB-Data-Dir-Overview-Tool', 'IoTDB Data Directory Overview Tool'],
+                ['Maintenance-Tools/TsFile-Sketch-Tool', 'TsFile Sketch Tool'],
+                ['Maintenance-Tools/TsFile-Resource-Sketch-Tool', 'TsFile Resource Sketch Tool'],
+                ['Maintenance-Tools/TsFile-Split-Tool', 'TsFile Split Tool'],
+                ['Maintenance-Tools/TsFile-Load-Export-Tool', 'TsFile Load Export Tool'],
+                ['Maintenance-Tools/CSV-Tool', 'CSV Load Export Tool'],
+              ],
+            },
+            {
+              title: 'Collaboration of Edge and Cloud',
+              children: [
+                ['Edge-Cloud-Collaboration/Sync-Tool', 'TsFile Sync Tool'],
+              ],
+            },
+            {
+              title: 'Ecosystem Integration',
+              children: [
+                ['Ecosystem-Integration/Grafana-Plugin', 'Grafana-Plugin'],
+                ['Ecosystem-Integration/Grafana-Connector', 'Grafana-Connector (Not Recommended)'],
+                ['Ecosystem-Integration/Zeppelin-IoTDB', 'Zeppelin-IoTDB'],
+                ['Ecosystem-Integration/DBeaver', 'DBeaver-IoTDB'],
+                ['Ecosystem-Integration/MapReduce-TsFile', 'MapReduce-TsFile'],
+                ['Ecosystem-Integration/Spark-TsFile', 'Spark-TsFile'],
+                ['Ecosystem-Integration/Spark-IoTDB', 'Spark-IoTDB'],
+                ['Ecosystem-Integration/Hive-TsFile', 'Hive-TsFile'],
+                ['Ecosystem-Integration/Flink-IoTDB', 'Flink-IoTDB'],
+                ['Ecosystem-Integration/Flink-TsFile', 'Flink-TsFile'],
+                ['Ecosystem-Integration/NiFi-IoTDB', 'NiFi-IoTDB'],
+              ],
+            },
+            {
+              title: 'Cluster',
+              children: [
+                ['Cluster/Cluster-Concept', 'Cluster Concept'],
+                ['Cluster/Cluster-Setup', 'Cluster Setup'],
+                ['Cluster/Cluster-Maintenance', 'Cluster Maintenance'],
+                ['Cluster/Deployment-Recommendation', 'Deployment Recommendation'],
+              ],
+            },
+            {
+              title: 'FAQ',
+              children: [
+                ['FAQ/Frequently-asked-questions', 'Frequently asked questions'],
+                ['FAQ/FAQ-for-cluster-setup', 'FAQ for cluster setup'],
+              ],
+            },
+            {
+              title: 'Reference',
+              children: [
+                ['Reference/Common-Config-Manual', 'Common Config Manual'],
+                ['Reference/ConfigNode-Config-Manual', 'ConfigNode Config Manual'],
+                ['Reference/DataNode-Config-Manual', 'DataNode Config Manual'],
+                ['Reference/SQL-Reference','SQL Reference'],
+                ['Reference/Status-Codes', 'Status Codes'],
+                ['Reference/Keywords', 'Keywords'],
+                ['Reference/TSDB-Comparison', 'TSDB Comparison'],
+              ],
+            },
+          ],
           '/UserGuide/Master/': [
             {
               title: 'IoTDB User Guide (latest)',
@@ -824,6 +1062,7 @@ const config = {
             text: '文档',
             items: [
               { text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart' },
+              { text: 'v1.1.x', link: '/zh/UserGuide/V1.1.x/QuickStart/QuickStart' },
               { text: 'v1.0.x', link: '/zh/UserGuide/V1.0.x/QuickStart/QuickStart' },
               { text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
             ],
@@ -1280,6 +1519,243 @@ const config = {
               ],
             },
           ],
+          '/zh/UserGuide/V1.1.x/': [
+            {
+              title: 'IoTDB用户手册 (In progress)',
+              collapsable: false,
+            },
+            {
+              title: '关于IoTDB',
+              children: [
+                ['IoTDB-Introduction/What-is-IoTDB', 'IoTDB简介'],
+                ['IoTDB-Introduction/Features', '主要功能特点'],
+                ['IoTDB-Introduction/Architecture', '系统架构'],
+                ['IoTDB-Introduction/Scenario', '应用场景'],
+                ['IoTDB-Introduction/Publication', '研究论文'],
+              ],
+            },
+            {
+              title: '快速上手',
+              children: [
+                ['QuickStart/QuickStart', '快速上手'],
+                ['QuickStart/ClusterQuickStart', '集群快速上手'],
+                ['QuickStart/WayToGetIoTDB', '下载与安装'],
+                ['QuickStart/Command-Line-Interface', 'SQL命令行终端(CLI)'],
+                ['QuickStart/Files', '数据文件存储'],
+              ],
+            },
+            {
+              title: '数据模式与概念',
+              sidebarDepth: 1,
+              children: [
+                ['Data-Concept/Data-Model-and-Terminology', '数据模型'],
+                ['Data-Concept/Schema-Template', '元数据模板'],
+                ['Data-Concept/Data-Type', '数据类型'],
+                ['Data-Concept/Deadband-Process', '死区处理'],
+                ['Data-Concept/Encoding', '编码方式'],
+                ['Data-Concept/Compression', '压缩方式'],
+                ['Data-Concept/Time-Partition', '数据的时间分区'],
+                ['Data-Concept/Time-zone', '时区'],
+              ],
+            },
+            {
+              title: '语法约定',
+              sidebarDepth: 1,
+              children: [
+                ['Syntax-Conventions/Literal-Values', '字面值常量'],
+                ['Syntax-Conventions/Identifier', '标识符'],
+                ['Syntax-Conventions/NodeName-In-Path', '路径结点名'],
+                ['Syntax-Conventions/KeyValue-Pair', '键值对'],
+                ['Syntax-Conventions/Keywords-And-Reserved-Words', '关键字'],
+                ['Syntax-Conventions/Session-And-TsFile-API', 'Session And TsFile API'],
+                ['Syntax-Conventions/Detailed-Grammar', '词法和文法详细定义'],
+              ],
+            },
+            {
+              title: '应用编程接口',
+              children: [
+                ['API/Programming-Java-Native-API', 'Java 原生接口'],
+                ['API/Programming-Python-Native-API', 'Python 原生接口'],
+                ['API/Programming-Cpp-Native-API', 'C++ 原生接口'],
+                ['API/Programming-Go-Native-API', 'Go 原生接口'],
+                ['API/Programming-JDBC', 'JDBC (不推荐)'],
+                ['API/Programming-MQTT', 'MQTT'],
+                ['API/RestService', 'REST API'],
+                ['API/Programming-TsFile-API', 'TsFile API'],
+                ['API/InfluxDB-Protocol', 'InfluxDB 协议适配器'],
+                ['API/Interface-Comparison', '原生接口对比'],
+              ],
+            },
+            {
+              title: '元数据操作',
+              sidebarDepth: 1,
+              children: [
+                ['Operate-Metadata/Database', '数据库操作'],
+                ['Operate-Metadata/Node', '节点操作'],
+                ['Operate-Metadata/Timeseries', '时间序列操作'],
+                ['Operate-Metadata/Template', '元数据模板'],
+                ['Operate-Metadata/Auto-Create-MetaData', '自动创建元数据'],
+              ],
+            },
+            {
+              title: '数据写入(数据更新)',
+              sidebarDepth: 1,
+              children: [
+                ['Write-Data/Write-Data', 'CLI 工具写入'],
+                ['Write-Data/Session', '原生接口写入'],
+                ['Write-Data/REST-API', 'REST 服务'],
+                ['Write-Data/MQTT', 'MQTT写入'],
+                ['Write-Data/Batch-Load-Tool', '批量数据导入'],
+              ],
+            },
+            {
+              title: '数据删除',
+              sidebarDepth: 1,
+              children: [
+                ['Delete-Data/Delete-Data', '删除数据'],
+                ['Delete-Data/TTL', 'TTL'],
+              ],
+            },
+            {
+              title: '数据查询',
+              sidebarDepth: 1,
+              children: [
+                ['Query-Data/Overview', '概述'],
+                ['Query-Data/Select-Expression', '选择表达式'],
+                ['Query-Data/Last-Query', '最新点查询'],
+                ['Query-Data/Align-By', '查询对齐模式'],
+                ['Query-Data/Where-Condition', '查询过滤条件'],
+                ['Query-Data/Group-By', '分段分组聚合'],
+                ['Query-Data/Having-Condition', '聚合结果过滤'],
+                // ['Query-Data/Order-By','结果集排序'],
+                ['Query-Data/Fill', '结果集补空值'],
+                ['Query-Data/Pagination', '结果集分页'],
+                ['Query-Data/Select-Into', '查询写回'],
+                ['Query-Data/Continuous-Query', '连续查询'],
+              ],
+            },
+            {
+              title: '运算符和函数',
+              sidebarDepth: 1,
+              children: [
+                ['Operators-Functions/Overview', '概述'],
+                ['Operators-Functions/User-Defined-Function', '用户自定义函数'],
+                ['Operators-Functions/Aggregation', '聚合函数'],
+                ['Operators-Functions/Mathematical', '算数运算符和函数'],
+                ['Operators-Functions/Comparison', '比较运算符和函数'],
+                ['Operators-Functions/Logical', '逻辑运算符'],
+                ['Operators-Functions/String', '字符串处理'],
+                ['Operators-Functions/Conversion', '数据类型转换'],
+                ['Operators-Functions/Constant', '常序列生成'],
+                ['Operators-Functions/Selection', '选择函数'],
+                ['Operators-Functions/Continuous-Interval', '区间查询'],
+                ['Operators-Functions/Variation-Trend', '趋势计算'],
+                ['Operators-Functions/Sample', '采样函数'],
+                ['Operators-Functions/Time-Series', '时间序列处理'],
+                ['Operators-Functions/Lambda', 'Lambda 表达式'],
+
+                // IoTDB-Quality
+                ['Operators-Functions/Data-Profiling', '数据画像'],
+                ['Operators-Functions/Anomaly-Detection', '异常检测'],
+                ['Operators-Functions/Data-Matching', '数据匹配'],
+                ['Operators-Functions/Frequency-Domain', '频域分析'],
+                ['Operators-Functions/Data-Quality', '数据质量'],
+                ['Operators-Functions/Data-Repairing', '数据修复'],
+                ['Operators-Functions/Series-Discovery', '序列发现'],
+                ['Operators-Functions/Machine-Learning', '机器学习'],
+              ],
+            },
+            {
+              title: '触发器',
+              sidebarDepth: 1,
+              children: [
+                ['Trigger/Instructions', '使用说明'],
+                ['Trigger/Implement-Trigger', '编写触发器'],
+                ['Trigger/Trigger-Management', '管理触发器'],
+                ['Trigger/Notes', '重要注意事项'],
+                ['Trigger/Configuration-Parameters', '配置参数'],
+              ],
+            },
+            {
+              title: '监控告警',
+              sidebarDepth: 1,
+              children: [
+                ['Monitor-Alert/Metric-Tool', '监控工具'],
+                ['Monitor-Alert/Alerting', '告警机制'],
+              ],
+            },
+            {
+              title: '权限管理',
+              children: [
+                ['Administration-Management/Administration', '权限管理'],
+              ],
+            },
+            {
+              title: '运维工具',
+              children: [
+                ['Maintenance-Tools/Maintenance-Command', '运维命令'],
+                ['Maintenance-Tools/Log-Tool', '日志工具'],
+                ['Maintenance-Tools/JMX-Tool', 'JMX 工具'],
+                ['Maintenance-Tools/MLogParser-Tool', 'Mlog解析工具'],
+                ['Maintenance-Tools/IoTDB-Data-Dir-Overview-Tool', 'IoTDB数据文件夹概览工具'],
+                ['Maintenance-Tools/TsFile-Sketch-Tool', 'TsFile概览工具'],
+                ['Maintenance-Tools/TsFile-Resource-Sketch-Tool', 'TsFile Resource概览工具'],
+                ['Maintenance-Tools/TsFile-Split-Tool', 'TsFile 拆分工具'],
+                ['Maintenance-Tools/TsFile-Load-Export-Tool', 'TsFile 导入导出工具'],
+                ['Maintenance-Tools/CSV-Tool', 'CSV 导入导出工具'],
+              ],
+            },
+            {
+              title: '端云协同',
+              children: [
+                ['Edge-Cloud-Collaboration/Sync-Tool', 'TsFile 同步工具'],
+              ],
+            },
+            {
+              title: '系统集成',
+              children: [
+                ['Ecosystem-Integration/Grafana-Plugin', 'Grafana-Plugin'],
+                ['Ecosystem-Integration/Grafana-Connector', 'Grafana-Connector(不推荐)'],
+                ['Ecosystem-Integration/Zeppelin-IoTDB', 'Zeppelin-IoTDB'],
+                ['Ecosystem-Integration/DBeaver', 'DBeaver-IoTDB'],
+                ['Ecosystem-Integration/Spark-TsFile', 'Spark-TsFile'],
+                ['Ecosystem-Integration/MapReduce-TsFile', 'Hadoop-TsFile'],
+                ['Ecosystem-Integration/Spark-IoTDB', 'Spark-IoTDB'],
+                ['Ecosystem-Integration/Hive-TsFile', 'Hive-TsFile'],
+                ['Ecosystem-Integration/Flink-TsFile', 'Flink-TsFile'],
+                ['Ecosystem-Integration/Flink-IoTDB', 'Flink-IoTDB'],
+                ['Ecosystem-Integration/NiFi-IoTDB', 'NiFi-IoTDB'],
+              ],
+            },
+            {
+              title: '分布式',
+              children: [
+                ['Cluster/Cluster-Concept', '基本概念'],
+                ['Cluster/Cluster-Setup', '分布式部署'],
+                ['Cluster/Cluster-Maintenance', '分布式运维命令'],
+                ['Cluster/Deployment-Recommendation', '部署推荐'],
+              ],
+            },
+            {
+              title: 'FAQ',
+              children: [
+                ['FAQ/Frequently-asked-questions', '常见问题'],
+                ['FAQ/FAQ-for-cluster-setup', '分布式部署FAQ'],
+              ],
+            },
+            {
+              title: '参考',
+              children: [
+                ['Reference/Common-Config-Manual', '公共配置参数'],
+                ['Reference/ConfigNode-Config-Manual', 'ConfigNode配置参数'],
+                ['Reference/DataNode-Config-Manual', 'DataNode配置参数'],
+                ['Reference/SQL-Reference','SQL参考文档'],
+                ['Reference/Status-Codes', '状态码'],
+                ['Reference/Keywords', '关键字'],
+                ['Reference/TSDB-Comparison', '时间序列数据库比较'],
+              ],
+            },
+          ],
           '/zh/UserGuide/Master/': [
             {
               title: 'IoTDB用户手册 (In progress)',
diff --git a/spark-iotdb-connector/pom.xml b/spark-iotdb-connector/pom.xml
index 03484223e5..132c70d781 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>spark-iotdb-connector</artifactId>
diff --git a/spark-tsfile/pom.xml b/spark-tsfile/pom.xml
index 4d6640934f..bb5f0a5210 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>spark-tsfile</artifactId>
diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml
index 3ec304c2aa..f0c3653d81 100644
--- a/testcontainer/pom.xml
+++ b/testcontainer/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/thrift-commons/pom.xml b/thrift-commons/pom.xml
index e67ebb8818..46ac060c5a 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-commons</artifactId>
diff --git a/thrift-confignode/pom.xml b/thrift-confignode/pom.xml
index c62517a47f..ca158f4c9b 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-confignode</artifactId>
diff --git a/thrift-influxdb/pom.xml b/thrift-influxdb/pom.xml
index 9b5ee7926b..4acaa1d1a9 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>influxdb-thrift</artifactId>
diff --git a/thrift-iot-consensus/pom.xml b/thrift-iot-consensus/pom.xml
index 8630539722..781c8c2c4e 100644
--- a/thrift-iot-consensus/pom.xml
+++ b/thrift-iot-consensus/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>thrift-iot-consensus</artifactId>
diff --git a/thrift-mlnode/pom.xml b/thrift-mlnode/pom.xml
index b6dcd9afbf..efa6e6ed07 100644
--- a/thrift-mlnode/pom.xml
+++ b/thrift-mlnode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-mlnode</artifactId>
diff --git a/thrift/pom.xml b/thrift/pom.xml
index bde0b4de7e..bb5682884c 100644
--- a/thrift/pom.xml
+++ b/thrift/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift</artifactId>
diff --git a/trigger-api/pom.xml b/trigger-api/pom.xml
index d7e92a6fa8..f027f3d76a 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/tsfile/pom.xml b/tsfile/pom.xml
index 880e97f971..f03273e139 100644
--- a/tsfile/pom.xml
+++ b/tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile</artifactId>
diff --git a/udf-api/pom.xml b/udf-api/pom.xml
index a1b1b87feb..907f1d39ea 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/zeppelin-interpreter/pom.xml b/zeppelin-interpreter/pom.xml
index dccedac6f2..1281243d4a 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>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>zeppelin-iotdb</artifactId>