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 <[email protected]> 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>
