Skip to content

Commit

Permalink
HBASE-27024 The User API and Developer API links are broken on hbase.…
Browse files Browse the repository at this point in the history
…apache.org (apache#4424)

Signed-off-by: Sean Busbey <[email protected]>
(cherry picked from commit ba7ef02)
  • Loading branch information
Apache9 committed May 18, 2022
1 parent 1ab7491 commit ee284b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,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>
Expand All @@ -624,6 +624,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.12.0</maven-site.version>
<hbase-thirdparty.version>3.5.1</hbase-thirdparty.version>
<!-- Intraproject jar naming properties -->
<!-- TODO this is pretty ugly, but works for the moment.
Expand Down Expand Up @@ -2100,6 +2101,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site.version}</version>
<configuration>
<siteDirectory>${basedir}/src/site</siteDirectory>
<customBundle>${basedir}/src/site/custom/project-info-report.properties</customBundle>
Expand Down

0 comments on commit ee284b6

Please sign in to comment.