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 2022/09/25 14:34:51 UTC

[commons-email] branch master updated: Drop FindBugs property, it is no longer used.

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 5420eb8  Drop FindBugs property, it is no longer used.
5420eb8 is described below

commit 5420eb80a7d36af2193cb519a3b42766f46f551b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 25 10:34:47 2022 -0400

    Drop FindBugs property, it is no longer used.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94a7fdd..bbccadc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,6 @@
         
         <powermock.version>2.0.9</powermock.version>
         <easymock.version>4.3</easymock.version>
-        <findbugs.version>3.0.5</findbugs.version>
         <spotbugs.plugin.version>4.2.2</spotbugs.plugin.version>
         <spotbugs.impl.version>4.2.2</spotbugs.impl.version>
         <commons.jacoco.version>0.8.8</commons.jacoco.version>