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 2021/06/25 20:27:12 UTC

[maven-surefire] branch master updated: [SUREFIRE-1921] Upgrade Doxia to Version 1.10

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 e7cb3e1  [SUREFIRE-1921] Upgrade Doxia to Version 1.10
e7cb3e1 is described below

commit e7cb3e136cd64c769e789b38f2c147490e2ef974
Author: tibordigana <ti...@gmail.com>
AuthorDate: Fri Jun 25 22:26:52 2021 +0200

    [SUREFIRE-1921] Upgrade Doxia to Version 1.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c61f0d1..5b26db9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <commonsLang3Version>3.8.1</commonsLang3Version>
     <commonsCompress>1.20</commonsCompress>
     <commonsIoVersion>2.6</commonsIoVersion>
-    <doxiaVersion>1.9.1</doxiaVersion>
+    <doxiaVersion>1.10</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
     <plexus-java-version>1.0.6</plexus-java-version>
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->