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/03/01 21:49:44 UTC

[maven-surefire] branch master updated: [SUREFIRE-1642] Upgrade plexus-java to Version 1.0.3

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 34c0211  [SUREFIRE-1642] Upgrade plexus-java to Version 1.0.3
34c0211 is described below

commit 34c0211b2a331aea8ba66a62c1d8dedde9581957
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Mar 1 22:49:39 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index ebba975..a3a697e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-java</artifactId>
-        <version>1.0.1</version>
+        <version>1.0.3</version>
       </dependency>
       <dependency>
         <groupId>org.junit.platform</groupId>