This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 89a0334347b09c7234946530a8709b990e3db97b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Oct 12 13:02:06 2019 +0200 Upgrade maven-site-plugin from 3.7.1 to 3.8.2 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 3f04025..2d64a34 100644 --- a/pom.xml +++ b/pom.xml @@ -96,6 +96,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> + <version>3.8.2</version> <configuration> <siteDirectory>${project.basedir}/content</siteDirectory> <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
