You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/09 15:28:03 UTC

[maven-jlink-plugin] 37/38: use released plexus-java

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

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

commit 71ee9d905aceeef7cab211ce132660b78b4f7801
Author: Herve Boutemy <hb...@apache.org>
AuthorDate: Sat Nov 11 04:44:16 2017 +0000

    use released plexus-java
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1814918 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4e07ff..fb8eb20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-java</artifactId>
-      <version>0.9.4-SNAPSHOT</version>
+      <version>0.9.4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.