You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@training.apache.org by cd...@apache.org on 2019/04/26 10:36:30 UTC

[incubator-training] 16/26: - Set the version of the site plugin to a more recent one.

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git

commit 04d3b39551f2e7164c491936f4f33dafb30c7517
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Apr 26 11:45:24 2019 +0200

    - Set the version of the site plugin to a more recent one.
---
 site/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site/pom.xml b/site/pom.xml
index e75030d..c91d99d 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -335,6 +335,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
+          <version>3.7.1</version>
           <configuration>
             <!--templateFile>${session.executionRootDirectory}/src/site/template/site.vm</templateFile-->
             <generateReports>true</generateReports>