The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 22.
https://maven.apache.org/pom/asf/ You should specify the version in your project as parent like the following: <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>22</version> </parent> You can download the appropriate sources etc. from the download page: http://maven.apache.org/pom/asf/download.html Release Notes - Maven POMs - Version ASF-22 ** Bug * [MPOM-209] - The issueManagement entry points to wrong location. * [MPOM-221] - All Links for Diff produce Forbidden ** New Feature * [MPOM-224] - upgrade jar/source/assembly plugins for Reproducible Builds * [MPOM-228] - upgrade maven-release-plugin to 3.0.0-M1 for project.build.outputTimestamp automatic update * [MPOM-229] - make build reproducible by default ** Improvement * [MPOM-220] - Update ASF logo property to the latest version * [MPOM-232] - Disable waitBeforeTagging for Git based releases ** Wish * [MPOM-225] - add ASF snapshots repository to pluginRepositories ** Dependency upgrade * [MPOM-196] - Update maven-assembly-plugin to 3.1.1 * [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.1 * [MPOM-214] - Upgrade extra-enforcer-rules to 1.2 - support for Java 11/12 * [MPOM-219] - upgrade maven-help-plugin to 3.2.0 (to get verbose effective-pom) * [MPOM-227] - Upgrade maven-invoker-plugin 3.2.1 Changes since version 22: https://github.com/apache/maven-apache-parent/compare/apache-21...apache-22#diff Enjoy, -The Apache Maven team