Hi to all,

unfortunately the previous email about Maven Archiver 3.0.1 announcement
contained the wrong content. Now the following content is the correct one
(hopefully ;-).

Sorry for the confusion.

Kind regards
Karl Heinz Marbaise

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

The Maven Archiver is mainly used by plugins to handle packaging. The version
numbers referenced in the Since column on this page are the version of the
Maven Archiver component - not for any specific plugin. To see which version of
Maven Archiver a plugin uses, go to the site for that plugin.
 
Important Note since Version 3.0.0:

 * Maven 3.X only
 * JDK 6 minimum requirement

You should specify the version in your project's pom as follows:
 
<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-archiver</artifactId>
  <version>3.0.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 3.0.1

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

Bugs:

 * [MSHARED-154] - pomPropertiesFile does not actually permit override
 * [MSHARED-191] - Specification-Version must not contain "-SNAPSHOT"
 * [MSHARED-298] - Errors in manifest example on site

Improvements:

 * [MSHARED-296] - Improve header of pom.properties
 * [MSHARED-465] - Remove @Deprecated marked code
 * [MSHARED-506] - Upgrade plexus-archiver from 2.9.1 to 3.1.1
 * [MSHARED-511] - Using structures to keep insertion order for MANIFEST.MF
 * [MSHARED-512] - Remove @Deprecated marked code which has been missed.

Tasks:

 * [MSHARED-492] - Upgrade parent to version 22
 * [MSHARED-493] - Clean up warnings emitted by Javadoc 8 (doclint) and 
Checkstyle
 
Enjoy,
 
-The Apache Maven team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to