You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2019/12/02 01:33:20 UTC

[maven-surefire] branch SUREFIRE-1563_plexus_java_upgrade updated (479d9fe -> 86b7089)

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

olamy pushed a change to branch SUREFIRE-1563_plexus_java_upgrade
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


    from 479d9fe  reservedPort1 and reservedPort2 handled the same TCP port with the old version build-helper-maven-plugin:1.2
     add db16777  plexus-java as a property to ease testing
     new 86b7089  [SUREFIRE-1563] plexus-java upgrade 1.0.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


[maven-surefire] 01/01: [SUREFIRE-1563] plexus-java upgrade 1.0.4

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch SUREFIRE-1563_plexus_java_upgrade
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 86b7089852c5f5868d0f61ec12221efd18bf9db4
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Dec 2 11:33:02 2019 +1000

    [SUREFIRE-1563] plexus-java upgrade 1.0.4
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c38b72..8eb2362 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <commonsIoVersion>2.6</commonsIoVersion>
     <doxiaVersion>1.9</doxiaVersion>
     <doxiaSitetoolsVersion>1.9.1</doxiaSitetoolsVersion>
-    <plexus-java-version>1.0.3</plexus-java-version>
+    <plexus-java-version>1.0.4</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.4</powermockVersion>