[ANN] Apache Maven Filtering 3.5.0 and Resources Plugin 3.5.0 Release
Tamás Cservenák <[email protected]> Thu, 5 Mar 2026 11:05:20 +0100
| Newsgroups | gmane.comp.jakarta.turbine.maven.user |
|---|---|
| Message-ID | <CAPLpRQKGvRTUjby=Pfb2fU3CWpQOG=X4nQXMb0H52+vh+iruCg@mail.gmail.com> |
The Apache Maven team is pleased to announce the release of the Apache Maven Filtering, version 3.5.0 Maven Resources Plugin, version 3.5.0 https://maven.apache.org/shared/maven-filtering/ https://maven.apache.org/plugins/maven-resources-plugin/ You should specify the version in your project's plugin configuration: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.5.0</version> </plugin> You can download the appropriate sources etc. from the corresponding download page. Release Notes: https://github.com/apache/maven-filtering/releases/tag/maven-filtering-3.5.0 https://github.com/apache/maven-resources-plugin/releases/tag/maven-resources-plugin-3.5.0 Enjoy, -The Apache Maven team