File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252
5353 <!-- 版本属性定义:Java 版本、依赖版本与 Maven 插件版本统一管理 -->
5454 <properties >
55- <central-publishing- maven-plugin .version>0.11.0</central-publishing- maven-plugin .version>
55+ <central-maven-publishing- plugin .version>0.11.0</central-maven-publishing -plugin .version>
5656 <java .version>21</java .version>
5757 <maven .compiler.release>${java.version} </maven .compiler.release>
5858 <maven .compiler.source>${java.version} </maven .compiler.source>
8080 <maven-surefire-plugin .version>3.5.2</maven-surefire-plugin .version>
8181 <maven-source-plugin .version>3.4.0</maven-source-plugin .version>
8282 <maven-central-publishing-plugin .version>0.11.0</maven-central-publishing-plugin .version>
83- <jacoco- maven-plugin .version>0.8.15</jacoco- maven-plugin .version>
83+ <maven-jacoco- plugin .version>0.8.15</maven-jacoco -plugin .version>
8484
8585 <junit-jupiter .version>6.1.0</junit-jupiter .version>
8686 <commons-lang .version>2.6</commons-lang .version></properties >
433433 <!-- 覆盖率插件:生成覆盖率报告并校验测试覆盖率(目标 90%) -->
434434 <groupId >org.jacoco</groupId >
435435 <artifactId >jacoco-maven-plugin</artifactId >
436- <version >${jacoco- maven-plugin.version} </version >
436+ <version >${maven-jacoco -plugin.version} </version >
437437 <executions >
438438 <execution >
439439 <id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments