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

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


The following commit(s) were added to refs/heads/rc/2.0.3 by this push:
     new 3b18696  [maven-release-plugin] prepare release v2.0.3
3b18696 is described below

commit 3b186961147599b22131fc310e8a12c855fb7ed6
Author: HTHou <[email protected]>
AuthorDate: Thu Jun 19 16:10:37 2025 +0800

    [maven-release-plugin] prepare release v2.0.3
---
 connectors/flink-iotdb-connector/pom.xml           |   2 +-
 connectors/flink-sql-iotdb-connector/pom.xml       |   2 +-
 connectors/flink-tsfile-connector/pom.xml          |   4 +-
 connectors/grafana-connector/pom.xml               |   2 +-
 connectors/hadoop/pom.xml                          |   2 +-
 connectors/hive-connector/pom.xml                  |   4 +-
 connectors/pom.xml                                 |   2 +-
 connectors/spark-iotdb-connector/pom.xml           |   4 +-
 .../spark-iotdb-connector/scala_2.11/pom.xml       |   2 +-
 .../spark-iotdb-connector/scala_2.12/pom.xml       |   2 +-
 .../iotdb-table-connector-3.3/pom.xml              |   2 +-
 .../iotdb-table-connector-3.4/pom.xml              |   2 +-
 .../iotdb-table-connector-3.5/pom.xml              |   2 +-
 connectors/spark-iotdb-table-connector/pom.xml     |   2 +-
 .../spark-iotdb-table-common/pom.xml               |   2 +-
 connectors/spark-tsfile/pom.xml                    |   4 +-
 connectors/zeppelin-interpreter/pom.xml            |   4 +-
 distributions/pom.xml                              |   6 +-
 examples/flink-sql/pom.xml                         |   4 +-
 examples/flink/pom.xml                             |   6 +-
 examples/hadoop/pom.xml                            |   4 +-
 examples/iotdb-spring-boot-start/pom.xml           | 149 ++++++++---------
 examples/kafka/pom.xml                             |   4 +-
 examples/mybatis-generator/pom.xml                 | 160 +++++++++---------
 examples/mybatisplus-generator/pom.xml             | 182 ++++++++++-----------
 examples/pom.xml                                   |   2 +-
 examples/pulsar/pom.xml                            |   4 +-
 examples/rabbitmq/pom.xml                          |   4 +-
 examples/rocketmq/pom.xml                          |   2 +-
 examples/spark-table/pom.xml                       |   4 +-
 iotdb-collector/collector-core/pom.xml             |   4 +-
 iotdb-collector/collector-distribution/pom.xml     |   4 +-
 iotdb-collector/collector-openapi/pom.xml          |   2 +-
 iotdb-collector/pom.xml                            |   2 +-
 iotdb-spring-boot-starter/pom.xml                  |   4 +-
 mybatis-generator/pom.xml                          |   4 +-
 pom.xml                                            |   3 +-
 37 files changed, 298 insertions(+), 300 deletions(-)

diff --git a/connectors/flink-iotdb-connector/pom.xml 
b/connectors/flink-iotdb-connector/pom.xml
index 4ed9fe7..a8cea83 100644
--- a/connectors/flink-iotdb-connector/pom.xml
+++ b/connectors/flink-iotdb-connector/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>flink-iotdb-connector</artifactId>
     <name>IoTDB: Connector: Apache Flink</name>
diff --git a/connectors/flink-sql-iotdb-connector/pom.xml 
b/connectors/flink-sql-iotdb-connector/pom.xml
index 2e5416b..fcaaca0 100644
--- a/connectors/flink-sql-iotdb-connector/pom.xml
+++ b/connectors/flink-sql-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>flink-sql-iotdb-connector</artifactId>
     <name>IoTDB: Connector: Apache Flink SQL</name>
diff --git a/connectors/flink-tsfile-connector/pom.xml 
b/connectors/flink-tsfile-connector/pom.xml
index 6bbcf23..c03207d 100644
--- a/connectors/flink-tsfile-connector/pom.xml
+++ b/connectors/flink-tsfile-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>flink-tsfile-connector</artifactId>
     <name>IoTDB: Connector: Apache Flink TSFile</name>
@@ -54,7 +54,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
             <exclusions>
                 <!--
                    We need the flink-shaded-zookeeper-3 dependency for some 
