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/12 09:05:01 UTC

[ANN] Maven JAR Plugin 3.2.2 released

The Apache Maven team is pleased to announce the release of the Maven 
JAR Plugin version 3.2.2.

https://maven.apache.org/plugins/maven-jar-plugin/

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

<plugin>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-jar-plugin</artifactId>
   <version>3.2.2</version>
</plugin>


Release Notes - Maven JAR Plugin - Version 3.2.2

** Dependency upgrade
     * [MJAR-283] - Upgrade Plexus Utils to 3.3.1
     * [MJAR-284] - Remove override for Plexus Archiver to fix order of 
META-INF/ and META-INF/MANIFEST.MF entries


Enjoy,

-The Apache Maven team