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

2016-04-14 Thread Karl Heinz Marbaise
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:
 

  org.apache.maven.shared
  maven-archiver
  3.0.1


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=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



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

2016-04-14 Thread Karl Heinz Marbaise
The Apache Maven team is pleased to announce the release of the 
Apache Maven Source Plugin Version 3.0.0.
 
https://maven.apache.org/plugins/maven-source-plugin/

The Source Plugin creates a jar archive of the source files of the current
project. The jar file is, by default, created in the project's target
directory.
 
Important Notes:

 * Maven 3.X only
 * JDK 6 minimum requirement

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

  org.apache.maven.plugins
  maven-source-plugin
  3.0.0


You can download the appropriate sources etc. from the download page:
 
http://maven.apache.org/plugins/maven-source-plugin/download.html
 
Release Note Apache Maven Source Plugin Version 3.0.0

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317924=12331545


Bug:

 * [MSOURCES-81] - allow sources jar to contain Maven descriptor

Improvements:

 * [MSOURCES-75] - Update version of plexus-archiver to 2.7
 * [MSOURCES-76] - Upgrade from maven-plugins version 25 to 26
 * [MSOURCES-77] - Upgrade maven-archiver from 2.5 to 2.6
 * [MSOURCES-78] - Upgrade plexus-archiver 2.7 to 2.8.4
 * [MSOURCES-79] - Upgrade to maven-plugins parent version 27
 * [MSOURCES-80] - Upgrade plexus-archiver to 2.10.2
 * [MSOURCES-82] - Make naming of properties consistent to the plugin name.
 * [MSOURCES-83] - Make Plugin only Maven 3.0 minimum
 * [MSOURCES-84] - Change package name from org.apache.maven.plugin to 
org.apache.maven.plugins
 * [MSOURCES-85] - Upgrade plexus-archiver to 3.0.1
 * [MSOURCES-86] - Upgrade maven-archiver to 3.0.0
 * [MSOURCES-88] - Upgrade plexus-utils to 3.0.22
 * [MSOURCES-89] - Using plugin parent version 28
 * [MSOURCES-90] - Upgrade junit to 4.11
 * [MSOURCES-91] - Added several properties for parameters
 * [MSOURCES-92] - Generate Maven Descriptor by default
 * [MSOURCES-93] - Upgrade plexus-archiver from 3.0.1 to 3.0.3
 
Enjoy,
 
-The Apache Maven team

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