findbugs-maven-plugin version to 3.0.4

issue #366
This commit is contained in:
xuechaos 2018-12-07 14:31:31 +08:00
parent 3ab06bc1dd
commit b39733e463
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ target
*.iml
node_modules
test/derby.log
derby.log

View File

@ -32,7 +32,7 @@ do
MODE=$OPTARG
;;
?)
echo "未知参数"
echo "Unknown parameter"
exit 1;;
esac
done

View File

@ -442,7 +442,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
<version>3.0.4</version>
</plugin>
</plugins>
</reporting>