You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2021/06/30 20:11:35 UTC

[tez] branch branch-0.9 updated: TEZ-4314: Fix some plugin versions in site generation (#131)

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

jeagles pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 648388c  TEZ-4314: Fix some plugin versions in site generation (#131)
648388c is described below

commit 648388c3934684d84a223e324ae412b5b3d53d89
Author: Bodor Laszlo <bo...@gmail.com>
AuthorDate: Wed Jun 30 21:32:53 2021 +0200

    TEZ-4314: Fix some plugin versions in site generation (#131)
    
    (cherry picked from commit 8f3044c9dc0f46c113c4d404c1b5fd4e317dc91b)
---
 docs/pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index 7a21cd6..1c0cbd5 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -467,6 +467,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>2.4</version>
           <configuration>
             <outputDirectory>./target</outputDirectory>
           </configuration>
@@ -487,6 +488,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
+          <version>3.1.2</version>
           <configuration>
             <customBundle>${project.basedir}/src/site/custom/project-info-report.properties</customBundle>
             <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
@@ -494,10 +496,10 @@
           <reportSets>
             <reportSet>
               <reports>
-                <report>project-team</report>
-                <report>mailing-list</report>
-                <report>issue-tracking</report>
-                <report>license</report>
+                <report>team</report>
+                <report>mailing-lists</report>
+                <report>issue-management</report>
+                <report>licenses</report>
               </reports>
             </reportSet>
           </reportSets>