Apache Maven Project Parent Version 26 Released

The Apache Maven team is pleased to announce the release of the Apache Maven Project Parent, version 26.

This POM (org.apache.maven:maven-parent) contains settings that are likely to be useful to any Maven project that is building and releasing code with Maven 2/3.

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

1<parent>
2  <groupId>org.apache.maven</groupId>
3  <artifactId>maven-parent</artifactId>
4  <version>26</version>
5</parent>

The Changes since previous release can be view by the following link:

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

Enjoy,

-The Apache Maven team