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

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


The following commit(s) were added to refs/heads/rc/1.2.2 by this push:
     new 09ef2fb3303 [maven-release-plugin] prepare for next development 
iteration
09ef2fb3303 is described below

commit 09ef2fb3303060049b9f8796fe02c64f2ab48605
Author: HTHou <[email protected]>
AuthorDate: Sun Oct 8 10:07:15 2023 +0800

    [maven-release-plugin] prepare for next development iteration
---
 code-coverage/pom.xml                              |  2 +-
 distribution/pom.xml                               |  4 ++--
 example/client-cpp-example/pom.xml                 |  4 ++--
 example/flink-sql/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/rest-java-example/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                                |  4 ++--
 integration-test/pom.xml                           | 22 +++++++++++-----------
 iotdb-api/external-api/pom.xml                     |  2 +-
 iotdb-api/pipe-api/pom.xml                         |  2 +-
 iotdb-api/trigger-api/pom.xml                      |  2 +-
 iotdb-api/udf-api/pom.xml                          |  2 +-
 iotdb-client/cli/pom.xml                           |  2 +-
 iotdb-client/client-cpp/pom.xml                    |  6 +++---
 iotdb-client/client-py/pom.xml                     |  2 +-
 iotdb-client/compile-tools/pom.xml                 |  8 ++++----
 iotdb-client/compile-tools/thrift/pom.xml          |  2 +-
 iotdb-client/isession/pom.xml                      |  2 +-
 iotdb-client/jdbc/pom.xml                          |  4 ++--
 iotdb-client/service-rpc/pom.xml                   |  2 +-
 iotdb-client/session/pom.xml                       |  2 +-
 iotdb-connector/flink-iotdb-connector/pom.xml      |  2 +-
 iotdb-connector/flink-sql-iotdb-connector/pom.xml  |  2 +-
 iotdb-connector/flink-tsfile-connector/pom.xml     |  2 +-
 iotdb-connector/grafana-connector/pom.xml          |  4 ++--
 iotdb-connector/grafana-plugin/pom.xml             | 10 +++++-----
 iotdb-connector/hadoop/pom.xml                     |  2 +-
 iotdb-connector/hive-connector/pom.xml             |  2 +-
 .../spark-iotdb-connector/scala_2.11/pom.xml       |  2 +-
 .../spark-iotdb-connector/scala_2.12/pom.xml       |  2 +-
 iotdb-connector/spark-tsfile/pom.xml               |  2 +-
 iotdb-connector/zeppelin-interpreter/pom.xml       |  2 +-
 iotdb-core/antlr/pom.xml                           |  2 +-
 iotdb-core/confignode/pom.xml                      |  2 +-
 iotdb-core/consensus/pom.xml                       |  2 +-
 iotdb-core/datanode/pom.xml                        |  2 +-
 iotdb-core/metrics/dropwizard-metrics/pom.xml      |  2 +-
 iotdb-core/metrics/interface/pom.xml               |  2 +-
 iotdb-core/metrics/micrometer-metrics/pom.xml      |  4 ++--
 iotdb-core/metrics/pom.xml                         |  2 +-
 iotdb-core/mlnode/pom.xml                          |  2 +-
 iotdb-core/node-commons/pom.xml                    |  2 +-
 iotdb-core/tsfile/pom.xml                          |  2 +-
 iotdb-protocol/openapi/pom.xml                     |  2 +-
 iotdb-protocol/thrift-commons/pom.xml              |  2 +-
 iotdb-protocol/thrift-confignode/pom.xml           |  2 +-
 iotdb-protocol/thrift-consensus/pom.xml            |  2 +-
 iotdb-protocol/thrift-mlnode/pom.xml               |  2 +-
 iotdb-protocol/thrift/pom.xml                      |  2 +-
 library-udf/pom.xml                                |  2 +-
 pom.xml                                            | 12 ++++++------
 site/pom.xml                                       |  4 ++--
 64 files changed, 96 insertions(+), 96 deletions(-)

