Apache Maven Plugins Parent POM Version 27 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Plugins Parent POM Version 27.
This POM (org.apache.maven.plugins:maven-plugins) is the common parent of all of the Maven plugins in the Apache Maven project.
To use this parent, you should specify the version in your project's plugin configuration:
1<parent>
2 <groupId>org.apache.maven.plugins</groupId>
3 <artifactId>maven-plugins</artifactId>
4 <version>27</version>
5</parent>
Changes since previous release:
Enjoy,
-The Apache Maven team