You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/05 19:33:28 UTC

[maven-remote-resources-plugin] 01/01: [MRRESOURCES-109] - Upgrade plexus-utils from 3.0.24 to 3.1.0

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

khmarbaise pushed a commit to branch MRRESOURCES-109
in repository https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git

commit 801ffebc00959d7b96160fee72b30c39b0c9aa93
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Aug 5 21:33:21 2018 +0200

    [MRRESOURCES-109] - Upgrade plexus-utils from 3.0.24 to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c5b19ff..d4a60d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.00</version>
     </dependency>
 
     <!-- other -->