This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch MASSEMBLY-961 in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
commit ff145daa207adaf3292233673851b0cc5d196e6f Author: Tamas Cservenak <[email protected]> AuthorDate: Mon Jun 13 10:57:08 2022 +0200 [MASSEMBLY-961] Update plexus-archiver to 3.6.0 --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index d2ab0c03..655b7ff8 100644 --- a/pom.xml +++ b/pom.xml @@ -168,11 +168,6 @@ under the License. </exclusions> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-archiver</artifactId> - <version>4.2.7</version> - </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> @@ -191,7 +186,7 @@ under the License. <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.5.2</version> + <version>3.6.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
