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 16:39:48 UTC

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


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

commit aca3050273827f0cb805d424cbac9af058a1db28
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 11:39:44 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 6f1319c..2049e7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,8 +111,6 @@
     <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
     <checkstyle.version>9.3</checkstyle.version>
     <maven-scm.version>1.13.0</maven-scm.version>
-    <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>    
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>