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

critas 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 c1bfde9  Bump version to 2.0.3
c1bfde9 is described below

commit c1bfde9ee99daac09c9b30844ceea71490b35654
Author: CritasWang <[email protected]>
AuthorDate: Thu Jun 19 11:26:50 2025 +0800

    Bump version to 2.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/grafana-plugin/pom.xml                          |  2 +-
 connectors/hadoop/pom.xml                                  |  2 +-
 connectors/hive-connector/pom.xml                          |  4 ++--
 connectors/pom.xml                                         |  2 +-
 connectors/spark-iotdb-connector/pom.xml                   |  2 +-
 connectors/spark-iotdb-connector/scala_2.11/pom.xml        |  2 +-
 connectors/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                    |  2 +-
 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                   |  2 +-
 examples/iotdb-spring-boot-start/readme.md                 | 14 ++++++++------
 examples/kafka/pom.xml                                     |  2 +-
 examples/mybatis-generator/pom.xml                         |  4 ++--
 .../src/main/resources/generatorConfigByExample.xml        |  8 +++++---
 examples/mybatisplus-generator/pom.xml                     |  2 +-
 examples/pom.xml                                           |  2 +-
 examples/pulsar/pom.xml                                    |  2 +-
 examples/rabbitmq/pom.xml                                  |  2 +-
 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/README.md                        | 12 +++++++-----
 iotdb-spring-boot-starter/pom.xml                          |  4 ++--
 mybatis-generator/README-zh.md                             | 13 +++++++------
 mybatis-generator/README.md                                | 14 +++++++-------
 mybatis-generator/pom.xml                                  |  4 ++--
 mybatis-generator/src/main/resources/generatorConfig.xml   |  8 +++++---
 pom.xml                                                    |  2 +-
 44 files changed, 92 insertions(+), 83 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/grafana-plugin/pom.xml 
b/connectors/grafana-plugin/pom.xml
index ed2b3a2..06cf282 100644
--- a/connectors/grafana-plugin/pom.xml
+++ b/connectors/grafana-plugin/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>iotdb-grafana-plugin</artifactId>
     <packaging>pom</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..4859e8a 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
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..5f62866 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>
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 71efaf0..5820c19 100644
--- a/examples/iotdb-spring-boot-start/pom.xml
+++ b/examples/iotdb-spring-boot-start/pom.xml
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-spring-boot-starter</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/examples/iotdb-spring-boot-start/readme.md 
b/examples/iotdb-spring-boot-start/readme.md
index ba43418..b9653f6 100644
--- a/examples/iotdb-spring-boot-start/readme.md
+++ b/examples/iotdb-spring-boot-start/readme.md
@@ -18,15 +18,17 @@
     under the License.
 
 -->
+
 # IoTDB-Spring-Boot-Starter Demo
+
 ## Introduction
 
     This demo shows how to use iotdb-spring-boot-starter
 
 ### Version usage
 
-    IoTDB: 2.0.1-beta
-    iotdb-spring-boot-starter: 2.0.2-SNAPSHOT
+    IoTDB: 2.0.3
+    iotdb-spring-boot-starter: 2.0.3
 
 ### 1. Install IoTDB
 
