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 2018/12/07 06:00:54 UTC

[maven-assembly-plugin] branch master updated: [MASSEMBLY-898] upgrade to plexus-io 3.1.1

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


The following commit(s) were added to refs/heads/master by this push:
     new eb1cab9  [MASSEMBLY-898] upgrade to plexus-io 3.1.1
eb1cab9 is described below

commit eb1cab954ff2a404beca9b5c86301eb426c6ed30
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Fri Dec 7 16:00:50 2018 +1000

    [MASSEMBLY-898] upgrade to plexus-io 3.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4ceaf28..efb0b56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>