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:27:39 UTC

[maven-jar-plugin] branch MJAR-263 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 MJAR-263
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/MJAR-263 by this push:
     new 0517e69  use maven-archiver 3.5.0
0517e69 is described below

commit 0517e69435ad3077466ef1c119dbf626170b264f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Oct 24 16:27:32 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 3a97281..c2d7214 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
 
   <properties>
     <mavenFileManagementVersion>3.0.0</mavenFileManagementVersion>
-    <mavenArchiverVersion>3.5.0-SNAPSHOT</mavenArchiverVersion>
+    <mavenArchiverVersion>3.5.0</mavenArchiverVersion>
     <mavenVersion>3.0</mavenVersion>
     <javaVersion>7</javaVersion>
   </properties>