@@ -35,7 +37,7 @@
 ### 2. Startup IoTDB
 
     please refer to [Quick 
Start](http://iotdb.apache.org/UserGuide/Master/Get%20Started/QuickStart.html)
-    
+
     Then we need to create a database 'wind' by cli in table model
     ```
     create database wind;
@@ -65,7 +67,7 @@
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-starter</artifactId>
             </dependency>
-    
+
             <dependency>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-starter-test</artifactId>
@@ -74,13 +76,13 @@
             <dependency>
                 <groupId>org.apache.iotdb</groupId>
                 <artifactId>iotdb-spring-boot-starter</artifactId>
-                <version>2.0.2-SNAPSHOT</version>
+                <version>2.0.3</version>
             </dependency>
         </dependencies>
     ```
 
 ### 4、Use The target Bean with @Autowired
-    
+
     You can use the target Bean in your Project,like:
     ```
         @Autowired
diff --git a/examples/kafka/pom.xml b/examples/kafka/pom.xml
index 26eb4c4..37c5e2b 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>
diff --git a/examples/mybatis-generator/pom.xml 
b/examples/mybatis-generator/pom.xml
index 39c714d..0270f45 100644
--- a/examples/mybatis-generator/pom.xml
+++ b/examples/mybatis-generator/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>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <artifactId>mybatis-generator-example</artifactId>
@@ -77,7 +77,7 @@
                     <dependency>
                         <groupId>org.apache.iotdb</groupId>
                         <artifactId>mybatis-generator-plugin</artifactId>
-                        <version>2.0.2-SNAPSHOT</version>
+                        <version>2.0.3</version>
                     </dependency>
                 </dependencies>
                 <configuration>
diff --git 
a/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml 
b/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml
index 63b4559..7170ceb 100644
--- a/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml
+++ b/examples/mybatis-generator/src/main/resources/generatorConfigByExample.xml
@@ -18,13 +18,15 @@
 
 -->
 <generatorConfiguration>
-    <classPathEntry 
location="/apache/iotdb/iotdb-client/jdbc/target/iotdb-jdbc-2.0.2-SNAPSHOT-jar-with-dependencies.jar"/>
+    <classPathEntry 
location="/apache/iotdb/iotdb-client/jdbc/target/iotdb-jdbc-2.0.3-jar-with-dependencies.jar"/>
     <!-- mvn mybatis-generator:generate hierarchical/flat-->
     <context id="mybatis3" targetRuntime="Mybatis3" defaultModelType="flat">
         <!--        <property name="suppressAllComments" value="true"/>-->
         <!--        <property name="useActualColumnNames" value="false"/>-->
-        <!--        <property name="javaFormatter" 
value="org.mybatis.generator.api.dom.DefaultJavaFormatter"/>-->
-        <!--        <property name="xmlFormatter" 
value="org.mybatis.generator.api.dom.DefaultXmlFormatter"/>-->
+        <!--        <property name="javaFormatter"
+    value="org.mybatis.generator.api.dom.DefaultJavaFormatter"/>-->
+        <!--        <property name="xmlFormatter"
+    value="org.mybatis.generator.api.dom.DefaultXmlFormatter"/>-->
         <plugin type="org.apache.iotdb.mybatis.plugin.LombokPlugin"/>
         <plugin type="org.apache.iotdb.mybatis.plugin.BatchInsertPlugin"/>
         <!--        <plugin 
type="org.apache.iotdb.mybatis.plugin.SerializablePlugin"/>-->
diff --git a/examples/mybatisplus-generator/pom.xml 
b/examples/mybatisplus-generator/pom.xml
index 729e2de..c6c3d02 100644
--- a/examples/mybatisplus-generator/pom.xml
+++ b/examples/mybatisplus-generator/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>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.iotdb</groupId>
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..80bfe79 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>
diff --git a/examples/rabbitmq/pom.xml b/examples/rabbitmq/pom.xml
index fd3789e..276805f 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>
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/README.md 
b/iotdb-spring-boot-starter/README.md
index 20860e1..d3ab8af 100644
--- a/iotdb-spring-boot-starter/README.md
+++ b/iotdb-spring-boot-starter/README.md
@@ -18,11 +18,12 @@
     under the License.
 
 -->
+
 # iotdb-spring-boot-starter
 
-* After 'clone' the project, execute 'mvn clean install'. This step is not 
necessary as it has already been uploaded to the Maven central repository
+- After 'clone' the project, execute 'mvn clean install'. This step is not 
necessary as it has already been uploaded to the Maven central repository
 
-* Add the following configuration to the 'pom' file of the project to be 
generated:
+- Add the following configuration to the 'pom' file of the project to be 
generated:
 
 ```
     <dependencies>
@@ -38,12 +39,13 @@
         <dependency>
             <groupId>org.apache.iotdb</groupId>
             <artifactId>iotdb-spring-boot-starter</artifactId>
-            <version>2.0.2-SNAPSHOT</version>
+            <version>2.0.3</version>
         </dependency>
     </dependencies>
 ```
 
-* Use The target Bean with @Autowired like:
+- Use The target Bean with @Autowired like:
+
 ```java
         @Autowired
         private ITableSessionPool ioTDBSessionPool;
@@ -60,4 +62,4 @@
                 System.out.println();
             }
         }