shaded classes.
diff --git a/connectors/grafana-connector/pom.xml 
b/connectors/grafana-connector/pom.xml
index 55eeb48..12fe645 100644
--- a/connectors/grafana-connector/pom.xml
+++ b/connectors/grafana-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>iotdb-grafana-connector</artifactId>
     <packaging>war</packaging>
diff --git a/connectors/hadoop/pom.xml b/connectors/hadoop/pom.xml
index a65b481..c89860e 100644
--- a/connectors/hadoop/pom.xml
+++ b/connectors/hadoop/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>hadoop-tsfile</artifactId>
     <name>IoTDB: Connector: Apache Hadoop TSFile</name>
diff --git a/connectors/hive-connector/pom.xml 
b/connectors/hive-connector/pom.xml
index ba5442a..ef06a4d 100644
--- a/connectors/hive-connector/pom.xml
+++ b/connectors/hive-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>hive-connector</artifactId>
     <name>IoTDB: Connector: Apache Hive</name>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.tsfile</groupId>
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 7742633..8aaca47 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>connectors</artifactId>
     <packaging>pom</packaging>
diff --git a/connectors/spark-iotdb-connector/pom.xml 
b/connectors/spark-iotdb-connector/pom.xml
index 6affd27..1f826e7 100644
--- a/connectors/spark-iotdb-connector/pom.xml
+++ b/connectors/spark-iotdb-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-connector</artifactId>
     <!-- NOTE: This module actually only contains the sources and the common 
settings
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>${iotdb.version}</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/connectors/spark-iotdb-connector/scala_2.11/pom.xml 
b/connectors/spark-iotdb-connector/scala_2.11/pom.xml
index 9c9c2c7..0750ef3 100644
--- a/connectors/spark-iotdb-connector/scala_2.11/pom.xml
+++ b/connectors/spark-iotdb-connector/scala_2.11/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-connector_2.11</artifactId>
     <name>IoTDB: Connector: Apache Spark (Scala 2.11)</name>
diff --git a/connectors/spark-iotdb-connector/scala_2.12/pom.xml 
b/connectors/spark-iotdb-connector/scala_2.12/pom.xml
index 96a362e..5431cb1 100644
--- a/connectors/spark-iotdb-connector/scala_2.12/pom.xml
+++ b/connectors/spark-iotdb-connector/scala_2.12/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-connector_2.12</artifactId>
     <name>IoTDB: Connector: Apache Spark (Scala 2.12)</name>
diff --git 
a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml 
b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
index 2392d53..1d327e9 100644
--- a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
+++ b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.3/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-table-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-table-connector-3.3</artifactId>
     <name>IoTDB: Table Connector: Apache Spark3.3 (Scala 2.12)</name>
diff --git 
a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml 
b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
index 4f546cb..eed3b4a 100644
--- a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
+++ b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.4/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-table-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-table-connector-3.4</artifactId>
     <name>IoTDB: Table Connector: Apache Spark3.4 (Scala 2.12)</name>
diff --git 
a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml 
b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
index 3ce7f1d..033e385 100644
--- a/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
+++ b/connectors/spark-iotdb-table-connector/iotdb-table-connector-3.5/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-table-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-table-connector-3.5</artifactId>
     <name>IoTDB: Table Connector: Apache Spark3.5 (Scala 2.12)</name>
diff --git a/connectors/spark-iotdb-table-connector/pom.xml 
b/connectors/spark-iotdb-table-connector/pom.xml
index 7b7a4b1..4fc8daf 100644
--- a/connectors/spark-iotdb-table-connector/pom.xml
+++ b/connectors/spark-iotdb-table-connector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-table-connector</artifactId>
     <!-- NOTE: This module actually only contains the sources and the common 
settings
diff --git 
a/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml 
b/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
index abe34db..90f2571 100644
--- a/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
+++ b/connectors/spark-iotdb-table-connector/spark-iotdb-table-common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>spark-iotdb-table-connector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-iotdb-table-common</artifactId>
     <name>IoTDB: Table Connector: Apache Spark Common</name>
