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/24 14:32:17 UTC

[maven-assembly-plugin] branch MASSEMBLY-921 updated: use maven-archiver 3.5.0

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 0f70a8a  use maven-archiver 3.5.0
0f70a8a is described below

commit 0f70a8a8be9a21ccfcd3f03e8597e9fed24a282c
Author: hboutemy <hb...@apache.org>
AuthorDate: Thu Oct 24 16:31:49 2019 +0200

    use maven-archiver 3.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1383b9b..4daf9ee 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.5.0-SNAPSHOT</mavenArchiverVersion>
+    <mavenArchiverVersion>3.5.0</mavenArchiverVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
     <mavenVersion>3.0</mavenVersion>
     <testOutputToFile>true</testOutputToFile>