You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Michael Osipov <mi...@apache.org> on 2022/01/05 13:16:11 UTC

[ANN] Apache Maven Archiver 3.5.2 released

The Apache Maven team is pleased to announce the release of the Apache 
Maven Archiver, version 3.5.2.

https://maven.apache.org/shared/maven-archiver/

You should specify the version in your project's dependency configuration:

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-archiver</artifactId>
   <version>3.5.2</version>
</dependency>


Release Notes - Apache Maven Archiver - Version 3.5.2

** Bug
     * [MSHARED-849] - archiver sorts META-INF/MANIFEST.MF before 
META-INF/ in ZIP header

** Dependency upgrade
     * [MSHARED-1013] - Upgrade Plexus Archiver to 4.2.7


Enjoy,

-The Apache Maven team