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 acac609  [MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2: no dependency 
on Struts
acac609 is described below

commit acac609ed63f30d7c3efd3cd0be861835a401739
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Jun 6 09:55:27 2020 +0200

    [MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2: no dependency on Struts
---
 maven-plugin-plugin/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index a78d9bc..c6d77fb 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>
 
@@ -125,7 +125,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.3</version>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>

Reply via email to