diff --git a/code-coverage/pom.xml b/code-coverage/pom.xml
index aa7578ca04e..04b1abd5997 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-code-coverage</artifactId>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4e20f866a82..bee3651ab87 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-distribution</artifactId>
     <name>IoTDB Distribution</name>
-    <modules/>
+    <modules />
     <build>
         <plugins>
             <plugin>
diff --git a/example/client-cpp-example/pom.xml 
b/example/client-cpp-example/pom.xml
index cd883ebf9ea..7c1632bd7b5 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-example</artifactId>
@@ -84,7 +84,7 @@
             <properties>
                 <cmake.generator>Visual Studio 16 2019</cmake.generator>
                 
<cmake.root.dir>${project.parent.basedir}/../iotdb-client/compile-tools/thrift/target/cmake-${cmake-version}-win64-x64/</cmake.root.dir>
-                <boost.include.dir/>
+                <boost.include.dir />
             </properties>
         </profile>
         <profile>
diff --git a/example/flink-sql/pom.xml b/example/flink-sql/pom.xml
index d7bfc0ddc79..a424144aa9c 100644
--- a/example/flink-sql/pom.xml
+++ b/example/flink-sql/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-examples</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-sql-example</artifactId>
diff --git a/example/flink/pom.xml b/example/flink/pom.xml
index 4138588dd02..5086593b4aa 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>flink-example</artifactId>
diff --git a/example/hadoop/pom.xml b/example/hadoop/pom.xml
index 2f0f68642c6..28ef8927feb 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-example</artifactId>
diff --git a/example/jdbc/pom.xml b/example/jdbc/pom.xml
index 55b4507cdcd..1bbf32ede74 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.2.2</version>
+        <version>1.2.3-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 cbc1a7b0faf..81d12ea6f9a 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.2.2</version>
+        <version>1.2.3-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 feed3583fc2..f33e7796476 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.2.2</version>
+        <version>1.2.3-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 e2e2d4accfd..61370eba24d 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>mqtt-example</artifactId>
diff --git a/example/pom.xml b/example/pom.xml
index b395c6c04e1..f5f7609329d 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <packaging>pom</packaging>
diff --git a/example/pulsar/pom.xml b/example/pulsar/pom.xml
index b1a90ea58cf..dabda5d0007 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.2.2</version>
+        <version>1.2.3-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 0a49042f02e..0e86fb65da8 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.2.2</version>
+        <version>1.2.3-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 abb84a5a2ff..5064b12e224 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.2.2</version>
+        <version>1.2.3-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 4abf0f7e29e..e38e9ffa993 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>rocketmq-example</artifactId>
diff --git a/example/session/pom.xml b/example/session/pom.xml
index c50d05e6ace..60eefbe40bf 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.2.2</version>
+        <version>1.2.3-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 3fb6197ae84..d67178354f2 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>trigger-example</artifactId>
@@ -123,7 +123,7 @@
                                 <importOrder>
                                     
<order>org.apache.iotdb,,javax,java,\#</order>
                                 </importOrder>
-                                <removeUnusedImports/>
+                                <removeUnusedImports />
                             </java>
                         </configuration>
                         <executions>
diff --git a/example/tsfile/pom.xml b/example/tsfile/pom.xml
index e74c32e4712..ddb53cccbc4 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile-example</artifactId>
diff --git a/example/udf/pom.xml b/example/udf/pom.xml
index e55f1bb6839..de3d17428a4 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>udf-example</artifactId>
@@ -117,7 +117,7 @@
                                 <importOrder>
                                     
<order>org.apache.iotdb,,javax,java,\#</order>
                                 </importOrder>
-                                <removeUnusedImports/>
+                                <removeUnusedImports />
                             </java>
                         </configuration>
                         <executions>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index 1112bfd3b59..6b5797bb9aa 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>integration-test</artifactId>
@@ -36,9 +36,9 @@
         
<integrationTest.launchNodeInSameJVM>true</integrationTest.launchNodeInSameJVM>
         <integrationTest.nodeMaxHeapSize>200m</integrationTest.nodeMaxHeapSize>
         <integrationTest.nodeNewHeapSize>200m</integrationTest.nodeNewHeapSize>
