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 2019/10/20 12:57:40 UTC

[maven-assembly-plugin] branch MASSEMBLY-921 updated: use plexus-archiver 4.2.0 and maven-archiver 3.5.0-SNAPSHOT

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 f5be435  use plexus-archiver 4.2.0 and maven-archiver 3.5.0-SNAPSHOT
f5be435 is described below

commit f5be435c32e3b5caa1ee48da9f5ad757fa075c60
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 20 14:57:36 2019 +0200

    use plexus-archiver 4.2.0 and maven-archiver 3.5.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a5844d7..1383b9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@ under the License.
   <properties>
     <javaVersion>7</javaVersion>
     <mdoVersion>2.0.0</mdoVersion>
-    <mavenArchiverVersion>3.4.1-SNAPSHOT</mavenArchiverVersion>
+    <mavenArchiverVersion>3.5.0-SNAPSHOT</mavenArchiverVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
     <testOutputToFile>true</testOutputToFile>
@@ -137,7 +137,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.0-SNAPSHOT</version>
+      <version>4.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>