You are viewing a plain text version of this content. The canonical link for it is here.
Posted to release-discuss@apache.org by Hervé Boutemy <hb...@apache.org> on 2021/07/14 16:22:55 UTC

[ANN] Apache Software Foundation Parent POM Version 24 Released

The Apache Maven team is pleased to announce the release of the Apache Software Foundation Parent POM Version 24.

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>24</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-24

** Improvement
    * [MPOM-238] - configure site-deploy for documentation
    * [MPOM-240] - upgrade maven-shade-plugin to 3.2.2 to get Reproducible Builds for shaded artifacts
    * [MPOM-244] - Deploy SHA-512 for source-release to Remote Repository
    * [MPOM-247] - Make minimum enforced Maven version configurable via property
    * [MPOM-255] - Enforce local property "project.build.outputTimestamp" for reproducible builds
    * [MPOM-260] - Configure Maven Javadoc Plugin for more reproducible builds
    * [MPOM-263] - Enforce building with Java 8+

** Dependency upgrade
    * [MPOM-168] - JDK 9 requires updates to plugins
    * [MPOM-208] - upgrade m-scm-publish-p
    * [MPOM-246] - Upgrade Maven Project Info Reports Plugin to 3.1.1
    * [MPOM-248] - Upgrade maven-antrun-plugin to 3.0.0
    * [MPOM-249] - Upgrade checksum-maven-plugin 1.9
    * [MPOM-251] - Set minimum enforced Maven version to 3.1.1
    * [MPOM-256] - Drop org.codehaus.mojo:clirr-maven-plugin
    * [MPOM-258] - Upgrade maven-resources-plugin to 3.2.0
    * [MPOM-259] - Upgrade maven-scm-plugin from 3.0.0 to 3.1.0
    * [MPOM-262] - Require Java 8


Changes since version 23:

https://github.com/apache/maven-apache-parent/compare/apache-23...apache-24#diff

Enjoy,
    
-The Apache Maven team