diff --git a/connectors/spark-tsfile/pom.xml b/connectors/spark-tsfile/pom.xml
index 4b6d99e..ad0a438 100644
--- a/connectors/spark-tsfile/pom.xml
+++ b/connectors/spark-tsfile/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>spark-tsfile</artifactId>
     <name>IoTDB: Connector: Apache Spark TSFile</name>
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/connectors/zeppelin-interpreter/pom.xml 
b/connectors/zeppelin-interpreter/pom.xml
index df98646..ca7fd95 100644
--- a/connectors/zeppelin-interpreter/pom.xml
+++ b/connectors/zeppelin-interpreter/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>connectors</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>zeppelin-iotdb</artifactId>
     <name>IoTDB: Connector: Apache Zeppelin</name>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>${iotdb.version}</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/distributions/pom.xml b/distributions/pom.xml
index 92e5be4..6507647 100644
--- a/distributions/pom.xml
+++ b/distributions/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>iotdb-extras-distributions</artifactId>
     <packaging>pom</packaging>
@@ -56,12 +56,12 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>spark-iotdb-connector_2.11</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>spark-iotdb-connector_2.12</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/examples/flink-sql/pom.xml b/examples/flink-sql/pom.xml
index 6620fa6..122f340 100644
--- a/examples/flink-sql/pom.xml
+++ b/examples/flink-sql/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>flink-sql-example</artifactId>
     <name>IoTDB: Example: Apache Flink SQL</name>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>flink-sql-iotdb-connector</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
diff --git a/examples/flink/pom.xml b/examples/flink/pom.xml
index 5204449..426f3a7 100644
--- a/examples/flink/pom.xml
+++ b/examples/flink/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>flink-example</artifactId>
     <name>IoTDB: Example: Apache Flink</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>flink-iotdb-connector</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
             <exclusions>
                 <!-- org.apache.iotdb:hadoop-tsfile uses hadoop-common:2.7.3, 
which uses commons-compress:1.4.1-->
                 <!-- flink-java uses commons-compress:1.18-->
@@ -50,7 +50,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>flink-tsfile-connector</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.flink</groupId>
diff --git a/examples/hadoop/pom.xml b/examples/hadoop/pom.xml
index 4a23d40..268558d 100644
--- a/examples/hadoop/pom.xml
+++ b/examples/hadoop/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>hadoop-example</artifactId>
     <name>IoTDB: Example: Apache Hadoop</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>hadoop-tsfile</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/examples/iotdb-spring-boot-start/pom.xml 
b/examples/iotdb-spring-boot-start/pom.xml
index a55d571..b61ba40 100644
--- a/examples/iotdb-spring-boot-start/pom.xml
+++ b/examples/iotdb-spring-boot-start/pom.xml
@@ -19,78 +19,79 @@
     under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.springframework.boot</groupId>
-    <artifactId>spring-boot-starter-parent</artifactId>
-    <version>3.4.3</version>
-    <relativePath />
-    <!-- lookup parent from repository -->
-  </parent>
-  <groupId>org.apache.iotdb</groupId>
-  <artifactId>iotdb-spring-boot-start-example</artifactId>
-  <version>2.0.3</version>
-  <name>IoTDB: Example: SpringBoot Starter</name>
-  <description>iotdb-spring-boot-start</description>
-  <properties>
-    <java.version>17</java.version>
-    <spring-boot.version>3.4.5</spring-boot.version>
-    <spring.version>6.2.6</spring.version>
-    <google.java.format.version>1.22.0</google.java.format.version>
-    <spotless.version>2.43.0</spotless.version>
-  </properties>
-  <dependencies>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-test</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.iotdb</groupId>
-      <artifactId>iotdb-spring-boot-starter</artifactId>
-      <version>2.0.2-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
         <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-maven-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>com.diffplug.spotless</groupId>
