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 2022/05/18 13:17:39 UTC

[hbase] branch branch-2.5 updated: HBASE-27024 The User API and Developer API links are broken on hbase.apache.org (#4424)

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

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


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 67744877506 HBASE-27024 The User API and Developer API links are broken on hbase.apache.org (#4424)
67744877506 is described below

commit 677448775069abaf8ef713b2410af5af7b952ae7
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Fri May 13 15:05:37 2022 +0800

    HBASE-27024 The User API and Developer API links are broken on hbase.apache.org (#4424)
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit ba7ef0216a2a13b82e936849dea006fec2061c03)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4a4b1179ec3..4a0a9e2a734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -618,7 +618,7 @@
     <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
     <maven.eclipse.version>2.10</maven.eclipse.version>
     <maven.gpg.version>3.0.1</maven.gpg.version>
-    <maven.javadoc.version>3.2.0</maven.javadoc.version>
+    <maven.javadoc.version>3.4.0</maven.javadoc.version>
     <maven.warbucks.version>1.1.0</maven.warbucks.version>
     <maven.project.info.report.version>3.1.2</maven.project.info.report.version>
     <os.maven.version>1.5.0.Final</os.maven.version>
@@ -629,7 +629,7 @@
     <wagon.ssh.version>2.12</wagon.ssh.version>
     <xml.maven.version>1.0.1</xml.maven.version>
     <spotless.version>2.22.2</spotless.version>
-    <maven-site.version>3.11.0</maven-site.version>
+    <maven-site.version>3.12.0</maven-site.version>
     <!-- compression -->
     <aircompressor.version>0.21</aircompressor.version>
     <brotli4j.version>1.7.1</brotli4j.version>