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:46 UTC

[hbase] branch branch-2.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.2
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit 3debba62f4be3749061e9062ae1a3470ca770284
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 e6a126d..70d90ad 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1430,7 +1430,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>