You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/03/18 21:23:40 UTC

[maven-surefire] branch master updated: [SUREFIRE-1754] Upgrade Doxia and Doxia Site Tools to remove struts dependency

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

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 10b2578  [SUREFIRE-1754] Upgrade Doxia and Doxia Site Tools to remove struts dependency
10b2578 is described below

commit 10b257825cafcbc0ea8e99902989b2497f606d38
Author: James Gough <jp...@gmail.com>
AuthorDate: Wed Mar 18 09:12:28 2020 +0000

    [SUREFIRE-1754] Upgrade Doxia and Doxia Site Tools to remove struts dependency
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d005dd4..2cc1989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,8 +92,8 @@
     <commonsLang3Version>3.8.1</commonsLang3Version>
     <commonsCompress>1.19</commonsCompress>
     <commonsIoVersion>2.6</commonsIoVersion>
-    <doxiaVersion>1.9</doxiaVersion>
-    <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
+    <doxiaVersion>1.9.1</doxiaVersion>
+    <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <plexus-java-version>1.0.3</plexus-java-version>
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
     <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>