Releases: apache/maven-resources-plugin
Releases Β· apache/maven-resources-plugin
maven-resources-plugin-4.0.0-beta-1
Warning
This plugin is a Maven 4 plugin and requires Maven 4.0.0-beta-3 to run.
What's Changed
- reduce dependency scope of plexus-utils and commons-io by @elharo in #57
- Use try with resources in integration test by @elharo in #58
- Don't bother with very old versions by @elharo in #59
- Add dependency to slf4j-simple for test scope by @slachiewicz in #60
- Bump org.apache.maven.plugins:maven-plugins from 39 to 41 by @dependabot in #64
- Bump apache/maven-gh-actions-shared from 3 to 4 by @dependabot in #67
- [MRESOURCES-302] Bump commons-io:commons-io from 2.11.0 to 2.16.0 by @dependabot in #69
- Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by @dependabot in #62
- [MRESOURCES-303] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3.3.2 by @dependabot in #68
- [MRESOURCES-304] Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 by @dependabot in #66
- [MRESOURCES-305] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 by @dependabot in #65
- [MRESOURCES-308] Switch to the Maven 4 API by @gnodet in #35
- Cleanup, add missing dependencies, redirect test output by @gnodet in #75
- Fix license/notice by @gnodet in #76
- Build with JDK 17 and 21 in Jenkins by @gnodet in #77
New Contributors
Full Changelog: maven-resources-plugin-3.3.1...maven-resources-plugin-4.0.0-beta-1
3.3.1
- [MRESOURCES-288] - Make tests-jar reproducible (#56) @cstamas
- [MRESOURCES-297] - Update to parent POM 39, reformat (#55) @cstamas
- [MRESOURCES-293] - Make resources param not read-only (#54) @cstamas
- [MRESOURCES-295] - Drop Plexus legacy code (#53) @cstamas
- [MRESOURCES-294] - Upgrade plexus-utils to 3.5.1 (#52) @slachiewicz
π¨ Removed
π¦ Dependency updates
- Bump apache/maven-gh-actions-shared from 2 to 3 (#46) @dependabot
π Documentation updates
- doc: adds alternative variable syntax using @ delimiters to the documentation (#36) @kevin0x90
3.3.0
π¦ Dependency updates
- Bump maven-filtering from 3.2.0 to 3.3.0 (#32) @dependabot
- Bump plexus-utils from 3.4.1 to 3.4.2 (#28) @dependabot
- Bump commons-io from 1.4 to 2.7 in /src/it/user-filters (#18) @dependabot
- [MRESOURCES-282] - Bump parent-pom from 34 to 36 (#24) @slachiewicz
π Documentation updates
π» Maintenance
- add release drafter (#29) @olamy
- [MRESOURCES-277] - Update plugin (requires Maven 3.2.5+) - Java 8 (#23) @slachiewicz
- [MRESOURCES-283] - Require Java 8 and upgrade deps (#22) @slachiewicz
3.2.0
What's Changed
- [MRESOURCES-259] update commons-io by @elharo in #1
- add .checkstyle to .gitignore by @elharo in #2
- close file by @elharo in #3
- [MRESOURCES-261] update to Maven 3.1 by @elharo in #4
- try with resources by @elharo in #5
- future proof method that is marked for incompatible change by @elharo in #6
New Contributors
Full Changelog: https://github.com/apache/maven-resources-plugin/commits/maven-resources-plugin-3.2.0