Fixed Finbugs Maven plugin definition

Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/355d3f60
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/355d3f60
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/355d3f60

Branch: refs/heads/master
Commit: 355d3f60bdc2b86af98e37489f1353bf48c4e450
Parents: 039fc5c
Author: Goldstein Lyor <[email protected]>
Authored: Wed Aug 22 12:02:35 2018 +0300
Committer: Goldstein Lyor <[email protected]>
Committed: Wed Aug 22 12:53:33 2018 +0300

----------------------------------------------------------------------
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/355d3f60/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1cf80e8..5b84459 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,6 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>findbugs-maven-plugin</artifactId>
-                        <version>3.0.5</version>
                         <configuration>
                             <xmlOutput>true</xmlOutput>
                             <fork>false</fork>
@@ -718,7 +717,7 @@
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
-                    <version>3.0.5F</version>
+                    <version>3.0.5</version>
                         <!-- see 
https://www.petrikainulainen.net/programming/maven/findbugs-maven-plugin-tutorial/
 -->
                     <configuration>
                         <effort>Max</effort>

Reply via email to