Apache Common POM Version 15 Released

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

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>15</version>
5</parent>

Changes since previous release:

http://svn.apache.org/viewvc/maven/pom/tags/apache-15/pom.xml?r1=HEAD&r2=1575044&diff_format=h

Enjoy,

-The Apache Maven team