Skip to content

Commit 332a785

Browse files
committed
build: rename Maven plugin version properties
1 parent e5df119 commit 332a785

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
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>17</java.version>
5757
<maven.compiler.release>${java.version}</maven.compiler.release>
5858
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -80,7 +80,7 @@
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>
@@ -433,7 +433,7 @@
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>

0 commit comments

Comments
 (0)