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 1336ea79 Revert "[MASSEMBLY-941] keep file permission in Reproducible mode" 1336ea79 is described below commit 1336ea7989015d6976b5d409e74341ed80b2d85f Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sat Nov 12 11:33:20 2022 +0100 Revert "[MASSEMBLY-941] keep file permission in Reproducible mode" This reverts commit b41a8eeb5f91399a330d2850917255403d567a1c. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0c4d55bf..ff550a55 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. </parent> <artifactId>maven-assembly-plugin</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.4.3-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.6.0</version> + <version>4.4.0</version> </dependency> <dependency> <groupId>org.apache.maven</groupId>