-```
\ No newline at end of file
+```
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/README-zh.md b/mybatis-generator/README-zh.md
index b8b2b3f..c91e773 100644
--- a/mybatis-generator/README-zh.md
+++ b/mybatis-generator/README-zh.md
@@ -18,11 +18,12 @@
     under the License.
 
 -->
+
 # mybatis-generator-plugin
 
-* 把该项目 `clone` 下来之后,在本地执行 `mvn clean install` 或者 `mvn clean deploy` (`deploy` 
需要修改 `pom` 中的 `distributionManagement`)【已经上传 `Maven` 中央仓库,所以此步骤不在需要】
+- 把该项目 `clone` 下来之后,在本地执行 `mvn clean install` 或者 `mvn clean deploy` (`deploy` 
需要修改 `pom` 中的 `distributionManagement`)【已经上传 `Maven` 中央仓库,所以此步骤不在需要】
 
-* 在要生成的项目的 `pom` 文件中添加如下配置:
+- 在要生成的项目的 `pom` 文件中添加如下配置:
 
 ```xml
 <build>
@@ -35,7 +36,7 @@
                 <dependency>
                     <groupId>org.apache.iotdb</groupId>
                     <artifactId>mybatis-generator-plugin</artifactId>
-                    <version>2.0.2-SNAPSHOT</version>
+                    <version>2.0.3</version>
                 </dependency>
             </dependencies>
             <configuration>
@@ -48,8 +49,8 @@
 </build>
 ```
 
-* `configurationFile` 配置 `generatorConfig.xml` 文件的位置,其内容在本项目的 
`src/main/resources` 有一个模板供参考,`copy` 其内容放到相应的位置
+- `configurationFile` 配置 `generatorConfig.xml` 文件的位置,其内容在本项目的 
`src/main/resources` 有一个模板供参考,`copy` 其内容放到相应的位置
 
-* 修改 `generatorConfig.xml` 中 
想用的内容,主要是:`jdbcConnection`、`javaModelGenerator`、`sqlMapGenerator`、`javaClientGenerator`、`table`
+- 修改 `generatorConfig.xml` 中 
想用的内容,主要是:`jdbcConnection`、`javaModelGenerator`、`sqlMapGenerator`、`javaClientGenerator`、`table`
 
-* 在项目的 `pom` 所在的地方执行命令:`mvn mybatis-generator:generate` 生成相应的 `Java` 类和 
`mapper` 文件
\ No newline at end of file
+- 在项目的 `pom` 所在的地方执行命令:`mvn mybatis-generator:generate` 生成相应的 `Java` 类和 
`mapper` 文件
diff --git a/mybatis-generator/README.md b/mybatis-generator/README.md
index efc9df5..4f60b9c 100644
--- a/mybatis-generator/README.md
+++ b/mybatis-generator/README.md
@@ -1,4 +1,3 @@
-
 <!--
 
     Licensed to the Apache Software Foundation (ASF) under one
@@ -22,9 +21,9 @@
 
 # mybatis-generator-plugin
 
-* After 'clone' the project, execute 'mvn clean install' or 'mvn clean deploy' 
locally ('deploy' needs to modify 'distributionManagement' in 'pom'). This step 
is not necessary as it has already been uploaded to the Maven central repository
+- After 'clone' the project, execute 'mvn clean install' or 'mvn clean deploy' 
locally ('deploy' needs to modify 'distributionManagement' in 'pom'). This step 
is not necessary as it has already been uploaded to the Maven central repository
 
