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

jackietien pushed a commit to branch tsbs/2.0.3
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/tsbs/2.0.3 by this push:
     new d9ac42f9811 format
d9ac42f9811 is described below

commit d9ac42f9811c8e2b73e72dd2f01da630744051fe
Author: JackieTien97 <[email protected]>
AuthorDate: Tue Jun 10 16:03:15 2025 +0800

    format
---
 example/pipe-count-point-processor/pom.xml |  2 +-
 integration-test/pom.xml                   | 10 +++++-----
 iotdb-client/jdbc/pom.xml                  |  2 +-
 pom.xml                                    | 10 +++++-----
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/example/pipe-count-point-processor/pom.xml 
b/example/pipe-count-point-processor/pom.xml
index 2e51ce1151b..64f869518b2 100644
--- a/example/pipe-count-point-processor/pom.xml
+++ b/example/pipe-count-point-processor/pom.xml
@@ -59,7 +59,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <version>3.2.2</version>
-                <configuration />
+                <configuration/>
             </plugin>
         </plugins>
     </build>
diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index b21ed046831..34a9b92b5d6 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -29,16 +29,16 @@
     <artifactId>integration-test</artifactId>
     <name>IoTDB: Integration-Test</name>
     <properties>
-        <integrationTest.excludedGroups />
+        <integrationTest.excludedGroups/>
         <integrationTest.forkCount>1</integrationTest.forkCount>
-        <integrationTest.includedGroups />
+        <integrationTest.includedGroups/>
         
<integrationTest.launchNodeInSameJVM>true</integrationTest.launchNodeInSameJVM>
         <integrationTest.nodeMaxHeapSize>200m</integrationTest.nodeMaxHeapSize>
         <integrationTest.nodeNewHeapSize>200m</integrationTest.nodeNewHeapSize>
         
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
         
<integrationTest.readAndVerifyWithMultiNode>true</integrationTest.readAndVerifyWithMultiNode>
         
<integrationTest.dataRegionPerDataNode>0</integrationTest.dataRegionPerDataNode>
-        <integrationTest.testEnv />
+        <integrationTest.testEnv/>
         
<lightWeightStandaloneMode.configNodeConsensus>Simple</lightWeightStandaloneMode.configNodeConsensus>
         <!-- -DClusterConfigurations values configured here -->
         
<lightWeightStandaloneMode.configNodeNumber>1</lightWeightStandaloneMode.configNodeNumber>
@@ -630,7 +630,7 @@
                 <activeByDefault>false</activeByDefault>
             </activation>
             <properties>
-                <integrationTest.excludedGroups />
+                <integrationTest.excludedGroups/>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.DailyIT</integrationTest.includedGroups>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
@@ -672,7 +672,7 @@
                 <activeByDefault>false</activeByDefault>
             </activation>
             <properties>
-                <integrationTest.excludedGroups />
+                <integrationTest.excludedGroups/>
                 
<integrationTest.includedGroups>org.apache.iotdb.itbase.category.ManualIT</integrationTest.includedGroups>
                 
<integrationTest.launchNodeInSameJVM>false</integrationTest.launchNodeInSameJVM>
                 
<integrationTest.randomSelectWriteNode>true</integrationTest.randomSelectWriteNode>
diff --git a/iotdb-client/jdbc/pom.xml b/iotdb-client/jdbc/pom.xml
index 2ef5b5256ea..88dd6e1161f 100644
--- a/iotdb-client/jdbc/pom.xml
+++ b/iotdb-client/jdbc/pom.xml
@@ -266,7 +266,7 @@
                                                 </goals>
                                             </pluginExecutionFilter>
                                             <action>
-                                                <ignore />
+                                                <ignore/>
                                             </action>
                                         </pluginExecution>
                                     </pluginExecutions>
diff --git a/pom.xml b/pom.xml
index 56938ef87ba..db96ab0e45c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,9 @@
         <!-- This was the last version to support Java 8 -->
         <antlr4.version>4.9.3</antlr4.version>
         <!-- By default, the argLine is empty-->
-        <argLine />
+        <argLine/>
         <awaitility.version>4.2.0</awaitility.version>
-        <boost.include.dir />
+        <boost.include.dir/>
         <!-- This was the last version to support Java 8 -->
         <caffeine.version>2.9.3</caffeine.version>
         <cglib.version>3.3.0</cglib.version>
@@ -165,7 +165,7 @@
         <!-- This was the last version to support Java 8 -->
         <swagger.version>1.6.14</swagger.version>
         <thrift.exec-cmd.executable>chmod</thrift.exec-cmd.executable>
-        <thrift.exec.absolute.path />
+        <thrift.exec.absolute.path/>
         <!--
       Thrift 0.17.0 was the last version that could be used in Java 8 
applications,
       However Thrift 0.17.0 has an invalid entry in the META-INF/MANIFEST.mf 
file.
@@ -876,7 +876,7 @@
                             <importOrder>
                                 <order>org.apache.iotdb,,javax,java,\#</order>
                             </importOrder>
-                            <removeUnusedImports />
+                            <removeUnusedImports/>
                         </java>
                         <lineEndings>UNIX</lineEndings>
                     </configuration>
@@ -1114,7 +1114,7 @@
                         <phase>validate</phase>
                         <configuration>
                             <rules>
-                                <dependencyConvergence />
+                                <dependencyConvergence/>
                             </rules>
                         </configuration>
                     </execution>

Reply via email to