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 2021/12/05 14:57:48 UTC

[hbase] branch master updated: HBASE-26535 Addendum fix report names

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

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new dcd622d  HBASE-26535 Addendum fix report names
dcd622d is described below

commit dcd622d702c9300d81f66756308e4dbe801b1acf
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sun Dec 5 22:57:02 2021 +0800

    HBASE-26535 Addendum fix report names
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7541d68..065f665 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3994,11 +3994,12 @@
               <report>dependency-info</report>
               <report>dependency-management</report>
               <report>index</report>
-              <report>issue-tracking</report>
-              <report>mailing-list</report>
+              <report>issue-management</report>
+              <report>licenses</report>
+              <report>mailing-lists</report>
               <report>plugin-management</report>
               <report>plugins</report>
-              <report>project-team</report>
+              <report>team</report>
               <report>scm</report>
               <report>summary</report>
             </reports>