Apache Common POM Version 16 Released

The Apache Maven team is pleased to announce the release of the Apache Common POM, version 16.

This POM (org.apache:apache) configures common Maven settings for projects to use ASF infrastructure.

To use this parent, you should specify the version in your project's plugin configuration:

1<parent>
2  <groupId>org.apache</groupId>
3  <artifactId>apache</artifactId>
4  <version>16</version>
5</parent>

Changes since previous release:

http://svn.apache.org/viewvc/maven/pom/tags/apache-16/pom.xml?view=markup

Enjoy,

-The Apache Maven team