You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/09/02 19:36:17 UTC

[commons-release-plugin] branch master updated: (fix) findbugs errors

This is an automated email from the ASF dual-hosted git repository.

chtompki 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 861b071  (fix) findbugs errors
861b071 is described below

commit 861b0714272989aeb7fde6e6ce31395636abefd5
Author: Rob Tompkins <ch...@apache.org>
AuthorDate: Mon Sep 2 15:36:05 2019 -0400

    (fix) findbugs errors
---
 fb-excludes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fb-excludes.xml b/fb-excludes.xml
index 625061b..04b5144 100755
--- a/fb-excludes.xml
+++ b/fb-excludes.xml
@@ -33,7 +33,7 @@
   </Match>
   <Match>
     <Class name="~.*\.*CommonsDistributionDetachmentMojo.*" />
-    <Bug pattern="DM_DEFAULT_ENCODING" />
+    <Bug pattern="DM_DEFAULT_ENCODING,OBL_UNSATISFIED_OBLIGATION" />
   </Match>
   <Match>
     <Class name="~.*\.*CommonsDistributionStagingMojo.*" />