The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 43.
https://maven.apache.org/pom/maven/ You should specify the version in your project as parent like the following: <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> <version>43</version> </parent> You can download the appropriate sources etc. from the download page: https://maven.apache.org/pom/maven/download.html Release Notes ## Breaking changes - Remove dependency on maven-plugin-annotations to better support Maven 4 plugins ([#190](https://github.com/apache/maven-parent/pull/190)) @gnodet - Remove checkstyle.violation.ignore ([#183]( https://github.com/apache/maven-parent/pull/183)) @slawekjaranowski ## New features and improvements - Skip render empty taglist report ([#193]( https://github.com/apache/maven-parent/pull/193)) @slawekjaranowski - [[MNG-8158]](https://issues.apache.org/jira/browse/MNG-8158) - Adding name to empty components section in shared site left nav ([#188]( https://github.com/apache/maven-parent/pull/188)) @bdemers - Introduce property for maven-shared-resources version ([#182]( https://github.com/apache/maven-parent/pull/182)) @slawekjaranowski - Enable GitHUb issues ([#175]( https://github.com/apache/maven-parent/pull/175)) @slawekjaranowski ## Dependency updates - Bump ASF parent to 33 ([#195]( https://github.com/apache/maven-parent/pull/195)) @slawekjaranowski - Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 ([#192]( https://github.com/apache/maven-parent/pull/192)) @dependabot - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.22.0 to 3.23.0 ([#186](https://github.com/apache/maven-parent/pull/186)) @dependabot - Bump org.apache.maven.shared:maven-shared-resources from 5 to 6 ([#187]( https://github.com/apache/maven-parent/pull/187)) @dependabot - Upgrade to Maven Fluido Skin 1.12.0 ([#191]( https://github.com/apache/maven-parent/pull/191)) @michael-o - Bump org.junit:junit-bom from 5.10.2 to 5.10.3 ([#189]( https://github.com/apache/maven-parent/pull/189)) @dependabot - Bump org.apache.maven.plugins:maven-jxr-plugin from 3.3.2 to 3.4.0 ([#185](https://github.com/apache/maven-parent/pull/185)) @dependabot - Bump version.sisu-maven-plugin from 0.9.0.M2 to 0.9.0.M3 ([#184]( https://github.com/apache/maven-parent/pull/184)) @dependabot - Bump org.codehaus.plexus:plexus-xml from 3.0.0 to 3.0.1 ([#181]( https://github.com/apache/maven-parent/pull/181)) @dependabot - Bump org.codehaus.modello:modello-maven-plugin from 2.3.0 to 2.4.0 ([#179](https://github.com/apache/maven-parent/pull/179)) @dependabot - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.2 to 3.22.0 ([#178](https://github.com/apache/maven-parent/pull/178)) @dependabot - Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.1.0 to 3.2.0 ([#176](https://github.com/apache/maven-parent/pull/176)) @dependabot ## Maintenance - Fix link in issueManagement in docs ([#177]( https://github.com/apache/maven-parent/pull/177)) @slawekjaranowski ## Build - Disable matrix build on GitHub ([#194]( https://github.com/apache/maven-parent/pull/194)) @slawekjaranowski - Add Release Drafter ([#174]( https://github.com/apache/maven-parent/pull/174)) @slawekjaranowski Enjoy, -The Apache Maven team