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 <[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>

Reply via email to