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

commit 025c0efaffbdb45adb72297523936a7ee80a14a0
Author: CritasWang <[email protected]>
AuthorDate: Thu Jun 19 11:14:41 2025 +0800

    update iotdb to 2.0.3
---
 pom.xml | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06acb41..159b4da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,8 @@
         <module>mybatis-generator</module>
     </modules>
     <properties>
-        <!-- Explicitly set a variable used by all dependencies to the IoTDB 
dependencies, as the release plugin will not update these on a release -->
+        <!-- Explicitly set a variable used by all dependencies to the IoTDB 
dependencies, as the
+    release plugin will not update these on a release -->
         <!-- This was the last version to support Java 8 -->
         <airlift-units.version>1.7</airlift-units.version>
         <airlift.version>206</airlift.version>
@@ -90,7 +91,7 @@
       
https://github.com/apache/iotdb-bin-resources/tree/main/iotdb-tools-thrift
     -->
         <iotdb-tools-thrift.version>0.14.1.0</iotdb-tools-thrift.version>
-        <iotdb.version>2.0.2</iotdb.version>
+        <iotdb.version>2.0.3</iotdb.version>
         <jackson.version>2.16.2</jackson.version>
         <!-- This is the last version to support the javax namespace -->
         <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
@@ -1260,7 +1261,8 @@
                 <artifactId>parquet-hadoop</artifactId>
                 <version>1.10.1</version>
                 <exclusions>
-                    <!- - Jackson moved from codehaus to fasterxml and is now 
the new version and for the codehaus version CVEs were reported - ->
+                    <!- - Jackson moved from codehaus to fasterxml and is now 
the new version and for the codehaus
+      version CVEs were reported - ->
                     <exclusion>
                         <groupId>org.codehaus.jackson</groupId>
                         <artifactId>jackson-core-asl</artifactId>
@@ -1489,7 +1491,8 @@
               and hopefully let the site generation nod to too big updates 
every time.
             -->
                         <notimestamp>true</notimestamp>
-                        <!--Don't fail the build, just because there were 
issues in the JavaDoc generation.-->
+                        <!--Don't
+            fail the build, just because there were issues in the JavaDoc 
generation.-->
                         <failOnError>false</failOnError>
                     </configuration>
                 </plugin>
@@ -1542,7 +1545,8 @@
                             <exclude>**/.png</exclude>
                             <exclude>**/.jpg</exclude>
                             <exclude>**/.jpeg</exclude>
-                            <!--Generated by Apache Release -->
+                            <!--Generated
+              by Apache Release -->
                             <exclude>local-snapshots-dir/**</exclude>
                             <!-- visualization plans -->
                             <exclude>**/*.plan</exclude>
@@ -1772,7 +1776,7 @@
                                         </exclude>
                                         <!--
                       TODO: For this CVE no fix exists yet, however we should 
keep an eye on this:
-                      
https://docs.google.com/presentation/d/1W5KU7ffh4dheR8iD54ulABImi6byAhSI-OhEKw2adRo/edit#slide=id.gaf11915f86_0_0
+                    
https://docs.google.com/presentation/d/1W5KU7ffh4dheR8iD54ulABImi6byAhSI-OhEKw2adRo/edit#slide=id.gaf11915f86_0_0
                     -->
                                         <exclude>
                                             <groupId>io.atomix</groupId>
@@ -1815,7 +1819,8 @@
                 <groupId>net.revelc.code.formatter</groupId>
                 <artifactId>formatter-maven-plugin</artifactId>
             </plugin>
-            <!--for code style check -->
+            <!--for
+      code style check -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>

Reply via email to