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


The following commit(s) were added to refs/heads/master by this push:
     new 187c487  Pick up spotbugs-maven-plugin version from parent
187c487 is described below

commit 187c487e06c2e958159eadb95d3d9b93bc849f85
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 13 16:50:59 2023 -0500

    Pick up spotbugs-maven-plugin version from parent
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a79700..a7a7874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,14 +282,6 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>${commons.spotbugs.version}</version>
-          <dependencies>
-            <dependency>
-              <groupId>com.github.spotbugs</groupId>
-              <artifactId>spotbugs</artifactId>
-              <version>${commons.spotbugs.impl.version}</version>
-           </dependency>
-          </dependencies>        
           <configuration>
             <excludeFilterFile>${basedir}/fb-excludes.xml</excludeFilterFile>
           </configuration>

Reply via email to