You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2018/11/24 19:33:52 UTC

[ANN] Apache Maven Shared Component: Maven Archiver Version 3.3.0 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven Shared Component: Maven Archiver Version 3.3.0
 
https://maven.apache.org/shared/maven-archiver/

You should specify the version in your project:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-archiver</artifactId>
  <version>3.3.0</version>
</dependency>

Important Note:
 * Maven 3.X minimum
 * JDK 7 minimum requirement.

You can download the appropriate sources etc. from the download page:
 
https://maven.apache.org/shared/maven-archiver/download.cgi
 
Release Notes Maven Archiver 3.3.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12341347

Improvement:

 * [MSHARED-773] - Fail on invalid 'Automatic-Module-Name' in MANIFEST

Dependency upgrades:

 * [MSHARED-668] - plexus-utils 3.0.24 to 3.1.0
 * [MSHARED-669] - Upgrade plexus-interpolation to 1.24
 * [MSHARED-686] - Upgrade parent to 31
 * [MSHARED-721] - Upgrade maven-shared-utils to 3.2.1
 * [MSHARED-726] - Upgrade plexus-archiver to 3.6.0
 * [MSHARED-727] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 * [MSHARED-747] - Upgrade maven-plugins parent to version 32
 * [MSHARED-774] - Upgrade maven-plugins parent to version 33
 * [MSHARED-775] - Upgrade plexus-interpolation to 1.25

Enjoy,
 
-The Apache Maven team

Karl Heinz Marbaise