1 parent 43795b2 commit 0bf018eCopy full SHA for 0bf018e
1 file changed
pom.xml
@@ -68,6 +68,7 @@
68
<maven-resources-plugin.version>3.5.0</maven-resources-plugin.version>
69
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
70
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
71
+
72
</properties>
73
<!-- 依赖版本统一管理(dependencyManagement) -->
74
<dependencyManagement>
@@ -472,7 +473,8 @@
472
473
<lombok.version>1.18.46</lombok.version>
474
<junit-jupiter.version>5.11.4</junit-jupiter.version>
475
<commons-lang.version>2.6</commons-lang.version>
- </properties>
476
477
+ </properties>
478
</profile>
479
<!-- 发布到 Maven Central Portal:mvn -Prelease deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
480
<profile>
0 commit comments