This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch MASSEMBLY-921
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/MASSEMBLY-921 by this push:
new 38542bf use released plexus-utils 3.3.0 and plexus-io 3.2.0
38542bf is described below
commit 38542bf316cffffefdebeebaf281ffad15bea314
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sat Oct 12 18:07:30 2019 +0200
use released plexus-utils 3.3.0 and plexus-io 3.2.0
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c1ba0bd..a5844d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
@@ -172,7 +172,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
- <version>3.3.0-SNAPSHOT</version>
+ <version>3.3.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>