-        <artifactId>spotless-maven-plugin</artifactId>
-        <version>${spotless.version}</version>
-        <configuration>
-          <java>
-            <googleJavaFormat>
-              <version>${google.java.format.version}</version>
-              <style>GOOGLE</style>
-            </googleJavaFormat>
-            <importOrder>
-              <order>org.apache.iotdb,,javax,java,\#</order>
-            </importOrder>
-            <removeUnusedImports />
-          </java>
-          <lineEndings>UNIX</lineEndings>
-        </configuration>
-        <executions>
-          <execution>
-            <id>spotless-check</id>
-            <goals>
-              <goal>check</goal>
-            </goals>
-            <phase>validate</phase>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+        <artifactId>spring-boot-starter-parent</artifactId>
+        <version>3.4.3</version>
+        <relativePath/>
+        <!-- lookup parent from repository -->
+    </parent>
+    <groupId>org.apache.iotdb</groupId>
+    <artifactId>iotdb-spring-boot-start-example</artifactId>
+    <version>2.0.3</version>
+    <name>IoTDB: Example: SpringBoot Starter</name>
+    <description>iotdb-spring-boot-start</description>
+    <properties>
+        <java.version>17</java.version>
+        <spring-boot.version>3.4.5</spring-boot.version>
+        <spring.version>6.2.6</spring.version>
+        <google.java.format.version>1.22.0</google.java.format.version>
+        <spotless.version>2.43.0</spotless.version>
+    </properties>
+    <dependencies>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-test</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.iotdb</groupId>
+            <artifactId>iotdb-spring-boot-starter</artifactId>
+            <version>2.0.3</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.springframework.boot</groupId>
+                <artifactId>spring-boot-maven-plugin</artifactId>
+            </plugin>
+            <plugin>
+                <groupId>com.diffplug.spotless</groupId>
+                <artifactId>spotless-maven-plugin</artifactId>
+                <version>${spotless.version}</version>
+                <configuration>
+                    <java>
+                        <googleJavaFormat>
+                            <version>${google.java.format.version}</version>
+                            <style>GOOGLE</style>
+                        </googleJavaFormat>
+                        <importOrder>
+                            <order>org.apache.iotdb,,javax,java,\#</order>
+                        </importOrder>
+                        <removeUnusedImports/>
+                    </java>
+                    <lineEndings>UNIX</lineEndings>
+                </configuration>
+                <executions>
+                    <execution>
+                        <id>spotless-check</id>
+                        <goals>
+                            <goal>check</goal>
+                        </goals>
+                        <phase>validate</phase>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+    <scm>
+        <tag>v2.0.3</tag>
+    </scm>
+</project>
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 26eb4c4..71d1b53 100644
--- a/examples/kafka/pom.xml
+++ b/examples/kafka/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>kafka-example</artifactId>
     <name>IoTDB: Example: Apache Kafka</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>${iotdb.version}</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/examples/mybatis-generator/pom.xml 
b/examples/mybatis-generator/pom.xml
index 950ac13..42b37b2 100644
--- a/examples/mybatis-generator/pom.xml
+++ b/examples/mybatis-generator/pom.xml
@@ -19,85 +19,83 @@
     under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <groupId>org.apache.iotdb</groupId>
