Update Findbugs plugin from 3.0.2 to 3.0.3. Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/2857de74 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/2857de74 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/2857de74
Branch: refs/heads/master Commit: 2857de74f44ef912dedf445951ca441dfc1d205b Parents: 22f8b16 Author: ggregory <[email protected]> Authored: Mon Apr 18 15:06:46 2016 -0700 Committer: ggregory <[email protected]> Committed: Mon Apr 18 15:06:46 2016 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/2857de74/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3e89326..6e046f9 100644 --- a/pom.xml +++ b/pom.xml @@ -303,7 +303,7 @@ jar, tar, zip, dump, 7z, arj. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>3.0.2</version> + <version>3.0.3</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort>
