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 2022/11/11 17:53:51 UTC

[maven-assembly-plugin] branch master updated: [MASSEMBLY-941] keep file permission in Reproducible mode

This is an automated email from the ASF dual-hosted git repository.

hboutemy 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 b41a8eeb [MASSEMBLY-941] keep file permission in Reproducible mode
b41a8eeb is described below

commit b41a8eeb5f91399a330d2850917255403d567a1c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Nov 11 18:53:41 2022 +0100

    [MASSEMBLY-941] keep file permission in Reproducible mode
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ff550a55..0c4d55bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>3.4.3-SNAPSHOT</version>
+  <version>3.5.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Assembly Plugin</name>
@@ -175,7 +175,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.4.0</version>
+      <version>4.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>