This is an automated email from the ASF dual-hosted git repository.
sarath pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-1.0 by this push:
new c55d3c7 Update findbugs-maven-plugin version to 3.0.5
c55d3c7 is described below
commit c55d3c75403c8160e77723fa02a9f641f891cac8
Author: Sarath Subramanian <[email protected]>
AuthorDate: Mon Jan 21 13:08:20 2019 -0800
Update findbugs-maven-plugin version to 3.0.5
(cherry picked from commit 6435f75db312e2944e8eaf72537e87491cd7af1a)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 146142f..1e6c13a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1774,7 +1774,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
- <version>3.0.1</version>
+ <version>3.0.5</version>
</plugin>
<!-- Source code metrics: mvn javancss:report or mvn site -->