-        <integrationTest.testEnv/>
-        <integrationTest.excludedGroups/>
-        <integrationTest.includedGroups/>
+        <integrationTest.testEnv />
+        <integrationTest.excludedGroups />
+        <integrationTest.includedGroups />
         <!-- -DClusterConfigurations values configured here -->
         
<lightWeightStandaloneMode.configNodeNumber>1</lightWeightStandaloneMode.configNodeNumber>
         
<lightWeightStandaloneMode.dataNodeNumber>1</lightWeightStandaloneMode.dataNodeNumber>
@@ -494,7 +494,7 @@
             <id>SimpleIT</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.LocalStandaloneIT</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>Simple</integrationTest.testEnv>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>false</integrationTest.randomSelectWriteNode>
@@ -509,7 +509,7 @@
             <id>RemoteIT</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.RemoteIT</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>Remote</integrationTest.testEnv>
             </properties>
             <activation>
@@ -520,7 +520,7 @@
             <id>MultiClusterIT</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.MultiClusterIT1,org.apache.iotdb.itbase.category.MultiClusterIT2,org.apache.iotdb.itbase.category.MultiClusterIT3</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>MultiCluster</integrationTest.testEnv>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -534,7 +534,7 @@
             <id>MultiClusterIT1</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.MultiClusterIT1</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>MultiCluster</integrationTest.testEnv>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -548,7 +548,7 @@
             <id>MultiClusterIT2</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.MultiClusterIT2</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>MultiCluster</integrationTest.testEnv>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -562,7 +562,7 @@
             <id>MultiClusterIT3</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.MultiClusterIT3</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>MultiCluster</integrationTest.testEnv>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -576,7 +576,7 @@
             <id>ClusterIT</id>
             <properties>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.ClusterIT</integrationTest.includedGroups>
-                <integrationTest.excludedGroups/>
+                <integrationTest.excludedGroups />
                 <integrationTest.testEnv>Cluster1</integrationTest.testEnv>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
diff --git a/iotdb-api/external-api/pom.xml b/iotdb-api/external-api/pom.xml
index 9fc1b22d820..dc94e2e41a1 100644
--- a/iotdb-api/external-api/pom.xml
+++ b/iotdb-api/external-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-api/pipe-api/pom.xml b/iotdb-api/pipe-api/pom.xml
index 01f4649b913..136dfb86bdf 100644
--- a/iotdb-api/pipe-api/pom.xml
+++ b/iotdb-api/pipe-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-api/trigger-api/pom.xml b/iotdb-api/trigger-api/pom.xml
index 054c34c208b..1d8450a1d4c 100644
--- a/iotdb-api/trigger-api/pom.xml
+++ b/iotdb-api/trigger-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-api/udf-api/pom.xml b/iotdb-api/udf-api/pom.xml
index 2c854d04a99..470faefdd15 100644
--- a/iotdb-api/udf-api/pom.xml
+++ b/iotdb-api/udf-api/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-client/cli/pom.xml b/iotdb-client/cli/pom.xml
index de2d22e9b57..6b84dbd89d7 100644
--- a/iotdb-client/cli/pom.xml
+++ b/iotdb-client/cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-cli</artifactId>
diff --git a/iotdb-client/client-cpp/pom.xml b/iotdb-client/client-cpp/pom.xml
index 20b2185090d..561a97c7a02 100644
--- a/iotdb-client/client-cpp/pom.xml
+++ b/iotdb-client/client-cpp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp</artifactId>
@@ -125,8 +125,8 @@
                 
<thrift.exec.absolute.path>${project.parent.basedir}/iotdb-client/compile-tools/thrift/target/build/compiler/cpp/bin/${cmake.build.type}/thrift.exe</thrift.exec.absolute.path>
                 <iotdb.start.script>start-standalone.bat</iotdb.start.script>
                 <iotdb.stop.script>stop-standalone.bat</iotdb.stop.script>
-                <boost.include.dir/>
-                <boost.library.dir/>
+                <boost.include.dir />
+                <boost.library.dir />
             </properties>
         </profile>
         <profile>
diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml
index 6a4dd9db7ee..e29d63ea8d2 100644
--- a/iotdb-client/client-py/pom.xml
+++ b/iotdb-client/client-py/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-python-api</artifactId>
diff --git a/iotdb-client/compile-tools/pom.xml 
b/iotdb-client/compile-tools/pom.xml
index 3b37c54a2f3..2d7a0464a94 100644
--- a/iotdb-client/compile-tools/pom.xml
+++ b/iotdb-client/compile-tools/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools</artifactId>
@@ -35,7 +35,7 @@
         <cmake-version>3.17.3</cmake-version>
         <openssl.include.dir>-Dtrue1=true1</openssl.include.dir>
         <bison.executable.dir>-Dtrue1=true1</bison.executable.dir>
-        <cmake.build.type/>
+        <cmake.build.type />
     </properties>
     <modules>
         <module>thrift</module>
@@ -138,8 +138,8 @@
                 <thrift.make.executable>make</thrift.make.executable>
                 
<thrift.compiler.executable>thrift.exe</thrift.compiler.executable>
                 <gradlew.executable>gradlew.bat</gradlew.executable>
-                <boost.include.dir/>
-                <boost.library.dir/>
+                <boost.include.dir />
+                <boost.library.dir />
             </properties>
         </profile>
     </profiles>
diff --git a/iotdb-client/compile-tools/thrift/pom.xml 
b/iotdb-client/compile-tools/thrift/pom.xml
index b190facb0c9..6384ff91232 100644
--- a/iotdb-client/compile-tools/thrift/pom.xml
+++ b/iotdb-client/compile-tools/thrift/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>client-cpp-tools</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>client-cpp-tools-thrift</artifactId>
diff --git a/iotdb-client/isession/pom.xml b/iotdb-client/isession/pom.xml
index 21c8d9250b0..2c6379295b4 100644
--- a/iotdb-client/isession/pom.xml
+++ b/iotdb-client/isession/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 7d7f944ca48..775d8211243 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-jdbc</artifactId>
@@ -210,7 +210,7 @@
                                                 </goals>
                                             </pluginExecutionFilter>
                                             <action>
-                                                <ignore/>
+                                                <ignore />
                                             </action>
                                         </pluginExecution>
                                     </pluginExecutions>
diff --git a/iotdb-client/service-rpc/pom.xml b/iotdb-client/service-rpc/pom.xml
index 55b927f8fc2..412efd56b05 100644
--- a/iotdb-client/service-rpc/pom.xml
+++ b/iotdb-client/service-rpc/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>service-rpc</artifactId>
diff --git a/iotdb-client/session/pom.xml b/iotdb-client/session/pom.xml
index 7111ed43693..7a5826e20d4 100644
--- a/iotdb-client/session/pom.xml
+++ b/iotdb-client/session/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-connector/flink-iotdb-connector/pom.xml 
b/iotdb-connector/flink-iotdb-connector/pom.xml
index eb8bb275261..89b2b2d1f30 100644
--- a/iotdb-connector/flink-iotdb-connector/pom.xml
+++ b/iotdb-connector/flink-iotdb-connector/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>flink-iotdb-connector</artifactId>
diff --git a/iotdb-connector/flink-sql-iotdb-connector/pom.xml 
b/iotdb-connector/flink-sql-iotdb-connector/pom.xml
index 9e7d4835a57..c6d4103ef3c 100644
--- a/iotdb-connector/flink-sql-iotdb-connector/pom.xml
+++ b/iotdb-connector/flink-sql-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>flink-sql-iotdb-connector</artifactId>
diff --git a/iotdb-connector/flink-tsfile-connector/pom.xml 
b/iotdb-connector/flink-tsfile-connector/pom.xml
index af0ef3dc213..2f3ec983939 100644
--- a/iotdb-connector/flink-tsfile-connector/pom.xml
+++ b/iotdb-connector/flink-tsfile-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>flink-tsfile-connector</artifactId>
diff --git a/iotdb-connector/grafana-connector/pom.xml 
b/iotdb-connector/grafana-connector/pom.xml
index 5b6d24e0d11..7a2193ddd78 100644
--- a/iotdb-connector/grafana-connector/pom.xml
+++ b/iotdb-connector/grafana-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <!--parent>
@@ -170,7 +170,7 @@
                                     <transformer 
implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer">
                                         
<resource>META-INF/spring.schemas</resource>
                                     </transformer>
-                                    <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                                    <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"
 />
                                     <transformer 
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
                                         <mainClass>${start-class}</mainClass>
                                     </transformer>
diff --git a/iotdb-connector/grafana-plugin/pom.xml 
b/iotdb-connector/grafana-plugin/pom.xml
index b4332563d6d..fadf71e8768 100644
--- a/iotdb-connector/grafana-plugin/pom.xml
+++ b/iotdb-connector/grafana-plugin/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-grafana-plugin</artifactId>
@@ -123,16 +123,16 @@
                                 <configuration>
                                     <tasks>
                                         <condition property="osFamily" 
value="windows">
-                                            <os family="windows"/>
+                                            <os family="windows" />
                                         </condition>
                                         <condition property="osFamily" 
value="unix">
-                                            <os family="unix"/>
+                                            <os family="unix" />
                                         </condition>
                                         <exec 
executable="C:\\Windows\\System32\\cmd.exe" osfamily="windows">
-                                            <arg line="/c 
backend-compile.bat"/>
+                                            <arg line="/c backend-compile.bat" 
/>
                                         </exec>
                                         <exec executable="/bin/bash" 
osfamily="unix">
-                                            <arg line="-c 
./backend-compile.sh"/>
+                                            <arg line="-c 
./backend-compile.sh" />
                                         </exec>
                                     </tasks>
                                 </configuration>
diff --git a/iotdb-connector/hadoop/pom.xml b/iotdb-connector/hadoop/pom.xml
index 12686c37155..e50732ac9e8 100644
--- a/iotdb-connector/hadoop/pom.xml
+++ b/iotdb-connector/hadoop/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>hadoop-tsfile</artifactId>
diff --git a/iotdb-connector/hive-connector/pom.xml 
b/iotdb-connector/hive-connector/pom.xml
index 590a802f85e..e81ba2a1829 100644
--- a/iotdb-connector/hive-connector/pom.xml
+++ b/iotdb-connector/hive-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>hive-connector</artifactId>
diff --git a/iotdb-connector/spark-iotdb-connector/scala_2.11/pom.xml 
b/iotdb-connector/spark-iotdb-connector/scala_2.11/pom.xml
index 0f097016241..d6a27b26f01 100644
--- a/iotdb-connector/spark-iotdb-connector/scala_2.11/pom.xml
+++ b/iotdb-connector/spark-iotdb-connector/scala_2.11/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>spark-iotdb-connector_2.11</artifactId>
diff --git a/iotdb-connector/spark-iotdb-connector/scala_2.12/pom.xml 
b/iotdb-connector/spark-iotdb-connector/scala_2.12/pom.xml
index 31e52fe85dc..be6be9161ae 100644
--- a/iotdb-connector/spark-iotdb-connector/scala_2.12/pom.xml
+++ b/iotdb-connector/spark-iotdb-connector/scala_2.12/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
     <artifactId>spark-iotdb-connector_2.12</artifactId>
diff --git a/iotdb-connector/spark-tsfile/pom.xml 
b/iotdb-connector/spark-tsfile/pom.xml
index 1699d4c1e3e..5efa788d06d 100644
--- a/iotdb-connector/spark-tsfile/pom.xml
+++ b/iotdb-connector/spark-tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>spark-tsfile</artifactId>
diff --git a/iotdb-connector/zeppelin-interpreter/pom.xml 
b/iotdb-connector/zeppelin-interpreter/pom.xml
index 2b766b18387..757ecc7abe4 100644
--- a/iotdb-connector/zeppelin-interpreter/pom.xml
+++ b/iotdb-connector/zeppelin-interpreter/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>zeppelin-iotdb</artifactId>
diff --git a/iotdb-core/antlr/pom.xml b/iotdb-core/antlr/pom.xml
index 8ca17c554e4..1082861bcb2 100644
--- a/iotdb-core/antlr/pom.xml
+++ b/iotdb-core/antlr/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-antlr</artifactId>
diff --git a/iotdb-core/confignode/pom.xml b/iotdb-core/confignode/pom.xml
index e1ee1e1f919..005a72ccdc9 100644
--- a/iotdb-core/confignode/pom.xml
+++ b/iotdb-core/confignode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-confignode</artifactId>
diff --git a/iotdb-core/consensus/pom.xml b/iotdb-core/consensus/pom.xml
index bb659aaa0fb..648cff571f4 100644
--- a/iotdb-core/consensus/pom.xml
+++ b/iotdb-core/consensus/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-core/datanode/pom.xml b/iotdb-core/datanode/pom.xml
index 00ff2428dcd..285b60dca63 100644
--- a/iotdb-core/datanode/pom.xml
+++ b/iotdb-core/datanode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-server</artifactId>
diff --git a/iotdb-core/metrics/dropwizard-metrics/pom.xml 
b/iotdb-core/metrics/dropwizard-metrics/pom.xml
index 503910ba774..3cd29e11722 100644
--- a/iotdb-core/metrics/dropwizard-metrics/pom.xml
+++ b/iotdb-core/metrics/dropwizard-metrics/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-metrics</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>dropwizard-metrics</artifactId>
diff --git a/iotdb-core/metrics/interface/pom.xml 
b/iotdb-core/metrics/interface/pom.xml
index eb6def128d5..e1eec841a44 100644
--- a/iotdb-core/metrics/interface/pom.xml
+++ b/iotdb-core/metrics/interface/pom.xml
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-metrics</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>metrics-interface</artifactId>
diff --git a/iotdb-core/metrics/micrometer-metrics/pom.xml 
b/iotdb-core/metrics/micrometer-metrics/pom.xml
index af951ec3835..0e35ffccea0 100644
--- a/iotdb-core/metrics/micrometer-metrics/pom.xml
+++ b/iotdb-core/metrics/micrometer-metrics/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-metrics</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-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.2.2</version>
+            <version>1.2.3-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>io.micrometer</groupId>
diff --git a/iotdb-core/metrics/pom.xml b/iotdb-core/metrics/pom.xml
index 6c2b4c1fc4f..6e7adf7afb5 100644
--- a/iotdb-core/metrics/pom.xml
+++ b/iotdb-core/metrics/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-metrics</artifactId>
diff --git a/iotdb-core/mlnode/pom.xml b/iotdb-core/mlnode/pom.xml
index d58881f93e6..66ecc2a0eb6 100644
--- a/iotdb-core/mlnode/pom.xml
+++ b/iotdb-core/mlnode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-mlnode</artifactId>
diff --git a/iotdb-core/node-commons/pom.xml b/iotdb-core/node-commons/pom.xml
index 0fba6aab61a..7492e1708c9 100644
--- a/iotdb-core/node-commons/pom.xml
+++ b/iotdb-core/node-commons/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>node-commons</artifactId>
diff --git a/iotdb-core/tsfile/pom.xml b/iotdb-core/tsfile/pom.xml
index 67faf9c9db3..a373b593678 100644
--- a/iotdb-core/tsfile/pom.xml
+++ b/iotdb-core/tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>tsfile</artifactId>
diff --git a/iotdb-protocol/openapi/pom.xml b/iotdb-protocol/openapi/pom.xml
index 2045bfd0768..21de7cf9888 100644
--- a/iotdb-protocol/openapi/pom.xml
+++ b/iotdb-protocol/openapi/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <artifactId>iotdb-parent</artifactId>
         <groupId>org.apache.iotdb</groupId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/iotdb-protocol/thrift-commons/pom.xml 
