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/01/13 21:57:19 UTC

[commons-logging] branch master updated: Pick up spotbugs-maven-plugin 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-logging.git


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

commit e13ac4a3a8a928938897b0b85f66f4d94b6906ca
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 16:57:15 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 3af16ff..7546e8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -557,8 +557,6 @@ under the License.
     <commons.jira.pid>12310484</commons.jira.pid>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC2</commons.rc.version>
-    <spotbugs.plugin.version>4.7.2.1</spotbugs.plugin.version>
-    <spotbugs.impl.version>4.7.3</spotbugs.impl.version>    
     <skipSurefireReport>true</skipSurefireReport>
     <!-- Allow default test run order to be changed -->
     <failsafe.runorder>filesystem</failsafe.runorder>