You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/02/23 09:01:55 UTC

[maven-site-plugin] branch master updated: [MSITE-852] remove Struts dependencies with Doxia Site Renderer to 1.9.2

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-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b2edd6f  [MSITE-852] remove Struts dependencies with Doxia Site Renderer to 1.9.2
b2edd6f is described below

commit b2edd6f381c233f2c1ff22e3580d382c7b2cfefc
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 23 10:01:51 2020 +0100

    [MSITE-852] remove Struts dependencies with Doxia Site Renderer to 1.9.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 56429f9..b54c4a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,7 +199,7 @@ under the License.
     <javaVersion>7</javaVersion>
     <!-- for dependencies -->
     <doxiaVersion>1.9.1</doxiaVersion>
-    <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
+    <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <jettyVersion>9.2.29.v20191105</jettyVersion>
     <plexusVersion>1.5.4</plexusVersion>
     <scmVersion>1.4</scmVersion>