Apache Maven Parent POM Version 36 Released
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 36
Maven Parent POMs include Maven Parent POM itself, but also Maven Plugins Parent POM, Maven Shared Components Parent POM, Maven Skins Parent POM and Maven Doxia Tools Parent POM.
https://maven.apache.org/pom/maven/
You should specify the version in your project as parent like the following:
1<parent>
2 <groupId>org.apache.maven</groupId>
3 <artifactId>maven-parent</artifactId>
4 <version>36</version>
5</parent>
You can download the appropriate sources etc. from the download page:
https://maven.apache.org/pom/maven/download.html
Release Notes - Apache Maven Parent POM - Version 36
-
Improvements:
-
Dependency upgrades:
Enjoy,
- The Apache Maven Team