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:48:57 UTC

[commons-bcel] 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-bcel.git


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

commit 087a868024c29c5ff51d4b81390a645f49d7d147
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:48:53 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 612175a6..26538977 100644
--- a/pom.xml
+++ b/pom.xml
@@ -439,7 +439,6 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${commons.spotbugs.plugin.version}</version>
         <configuration>
           <threshold>Normal</threshold>
           <effort>Default</effort>