Skip to content

Commit

Permalink
findbugs-maven-plugin version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuechaos committed Dec 7, 2018
1 parent 3ab06bc commit b39733e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ target
*.iml
node_modules
test/derby.log
derby.log
2 changes: 1 addition & 1 deletion distribution/bin/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ do
MODE=$OPTARG
;;
?)
echo "未知参数"
echo "Unknown parameter"
exit 1;;
esac
done
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b39733e

Please sign in to comment.