You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/01/21 21:25:35 UTC

[atlas] branch branch-0.8 updated: Update findbugs-maven-plugin version to 3.0.5

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new d85ed47  Update findbugs-maven-plugin version to 3.0.5
d85ed47 is described below

commit d85ed47edb8389c5a0b10ec42db4336fd2dea6ee
Author: Sarath Subramanian <ss...@hortonworks.com>
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 631405f..76081cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1841,7 +1841,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 -->