You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zg...@apache.org on 2019/02/25 10:01:12 UTC

[hbase] branch branch-2 updated: HBASE-21057 upgrade to latest spotbugs

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

zghao pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new ec2a1de  HBASE-21057 upgrade to latest spotbugs
ec2a1de is described below

commit ec2a1defcec3f9f09e0cf4090cfe206c2cc55df8
Author: Kevin Su <pi...@gmail.com>
AuthorDate: Sat Jan 26 11:47:46 2019 +0800

    HBASE-21057 upgrade to latest spotbugs
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1e83e4a..d37b477 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1432,7 +1432,7 @@
     <maven.warbucks.version>1.1.0</maven.warbucks.version>
     <os.maven.version>1.5.0.Final</os.maven.version>
     <plexus.errorprone.javac.version>2.8.2</plexus.errorprone.javac.version>
-    <spotbugs.version>3.1.0-RC3</spotbugs.version>
+    <spotbugs.version>3.1.11</spotbugs.version>
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
     <hbase-thirdparty.version>2.1.0</hbase-thirdparty.version>