You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/03/13 00:37:13 UTC

[hbase] branch branch-2 updated: HBASE-23077 Addendum typo fix fingbugs -> findbugs

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

zhangduo 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 d6edb56  HBASE-23077 Addendum typo fix fingbugs -> findbugs
d6edb56 is described below

commit d6edb56e5fe38770294d1acd8c541bdf2fbfb8f0
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri Mar 13 08:23:31 2020 +0800

    HBASE-23077 Addendum typo fix fingbugs -> findbugs
---
 hbase-shaded/hbase-shaded-check-invariants/pom.xml             | 2 +-
 hbase-shaded/hbase-shaded-client/pom.xml                       | 2 +-
 hbase-shaded/hbase-shaded-testing-util/pom.xml                 | 2 +-
 hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml | 2 +-
 hbase-shaded/pom.xml                                           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hbase-shaded/hbase-shaded-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
index e44a93f..c51e8fe 100644
--- a/hbase-shaded/hbase-shaded-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-check-invariants/pom.xml
@@ -119,7 +119,7 @@
                     <exclude>commons-logging:*</exclude>
                     <!-- annotations that never change -->
                     <exclude>com.google.code.findbugs:*</exclude>
-                    <exclude>com.github.stephenc.fingbugs:*</exclude>
+                    <exclude>com.github.stephenc.findbugs:*</exclude>
                     <exclude>com.github.spotbugs:*</exclude>
                     <!-- We leave HTrace as an unshaded dependnecy on purpose so that tracing within a JVM will work -->
                     <exclude>org.apache.htrace:*</exclude>
diff --git a/hbase-shaded/hbase-shaded-client/pom.xml b/hbase-shaded/hbase-shaded-client/pom.xml
index 54a8094..a23f6a8 100644
--- a/hbase-shaded/hbase-shaded-client/pom.xml
+++ b/hbase-shaded/hbase-shaded-client/pom.xml
@@ -67,7 +67,7 @@
                                     <exclude>org.apache.hbase:hbase-resource-bundle</exclude>
                                     <exclude>org.slf4j:*</exclude>
                                     <exclude>com.google.code.findbugs:*</exclude>
-                                    <exclude>com.github.stephenc.fingbugs:*</exclude>
+                                    <exclude>com.github.stephenc.findbugs:*</exclude>
                                     <exclude>com.github.spotbugs:*</exclude>
                                     <exclude>org.apache.htrace:*</exclude>
                                     <exclude>org.apache.yetus:*</exclude>
diff --git a/hbase-shaded/hbase-shaded-testing-util/pom.xml b/hbase-shaded/hbase-shaded-testing-util/pom.xml
index 0ee8b35..6fd363d 100644
--- a/hbase-shaded/hbase-shaded-testing-util/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util/pom.xml
@@ -184,7 +184,7 @@
                                     <exclude>org.apache.hbase:hbase-resource-bundle</exclude>
                                     <exclude>org.slf4j:*</exclude>
                                     <exclude>com.google.code.findbugs:*</exclude>
-                                    <exclude>com.github.stephenc.fingbugs:*</exclude>
+                                    <exclude>com.github.stephenc.findbugs:*</exclude>
                                     <exclude>com.github.spotbugs:*</exclude>
                                     <exclude>org.apache.htrace:*</exclude>
                                     <exclude>org.apache.yetus:*</exclude>
diff --git a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
index b235783..4bf15d0 100644
--- a/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
+++ b/hbase-shaded/hbase-shaded-with-hadoop-check-invariants/pom.xml
@@ -108,7 +108,7 @@
                     <exclude>commons-logging:*</exclude>
                     <!-- annotations that never change -->
                     <exclude>com.google.code.findbugs:*</exclude>
-                    <exclude>com.github.stephenc.fingbugs:*</exclude>
+                    <exclude>com.github.stephenc.findbugs:*</exclude>
                     <exclude>com.github.spotbugs:*</exclude>
                     <!-- We leave HTrace as an unshaded dependnecy on purpose so that tracing within a JVM will work -->
                     <exclude>org.apache.htrace:*</exclude>
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index a3169c3..9736420 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -147,7 +147,7 @@
                                         <exclude>org.apache.hbase:hbase-resource-bundle</exclude>
                                         <exclude>org.slf4j:*</exclude>
                                         <exclude>com.google.code.findbugs:*</exclude>
-                                        <exclude>com.github.stephenc.fingbugs:*</exclude>
+                                        <exclude>com.github.stephenc.findbugs:*</exclude>
                                         <exclude>com.github.spotbugs:*</exclude>
                                         <exclude>org.apache.htrace:*</exclude>
                                         <exclude>org.apache.yetus:*</exclude>