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 2022/01/02 13:38:43 UTC

[maven-surefire] branch master updated: [SUREFIRE-1974] Upgrade plexus-java to Version 1.1.0

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 460d2a0  [SUREFIRE-1974] Upgrade plexus-java to Version 1.1.0
460d2a0 is described below

commit 460d2a0a4da5f493fa80543ba1a502a4ba94de13
Author: Tibor Digaňa <ti...@apache.org>
AuthorDate: Fri Dec 31 20:25:01 2021 +0100

    [SUREFIRE-1974] Upgrade plexus-java to Version 1.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9440300..8210f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <commonsIoVersion>2.6</commonsIoVersion>
     <doxiaVersion>1.11.1</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion>
-    <plexus-java-version>1.0.7</plexus-java-version>
+    <plexus-java-version>1.1.0</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>
     <powermockVersion>2.0.5</powermockVersion>