Skip to content

Commit f27f632

Browse files
committed
Reuse name commons.spotbugs.impl.version from parent.
1 parent 113e879 commit f27f632

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ file comparators, endian transformation classes, and much more.
343343
<commons.japicmp.version>0.15.3</commons.japicmp.version>
344344
<commons.enforcer.version>3.0.0</commons.enforcer.version>
345345
<commons.moditect.version>1.0.0.RC2</commons.moditect.version>
346-
<spotbugs.plugin.version>4.5.2.0</spotbugs.plugin.version>
347-
<spotbugs.impl.version>4.5.2</spotbugs.impl.version>
346+
<commons.spotbugs.plugin.version>4.5.2.0</commons.spotbugs.plugin.version>
347+
<commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>
348348
<jmh.version>1.34</jmh.version>
349349
<japicmp.skip>false</japicmp.skip>
350350
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
@@ -478,12 +478,12 @@ file comparators, endian transformation classes, and much more.
478478
<plugin>
479479
<groupId>com.github.spotbugs</groupId>
480480
<artifactId>spotbugs-maven-plugin</artifactId>
481-
<version>${spotbugs.plugin.version}</version>
481+
<version>${commons.spotbugs.plugin.version}</version>
482482
<dependencies>
483483
<dependency>
484484
<groupId>com.github.spotbugs</groupId>
485485
<artifactId>spotbugs</artifactId>
486-
<version>${spotbugs.impl.version}</version>
486+
<version>${commons.spotbugs.impl.version}</version>
487487
</dependency>
488488
</dependencies>
489489
<configuration>
@@ -506,7 +506,7 @@ file comparators, endian transformation classes, and much more.
506506
<plugin>
507507
<groupId>com.github.spotbugs</groupId>
508508
<artifactId>spotbugs-maven-plugin</artifactId>
509-
<version>${spotbugs.plugin.version}</version>
509+
<version>${commons.spotbugs.plugin.version}</version>
510510
<configuration>
511511
<excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
512512
</configuration>

0 commit comments

Comments
 (0)