The Apache Maven team is pleased to announce the release of the Apache
Maven Archiver, version 3.6.3.
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.6.3</version>
</dependency>
Release Notes - Apache Maven Archiver - Version 3.6.3
** Bug
* [MSHARED-1445] - Unix timestamps since the epoch are not subject
to the boundary checks
** Task
* [MSHARED-1446] - Add docs about repro build output timestamp
boundaries
** Dependency upgrade
* [MSHARED-1417] - Upgrade parent POM to version 42
* [MSHARED-1447] - Upgrade to Parent 43
Enjoy,
-The Apache Maven team