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 2019/07/07 13:06:31 UTC

[maven-surefire] branch master updated: [SUREFIRE-1674] DOXIA TOOLS updated to version 1.9.1

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 ed00589  [SUREFIRE-1674] DOXIA TOOLS updated to version 1.9.1
ed00589 is described below

commit ed00589dc4cde7da1a4305bdde3901cdc6c5a920
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Jul 7 15:06:22 2019 +0200

    [SUREFIRE-1674] DOXIA TOOLS updated to version 1.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4199e38..78ebe81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <commonsLang3Version>3.8.1</commonsLang3Version>
     <commonsIoVersion>2.6</commonsIoVersion>
     <doxiaVersion>1.9</doxiaVersion>
-    <doxiaSitetoolsVersion>1.9</doxiaSitetoolsVersion>
+    <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
     <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>
     <powermockVersion>2.0.2</powermockVersion>