You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/12/27 19:32:59 UTC

[commons-io] branch master updated: Reuse name commons.spotbugs.impl.version from parent.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new f27f632  Reuse name commons.spotbugs.impl.version from parent.
f27f632 is described below

commit f27f6323b978d9025c93148dd33e9a754867b911
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 27 14:32:55 2021 -0500

    Reuse name commons.spotbugs.impl.version from parent.
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index d1fb1cf..efc437c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,8 +343,8 @@ file comparators, endian transformation classes, and much more.
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
     <commons.enforcer.version>3.0.0</commons.enforcer.version>
     <commons.moditect.version>1.0.0.RC2</commons.moditect.version>
-    <spotbugs.plugin.version>4.5.2.0</spotbugs.plugin.version>
-    <spotbugs.impl.version>4.5.2</spotbugs.impl.version>
+    <commons.spotbugs.plugin.version>4.5.2.0</commons.spotbugs.plugin.version>
+    <commons.spotbugs.impl.version>4.5.2</commons.spotbugs.impl.version>
     <jmh.version>1.34</jmh.version>
     <japicmp.skip>false</japicmp.skip>
     <jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
@@ -478,12 +478,12 @@ file comparators, endian transformation classes, and much more.
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${spotbugs.plugin.version}</version>
+        <version>${commons.spotbugs.plugin.version}</version>
         <dependencies>
           <dependency>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs</artifactId>
-            <version>${spotbugs.impl.version}</version>
+            <version>${commons.spotbugs.impl.version}</version>
          </dependency>
         </dependencies>
         <configuration>
@@ -506,7 +506,7 @@ file comparators, endian transformation classes, and much more.
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${spotbugs.plugin.version}</version>
+        <version>${commons.spotbugs.plugin.version}</version>
         <configuration>
           <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile>
         </configuration>