-    <artifactId>iotdb-extras-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
-  </parent>
-  <artifactId>mybatis-generator-example</artifactId>
-  <name>IoTDB: Example: Mybatis Generator</name>
-  <version>2.0.2-SNAPSHOT</version>
-  <dependencies>
-    <dependency>
-      <groupId>org.mybatis</groupId>
-      <artifactId>mybatis</artifactId>
-      <version>3.5.19</version>
-    </dependency>
-    <dependency>
-      <groupId>org.projectlombok</groupId>
-      <artifactId>lombok</artifactId>
-      <version>1.18.38</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.iotdb</groupId>
-      <artifactId>iotdb-jdbc</artifactId>
-      <version>2.0.4-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>io.swagger.core.v3</groupId>
-      <artifactId>swagger-annotations-jakarta</artifactId>
-      <version>2.2.30</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <includes>
-          <include>**/*.xml</include>
-        </includes>
-      </resource>
-      <resource>
-        <directory>src/main/java</directory>
-        <includes>
-          <include>**/plugin/xml/*.xml</include>
-        </includes>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.mybatis.generator</groupId>
-        <artifactId>mybatis-generator-maven-plugin</artifactId>
-        <version>1.4.2</version>
-        <dependencies>
-          <dependency>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.iotdb</groupId>
+        <artifactId>iotdb-extras-parent</artifactId>
+        <version>2.0.3</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
+    <artifactId>mybatis-generator-example</artifactId>
+    <name>IoTDB: Example: Mybatis Generator</name>
+    <version>2.0.3</version>
+    <dependencies>
+        <dependency>
+            <groupId>org.mybatis</groupId>
+            <artifactId>mybatis</artifactId>
+            <version>3.5.19</version>
+        </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.18.38</version>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.apache.iotdb</groupId>
-            <artifactId>mybatis-generator-plugin</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
-          </dependency>
-        </dependencies>
-        <configuration>
-          <verbose>true</verbose>
-          <overwrite>true</overwrite>
-          
<configurationFile>src/main/resources/generatorConfig.xml</configurationFile>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <configuration>
-          <usedDependencies>
-            <!-- These are used at runtime in tests -->
-            <usedDependency>org.apache.iotdb:iotdb-jdbc</usedDependency>
-          </usedDependencies>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+            <artifactId>iotdb-jdbc</artifactId>
+            <version>2.0.3</version>
+        </dependency>
+        <dependency>
+            <groupId>io.swagger.core.v3</groupId>
+            <artifactId>swagger-annotations-jakarta</artifactId>
+            <version>2.2.30</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <resources>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*.xml</include>
+                </includes>
+            </resource>
+            <resource>
+                <directory>src/main/java</directory>
+                <includes>
+                    <include>**/plugin/xml/*.xml</include>
+                </includes>
+            </resource>
+        </resources>
+        <plugins>
+            <plugin>
+                <groupId>org.mybatis.generator</groupId>
+                <artifactId>mybatis-generator-maven-plugin</artifactId>
+                <version>1.4.2</version>
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.iotdb</groupId>
+                        <artifactId>mybatis-generator-plugin</artifactId>
+                        <version>2.0.3</version>
+                    </dependency>
+                </dependencies>
+                <configuration>
+                    <verbose>true</verbose>
+                    <overwrite>true</overwrite>
+                    
<configurationFile>src/main/resources/generatorConfig.xml</configurationFile>
+                </configuration>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <configuration>
+                    <usedDependencies>
+                        <!-- These are used at runtime in tests -->
+                        
<usedDependency>org.apache.iotdb:iotdb-jdbc</usedDependency>
+                    </usedDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/examples/mybatisplus-generator/pom.xml 
b/examples/mybatisplus-generator/pom.xml
index a5629a7..7ec9b11 100644
--- a/examples/mybatisplus-generator/pom.xml
+++ b/examples/mybatisplus-generator/pom.xml
@@ -19,96 +19,94 @@
     under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+    <modelVersion>4.0.0</modelVersion>
+    <parent>
+        <groupId>org.apache.iotdb</groupId>
+        <artifactId>iotdb-extras-parent</artifactId>
+        <version>2.0.3</version>
+        <relativePath>../../pom.xml</relativePath>
+    </parent>
     <groupId>org.apache.iotdb</groupId>
-    <artifactId>iotdb-extras-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
-  </parent>
-  <groupId>org.apache.iotdb</groupId>
-  <artifactId>mybatisplus-generator-example</artifactId>
-  <name>IoTDB: Example: Mybatis Plus Generator</name>
-  <version>2.0.2-SNAPSHOT</version>
-  <properties>
-    <mybatisplus.version>3.5.10</mybatisplus.version>
-    <maven.compiler.source>17</maven.compiler.source>
-    <maven.compiler.target>17</maven.compiler.target>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <spring-boot.version>3.4.5</spring-boot.version>
-    <spring.version>6.2.6</spring.version>
-  </properties>
-  <dependencies>
-    <dependency>
-      <groupId>org.mybatis</groupId>
-      <artifactId>mybatis</artifactId>
-      <version>3.5.19</version>
-    </dependency>
-    <dependency>
-      <groupId>com.baomidou</groupId>
-      <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
-      <version>${mybatisplus.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>com.baomidou</groupId>
-      <artifactId>mybatis-plus-generator</artifactId>
-      <version>3.5.10</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.velocity</groupId>
-      <artifactId>velocity-engine-core</artifactId>
-      <version>2.4.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.iotdb</groupId>
-      <artifactId>iotdb-jdbc</artifactId>
-      <version>${iotdb.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter</artifactId>
-      <version>${spring-boot.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springframework.boot</groupId>
-      <artifactId>spring-boot-starter-web</artifactId>
-      <version>${spring-boot.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.springdoc</groupId>
-      <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
-      <version>2.8.6</version>
-    </dependency>
-    <dependency>
-      <groupId>org.projectlombok</groupId>
-      <artifactId>lombok</artifactId>
-      <version>1.18.36</version>
-    </dependency>
-  </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <configuration>
-          <ignoredDependencies>
-            <!-- For some reason this plugin missed it being used for a 
constant import -->
-            <ignoredDependency>org.apache.iotdb:isession</ignoredDependency>
-          </ignoredDependencies>
-          <usedDependencies>
-            <!-- These are used at runtime in tests -->
-            
<usedDependency>com.baomidou:mybatis-plus-spring-boot3-starter</usedDependency>
-            
<usedDependency>org.apache.velocity:velocity-engine-core</usedDependency>
-            
<usedDependency>org.springframework.boot:spring-boot-starter</usedDependency>
-            
<usedDependency>org.springframework.boot:spring-boot-starter-web</usedDependency>
-            
<usedDependency>org.springdoc:springdoc-openapi-starter-webmvc-ui</usedDependency>
-            <usedDependency>org.projectlombok:lombok</usedDependency>
-          </usedDependencies>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-</project>
\ No newline at end of file
+    <artifactId>mybatisplus-generator-example</artifactId>
+    <name>IoTDB: Example: Mybatis Plus Generator</name>
+    <version>2.0.3</version>
+    <properties>
+        <mybatisplus.version>3.5.10</mybatisplus.version>
+        <maven.compiler.source>17</maven.compiler.source>
+        <maven.compiler.target>17</maven.compiler.target>
+        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+        <spring-boot.version>3.4.5</spring-boot.version>
+        <spring.version>6.2.6</spring.version>
+    </properties>
+    <dependencies>
+        <dependency>
+            <groupId>org.mybatis</groupId>
+            <artifactId>mybatis</artifactId>
+            <version>3.5.19</version>
+        </dependency>
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
+            <version>${mybatisplus.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus-generator</artifactId>
+            <version>3.5.10</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.velocity</groupId>
+            <artifactId>velocity-engine-core</artifactId>
+            <version>2.4.1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.iotdb</groupId>
+            <artifactId>iotdb-jdbc</artifactId>
+            <version>2.0.3</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter</artifactId>
+            <version>${spring-boot.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework.boot</groupId>
+            <artifactId>spring-boot-starter-web</artifactId>
+            <version>${spring-boot.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.springdoc</groupId>
+            <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
+            <version>2.8.6</version>
+        </dependency>
+        <dependency>
+            <groupId>org.projectlombok</groupId>
+            <artifactId>lombok</artifactId>
+            <version>1.18.36</version>
+        </dependency>
+    </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-dependency-plugin</artifactId>
+                <configuration>
+                    <ignoredDependencies>
+                        <!-- For some reason this plugin missed it being used 
for a constant import -->
+                        
<ignoredDependency>org.apache.iotdb:isession</ignoredDependency>
+                    </ignoredDependencies>
+                    <usedDependencies>
+                        <!-- These are used at runtime in tests -->
+                        
<usedDependency>com.baomidou:mybatis-plus-spring-boot3-starter</usedDependency>
+                        
<usedDependency>org.apache.velocity:velocity-engine-core</usedDependency>
+                        
<usedDependency>org.springframework.boot:spring-boot-starter</usedDependency>
+                        
<usedDependency>org.springframework.boot:spring-boot-starter-web</usedDependency>
+                        
<usedDependency>org.springdoc:springdoc-openapi-starter-webmvc-ui</usedDependency>
+                        
<usedDependency>org.projectlombok:lombok</usedDependency>
+                    </usedDependencies>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+</project>
diff --git a/examples/pom.xml b/examples/pom.xml
index 3c99c7f..ddbf0bd 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>examples</artifactId>
     <packaging>pom</packaging>
diff --git a/examples/pulsar/pom.xml b/examples/pulsar/pom.xml
index c9b5cc4..c836901 100644
--- a/examples/pulsar/pom.xml
+++ b/examples/pulsar/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>pulsar-example</artifactId>
     <name>IoTDB: Example: Apache Pulsar</name>
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>${iotdb.version}</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/examples/rabbitmq/pom.xml b/examples/rabbitmq/pom.xml
index fd3789e..d735435 100644
--- a/examples/rabbitmq/pom.xml
+++ b/examples/rabbitmq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>rabbitmq-example</artifactId>
     <name>IoTDB: Example: RabbitMQ</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-jdbc</artifactId>
-            <version>${iotdb.version}</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.iotdb</groupId>
diff --git a/examples/rocketmq/pom.xml b/examples/rocketmq/pom.xml
index 50fb7d0..fc793ca 100644
--- a/examples/rocketmq/pom.xml
+++ b/examples/rocketmq/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>rocketmq-example</artifactId>
     <name>IoTDB: Example: Apache RocketMQ</name>
diff --git a/examples/spark-table/pom.xml b/examples/spark-table/pom.xml
index 762f318..edac7e8 100644
--- a/examples/spark-table/pom.xml
+++ b/examples/spark-table/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>examples</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>table-spark-connector-example</artifactId>
     <name>IoTDB: Example: IoTDB Table Spark Connector</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>spark-iotdb-table-connector-3.5</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
         <dependency>
             <groupId>org.apache.spark</groupId>
diff --git a/iotdb-collector/collector-core/pom.xml 
b/iotdb-collector/collector-core/pom.xml
index a0e4502..75f80c5 100644
--- a/iotdb-collector/collector-core/pom.xml
+++ b/iotdb-collector/collector-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-collector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>collector-core</artifactId>
     <name>IoTDB: Collector: Core</name>
@@ -32,7 +32,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>collector-openapi</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.eclipse.jetty</groupId>
diff --git a/iotdb-collector/collector-distribution/pom.xml 
b/iotdb-collector/collector-distribution/pom.xml
index 4bc94ff..a14c7ef 100644
--- a/iotdb-collector/collector-distribution/pom.xml
+++ b/iotdb-collector/collector-distribution/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-collector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>collector-distribution</artifactId>
     <packaging>pom</packaging>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>collector-core</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
             <type>zip</type>
         </dependency>
     </dependencies>
diff --git a/iotdb-collector/collector-openapi/pom.xml 
b/iotdb-collector/collector-openapi/pom.xml
index e58a51d..79ad5a4 100644
--- a/iotdb-collector/collector-openapi/pom.xml
+++ b/iotdb-collector/collector-openapi/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-collector</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>collector-openapi</artifactId>
     <name>IoTDB: Collector: OpenAPI</name>
diff --git a/iotdb-collector/pom.xml b/iotdb-collector/pom.xml
index f315491..62b0454 100644
--- a/iotdb-collector/pom.xml
+++ b/iotdb-collector/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <artifactId>iotdb-collector</artifactId>
     <packaging>pom</packaging>
diff --git a/iotdb-spring-boot-starter/pom.xml 
b/iotdb-spring-boot-starter/pom.xml
index cd2ad44..4e11ac6 100644
--- a/iotdb-spring-boot-starter/pom.xml
+++ b/iotdb-spring-boot-starter/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-spring-boot-starter</artifactId>
     <name>IoTDB Extras: SpringBoot Starter</name>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.3</version>
     <properties>
         <maven.compiler.source>17</maven.compiler.source>
         <maven.compiler.target>17</maven.compiler.target>
diff --git a/mybatis-generator/pom.xml b/mybatis-generator/pom.xml
index 803d02c..b1453bd 100644
--- a/mybatis-generator/pom.xml
+++ b/mybatis-generator/pom.xml
@@ -4,12 +4,12 @@
     <parent>
         <groupId>org.apache.iotdb</groupId>
         <artifactId>iotdb-extras-parent</artifactId>
-        <version>2.0.2-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>mybatis-generator-plugin</artifactId>
     <name>IoTDB Extras: Mybatis Generator Plugin</name>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.3</version>
     <packaging>jar</packaging>
     <licenses>
         <license>
diff --git a/pom.xml b/pom.xml
index 159b4da..2f9a77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <groupId>org.apache.iotdb</groupId>
     <artifactId>iotdb-extras-parent</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.0.3</version>
     <packaging>pom</packaging>
     <name>Apache IoTDB Project Extras Parent POM</name>
     <description>This is the secondary repository that builds the examples and 
integration modules for IoTDB.</description>
@@ -2003,6 +2003,7 @@
         
<connection>scm:git:ssh://[email protected]/apache/iotdb-extras.git</connection>
         
<developerConnection>scm:git:ssh://[email protected]/apache/iotdb-extras.git</developerConnection>
         <url>ssh://[email protected]:apache/iotdb-extras.git</url>
+        <tag>v2.0.3</tag>
     </scm>
     <issueManagement>
         <system>Jira</system>


Reply via email to