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 2023/02/03 13:50:33 UTC

[commons-build-plugin] branch master updated: Pick up Spotbugs version from parent POM

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-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f32a06  Pick up Spotbugs version from parent POM
9f32a06 is described below

commit 9f32a06834136bf301f523718fff0d50025f997a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:50:29 2023 -0500

    Pick up Spotbugs version from parent POM
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd919df..24ddecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,13 +173,6 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <dependencies>
-          <dependency>
-            <groupId>com.github.spotbugs</groupId>
-            <artifactId>spotbugs</artifactId>
-            <version>${commons.spotbugs.impl.version}</version>
-         </dependency>
-        </dependencies>        
         <configuration>
         <!-- <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile> -->
         </configuration>
@@ -205,7 +198,6 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${commons.spotbugs.version}</version>
         <configuration>
         <!-- <excludeFilterFile>${basedir}/spotbugs-exclude-filter.xml</excludeFilterFile> -->
         </configuration>