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/04 03:59:47 UTC

[hbase] branch master updated: HBASE-26535 [site, branch-2] DependencyManagement report is broken (#3914)

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 4d929d7  HBASE-26535 [site, branch-2] DependencyManagement report is broken (#3914)
4d929d7 is described below

commit 4d929d792919cd6d23d71e527f0d333adacc16ea
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Fri Dec 3 22:59:11 2021 -0500

    HBASE-26535 [site, branch-2] DependencyManagement report is broken (#3914)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e2caf6f..7541d68 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1784,7 +1784,7 @@
     <maven.eclipse.version>2.10</maven.eclipse.version>
     <maven.javadoc.version>3.2.0</maven.javadoc.version>
     <maven.warbucks.version>1.1.0</maven.warbucks.version>
-    <maven.project.info.report.version>2.9</maven.project.info.report.version>
+    <maven.project.info.report.version>3.1.2</maven.project.info.report.version>
     <os.maven.version>1.5.0.Final</os.maven.version>
     <findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
     <spotbugs.version>4.2.2</spotbugs.version>