You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/05/01 19:04:48 UTC

[maven-plugin-tools] branch master updated: Revert "[MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts"

This is an automated email from the ASF dual-hosted git repository.

rfscholte 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 3b08e96  Revert "[MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts"
3b08e96 is described below

commit 3b08e968559d914d72c9b71b92e4cbc11047370a
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri May 1 21:04:34 2020 +0200

    Revert "[MPLUGIN-359] upgrade Doxia Sitetools to 1.9.2 to remove dependency on Struts"
    
    This reverts commit 4a2349d48669ec91bb8a528706a9e86eaeac0921.
---
 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 8925fd7..a78d9bc 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -38,8 +38,8 @@
   </description>
 
   <properties>
-    <doxiaVersion>1.9.1</doxiaVersion>
-    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
+    <doxiaVersion>1.4</doxiaVersion>
+    <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
     <it.debug>true</it.debug>
   </properties>