Apache Maven Archiver version 3.5.1 Released
Sylwester Lachiewicz <[email protected]> Fri, 29 Jan 2021 17:32:45 +0100
| Newsgroups | gmane.comp.apache.maven.announce,gmane.comp.jakarta.avalon.user,gmane.comp.apache.sling.devel |
|---|---|
| Message-ID | <CAJG7DX36j770sxh3dvbo=eTB7Qb90sNeerA43jhUhYOfUYrW_w__17515.1285294973$1611938045$gmane$org@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache
Maven Archiver, version 3..5.1
This shared lib is mainly used by plugins to handle packaging
https://maven.apache.org/shared/maven-archiver/index.html
You should specify the version in your project's dependency configuration:
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>3.5.1</version>
</dependency>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/shared/maven-archiver/download.cgi
Release Notes - Maven Archiver - Version 3.5.1
** Improvement
* [MSHARED-879] - make build Reproducible
** Dependency upgrade
* [MSHARED-944] - Set minimum Maven version to 3.1.1
Enjoy,
-The Apache Maven team