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
The following commit(s) were added to refs/heads/master by this push: new bba5468 Bump maven-site-plugin from 3.9.0 to 3.9.1 bba5468 is described below commit bba54684ca60d52b0cc16e3e6e4176d4d459a294 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Wed Aug 12 08:02:18 2020 +0200 Bump maven-site-plugin from 3.9.0 to 3.9.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f3a524a..0829e00 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> - <version>3.9.0</version> + <version>3.9.1</version> <configuration> <siteDirectory>${project.basedir}/content</siteDirectory> <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->