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:27:46 UTC

[maven-jdeps-plugin] 34/34: [MJDEPS-8] Upgrade plexus-utils to version 3.1.0

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-jdeps-plugin.git

commit af73937ef0a5f75e12b9c842bccb9a46904d074e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Sep 2 21:48:09 2017 +0000

    [MJDEPS-8] Upgrade plexus-utils to version 3.1.0
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1807101 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c7ef722..71701e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
@@ -103,4 +103,4 @@ under the License.
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

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