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 2020/02/19 07:45:58 UTC

[maven-jlink-plugin] branch master updated: [MJLINK-43] upgrade plexus-java 1.0.5

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c85bd42  [MJLINK-43] upgrade plexus-java 1.0.5
c85bd42 is described below

commit c85bd42a55ceaa0b2896ffddffeeb6f8d132eb8f
Author: olivier lamy <ol...@apache.org>
AuthorDate: Wed Feb 19 17:45:42 2020 +1000

    [MJLINK-43] upgrade plexus-java 1.0.5
    
    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 09a171f..0e02311 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-java</artifactId>
-      <version>1.0.3</version>
+      <version>1.0.5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>