You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by iw...@apache.org on 2023/01/31 11:30:30 UTC

[hadoop] branch branch-3.3.5 updated: HADOOP-18598. maven site generation doesn't include javadocs. (#5319)

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

iwasakims pushed a commit to branch branch-3.3.5
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3.5 by this push:
     new 2c0e316f5c6 HADOOP-18598. maven site generation doesn't include javadocs. (#5319)
2c0e316f5c6 is described below

commit 2c0e316f5c6a4c4f9cb92ddaab2315b7a83d1cc5
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Tue Jan 31 19:49:21 2023 +0900

    HADOOP-18598. maven site generation doesn't include javadocs. (#5319)
    
    Reviewed-by: Chris Nauroth <cn...@apache.org>
    (cherry picked from commit 004121f9ccc2d54a6c0a2ae32a41e315fdb9349c)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f6f56625df..66230e927f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
 
     <!-- maven plugin versions -->
     <maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
-    <maven-site-plugin.version>3.11.0</maven-site-plugin.version>
+    <maven-site-plugin.version>3.9.1</maven-site-plugin.version>
     <maven-stylus-skin.version>1.5</maven-stylus-skin.version>
     <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version>
     <maven-assembly-plugin.version>2.4</maven-assembly-plugin.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org