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:
Enjoy,
-The Apache Maven team