-* Add the following configuration to the 'pom' file of the project to be 
generated:
+- Add the following configuration to the 'pom' file of the project to be 
generated:
 
 ```xml
 <build>
@@ -37,7 +36,7 @@
                 <dependency>
                     <groupId>org.apache.iotdb</groupId>
                     <artifactId>mybatis-generator-plugin</artifactId>
-                    <version>2.0.2-SNAPSHOT</version>
+                    <version>2.0.3</version>
                 </dependency>
             </dependencies>
             <configuration>
@@ -49,8 +48,9 @@
     </plugins>
 </build>
 ```
-* The location of the ` configurationFile ` configuration ` generatorConfig. 
xml ` file can be found in the ` src/main/resources ` template of this project 
for reference` Copy its content and place it in the corresponding location
 
-* Modify the content you want to use in 'generatorConfig. xml', mainly by:` 
jdbcConnection`、`javaModelGenerator`、`sqlMapGenerator`、`javaClientGenerator`、`table`
+- The location of the `configurationFile` configuration `generatorConfig. xml` 
file can be found in the `src/main/resources` template of this project for 
reference` Copy its content and place it in the corresponding location
+
+- Modify the content you want to use in 'generatorConfig. xml', mainly by:` 
jdbcConnection`、`javaModelGenerator`、`sqlMapGenerator`、`javaClientGenerator`、`table`
 
-* Execute the command at the location of the 'pom' in the project:` Mvn 
mybatis generator: generate generates corresponding Java classes and mapper 
files
\ No newline at end of file
+- Execute the command at the location of the 'pom' in the project:` Mvn 
mybatis generator: generate generates corresponding Java classes and mapper 
files
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/mybatis-generator/src/main/resources/generatorConfig.xml 
b/mybatis-generator/src/main/resources/generatorConfig.xml
index 67d17f1..78b9d73 100644
--- a/mybatis-generator/src/main/resources/generatorConfig.xml
+++ b/mybatis-generator/src/main/resources/generatorConfig.xml
@@ -18,13 +18,15 @@
 
 -->
 <generatorConfiguration>
-    <classPathEntry 
location="/apache/iotdb/iotdb-client/jdbc/target/iotdb-jdbc-2.0.2-SNAPSHOT-jar-with-dependencies.jar"/>
+    <classPathEntry 
location="/apache/iotdb/iotdb-client/jdbc/target/iotdb-jdbc-2.0.3-jar-with-dependencies.jar"/>
     <!-- mvn mybatis-generator:generate hierarchical/flat-->
     <context id="myBatis3Simple" targetRuntime="MyBatis3Simple" 
defaultModelType="flat">
         <!--        <property name="suppressAllComments" value="true"/>-->
         <!--        <property name="useActualColumnNames" value="false"/>-->
-        <!--        <property name="javaFormatter" 
value="org.mybatis.generator.api.dom.DefaultJavaFormatter"/>-->
-        <!--        <property name="xmlFormatter" 
value="org.mybatis.generator.api.dom.DefaultXmlFormatter"/>-->
+        <!--        <property name="javaFormatter"
+    value="org.mybatis.generator.api.dom.DefaultJavaFormatter"/>-->
+        <!--        <property name="xmlFormatter"
+    value="org.mybatis.generator.api.dom.DefaultXmlFormatter"/>-->
         <plugin type="org.apache.iotdb.mybatis.plugin.LombokPlugin"/>
         <plugin type="org.apache.iotdb.mybatis.plugin.BatchInsertPlugin"/>
         <plugin type="org.apache.iotdb.mybatis.plugin.SerializablePlugin"/>
diff --git a/pom.xml b/pom.xml
index 159b4da..f14942a 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>


Reply via email to