This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/master by this push: new 4a2349d [MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts 4a2349d is described below commit 4a2349d48669ec91bb8a528706a9e86eaeac0921 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Apr 24 20:09:49 2020 +0200 [MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts --- maven-plugin-plugin/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml index a78d9bc..8925fd7 100644 --- a/maven-plugin-plugin/pom.xml +++ b/maven-plugin-plugin/pom.xml @@ -38,8 +38,8 @@ </description> <properties> - <doxiaVersion>1.4</doxiaVersion> - <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion> + <doxiaVersion>1.9.1</doxiaVersion> + <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion> <it.debug>true</it.debug> </properties>