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/10 18:52:38 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e5986d  Pick up spotbugs and spotbugs plugin versions from parent POM
6e5986d is described below

commit 6e5986d71dfe51a288626dfcb44ceae91496aad1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:52:34 2023 -0500

    Pick up spotbugs and spotbugs plugin versions from parent POM
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f033d89..df01101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -321,8 +321,6 @@
         
         <powermock.version>2.0.9</powermock.version>
         <easymock.version>5.1.0</easymock.version>
-        <commons.spotbugs.plugin.version>4.7.3.0</commons.spotbugs.plugin.version>
-        <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>    
     </properties> 
 
     <build>