Skip to content

Commit 0bf018e

Browse files
committed
fix(pom): fix jammed closing tags (proper line breaks)
1 parent 43795b2 commit 0bf018e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
<maven-resources-plugin.version>3.5.0</maven-resources-plugin.version>
6969
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
7070
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
71+
7172
</properties>
7273
<!-- 依赖版本统一管理(dependencyManagement) -->
7374
<dependencyManagement>
@@ -472,7 +473,8 @@
472473
<lombok.version>1.18.46</lombok.version>
473474
<junit-jupiter.version>5.11.4</junit-jupiter.version>
474475
<commons-lang.version>2.6</commons-lang.version>
475-
</properties>
476+
477+
</properties>
476478
</profile>
477479
<!-- 发布到 Maven Central Portal:mvn -Prelease deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
478480
<profile>

0 commit comments

Comments
 (0)