Apache Maven Parent POM Version 35 Released

1 · Karl Heinz Marbaise · March 3, 2022, 3:36 p.m.
The Apache Maven team is pleased to announce the release of the Maven Parent POMs Version 34 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 2 3 4 5 <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> <version>35<...