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 09:45:32 UTC

[incubator-training] branch feature/changed-directory-structure updated: - 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 feature/changed-directory-structure
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/feature/changed-directory-structure by this push:
     new 04d3b39  - Set the version of the site plugin to a more recent one.
04d3b39 is described below

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>