b/iotdb-protocol/thrift-commons/pom.xml
index ffafc43eb26..781f0203d10 100644
--- a/iotdb-protocol/thrift-commons/pom.xml
+++ b/iotdb-protocol/thrift-commons/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-commons</artifactId>
diff --git a/iotdb-protocol/thrift-confignode/pom.xml 
b/iotdb-protocol/thrift-confignode/pom.xml
index beb0f9b898d..1666066ca19 100644
--- a/iotdb-protocol/thrift-confignode/pom.xml
+++ b/iotdb-protocol/thrift-confignode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-confignode</artifactId>
diff --git a/iotdb-protocol/thrift-consensus/pom.xml 
b/iotdb-protocol/thrift-consensus/pom.xml
index e3f8ac04c24..dbe91153895 100644
--- a/iotdb-protocol/thrift-consensus/pom.xml
+++ b/iotdb-protocol/thrift-consensus/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-consensus</artifactId>
diff --git a/iotdb-protocol/thrift-mlnode/pom.xml 
b/iotdb-protocol/thrift-mlnode/pom.xml
index 0a8ff1d2576..a5ad57bc75e 100644
--- a/iotdb-protocol/thrift-mlnode/pom.xml
+++ b/iotdb-protocol/thrift-mlnode/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift-mlnode</artifactId>
diff --git a/iotdb-protocol/thrift/pom.xml b/iotdb-protocol/thrift/pom.xml
index bcc7ad58432..d31dae37c84 100644
--- a/iotdb-protocol/thrift/pom.xml
+++ b/iotdb-protocol/thrift/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-parent</artifactId>
-        <version>1.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>iotdb-thrift</artifactId>
diff --git a/library-udf/pom.xml b/library-udf/pom.xml
index 6ccb1b7979c..5476efb8949 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>library-udf</artifactId>
diff --git a/pom.xml b/pom.xml
index 601c401e917..6d0bc5bc5b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-parent</artifactId>
-    <version>1.2.2</version>
+    <version>1.2.3-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>
@@ -42,7 +42,7 @@
         <connection>scm:git:ssh://[email protected]/apache/iotdb.git</connection>
         
<developerConnection>scm:git:ssh://[email protected]/apache/iotdb.git</developerConnection>
         <url>ssh://[email protected]:apache/iotdb.git</url>
-        <tag>v1.2.2</tag>
+        <tag>rel/0.10</tag>
     </scm>
     <!-- Only configure the site distribution as the rest is handled by the 
apache parent -->
     <distributionManagement>
@@ -172,7 +172,7 @@
         
<sonar.junit.reportPaths>target/surefire-reports,target/failsafe-reports</sonar.junit.reportPaths>
         <!-- By default, the argLine is empty-->
         <gson.version>2.8.9</gson.version>
-        <argLine/>
+        <argLine />
         <!-- whether enable compiling the cpp client-->
         <client-cpp>false</client-cpp>
         <!-- disable enforcer by default-->
@@ -790,7 +790,7 @@
                             <importOrder>
                                 <order>org.apache.iotdb,,javax,java,\#</order>
                             </importOrder>
-                            <removeUnusedImports/>
+                            <removeUnusedImports />
                         </java>
                         <lineEndings>UNIX</lineEndings>
                     </configuration>
@@ -866,7 +866,7 @@
                         <phase>validate</phase>
                         <configuration>
                             <rules>
-                                <dependencyConvergence/>
+                                <dependencyConvergence />
                             </rules>
                         </configuration>
                         <goals>
@@ -912,7 +912,7 @@
                                 </requireJavaVersion>
                                 <!-- Disabled for now as it breaks the ability 
to build single modules -->
                                 <!--reactorModuleConvergence/-->
-                                <banVulnerable 
implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies"/>
+                                <banVulnerable 
implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" 
/>
                             </rules>
                         </configuration>
                     </execution>
diff --git a/site/pom.xml b/site/pom.xml
index 555479ca663..3ac9e51bcfc 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.2.2</version>
+        <version>1.2.3-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
@@ -318,7 +318,7 @@
                                 <configuration>
                                     <tasks>
                                         <exec executable="/bin/bash">
-                                            <arg line="-c 
./replace-picture-urls.sh"/>
+                                            <arg line="-c 
./replace-picture-urls.sh" />
                                         </exec>
                                     </tasks>
                                 </configuration>

Reply via email to