Releases: apache/maven-clean-plugin
Releases · apache/maven-clean-plugin
3.4.1
🚀 New features and improvements
- release-drafter configuration (#88) @slawekjaranowski
- Add PR Automation (#80) @slawekjaranowski
- [MCLEAN-126] - Replaced old File API with new Path equivalent where possible (#62) @peterdemaeyer
- Add Release Drafter - 3.x (#69) @slawekjaranowski
- [MCLEAN-124] - Replaced JUnit Assumptions with @DisabledOnOs (#64) @peterdemaeyer
- [MCLEAN-124] - Leverage Files.delete(Path) API to provide more accurate reason in case of failure (#60) @peterdemaeyer
- [MCLEAN-110] - Replaced Utils.createSymlink with Java 7 Files.createSymbolicLink (#59) @peterdemaeyer
📦 Dependency updates
- Bump org.apache.maven.resolver:maven-resolver-api from 1.1.1 to 1.9.22 (#78) @dependabot[bot]
- Bump mavenVersion from 3.6.3 to 3.9.9 (#77) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-testing from 1.3.0 to 1.4.0 (#72) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#76) @dependabot[bot]
👻 Maintenance
- Update scm tag according to branch (#102) @slawekjaranowski
- PR Automation only on close event (#101) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#94) @Bukama
- Fix license/notice (#83) @slawekjaranowski
4.0.0-beta-2
Warning
This plugin is a Maven 4 plugin and requires Maven 4.x to run.
🚀 New features and improvements
- Publish documentation to LATEST-4.x (#96) @slawekjaranowski
- Upgrade to Maven 4.0.0-rc-2 (#90) @gnodet
- Enable GitHub Issues (#85) @slawekjaranowski
- [MCLEAN-124] - Leverage Files.delete(Path) API to provide more accurate reason in case of failure (#84) @slawekjaranowski
- Add configuration for pre-release in master (#87) @slawekjaranowski
- Use COMPLETE for version-template in release drafter (#82) @slawekjaranowski
- Use resolved versions in release drafter (#81) @slawekjaranowski
- Add PR Automation (#79) @slawekjaranowski
- [MCLEAN-127] - Use Files.createSymbolicLink instead of shelling out (#65) @elharo
- Add Release Drafter (#68) @slawekjaranowski
📦 Dependency updates
- [MCLEAN-130] - Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre (#67) @dependabot[bot]
- Bump org.mockito:mockito-core from 4.11.0 to 5.15.2 (#89) @dependabot[bot]
- [MCLEAN-129] - Bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.16 (#55) @dependabot[bot]
- [MCLEAN-128] - Bump org.apache.maven.plugins:maven-plugins from 42 to 43 (#52) @dependabot[bot]
- Upgrade to beta-5 (#58) @gnodet
👻 Maintenance
- Override maven.site.path property for 4.x publishing (#99) @slawekjaranowski
- Add header to release-drafter about Maven 4 requirements (#98) @slawekjaranowski
- Add Stale action (#97) @slawekjaranowski
- Simplify GH action (#95) @slawekjaranowski
- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#93) @Bukama
- Add badge for 3.x version (#92) @slawekjaranowski
- Bump maven-site-plugin to 3.21.0 and Skin to 2.0.1 (#71) @slachiewicz
- Disable jenkins build (#70) @slawekjaranowski
- Clean up assertions in CleanMojoTest (#61) @elharo
🔧 Build
- Bump Maven in CI to 4.0 rc2 (#66) @slachiewicz
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
- [MCLEAN-123] Switch to Maven 4 API and the new api by @gnodet in #20
- Fix license/notice by @gnodet in #48
- Build with JDK 17 and 21 in Jenkins by @gnodet in #49
Full Changelog: maven-clean-plugin-3.4.0...maven-clean-plugin-4.0.0-beta-1
3.4.0
What's Changed
- Bump apache/maven-gh-actions-shared from 3 to 4 by @dependabot in #38
- [MCLEAN-116] Use default Log interface by @Bukama in #37
- [MCLEAN-118] Require Maven 3.6.3 by @slawekjaranowski in #39
- [MCLEAN-106] Switch to junit 5 by @gnodet in #27
- [MCLEAN-119] Bump org.apache.maven.plugins:maven-plugins from 41 to 42 by @dependabot in #44
- Build with Maven 4 by @slawekjaranowski in #45
- [MCLEAN-120] Bump org.codehaus.plexus:plexus-testing from 1.1.0 to 1.3.0 by @dependabot in #40
- [MCLEAN-121] Bump com.google.inject:guice from 4.2.0 to 4.2.3 by @dependabot in #41
- [MCLEAN-122] Cleanup declared dependencies, simplify unit test by @slawekjaranowski in #46
New Contributors
Full Changelog: maven-clean-plugin-3.3.2...maven-clean-plugin-3.4.0
3.3.2
What's Changed
- Type: fill --> file by @elharo in #28
- [MCLEAN-112] Bump parent to 40 by @slawekjaranowski in #33
- [MCLEAN-113] Downgrade plexus-xml to 3.0.0 by @slawekjaranowski in #34
- Grammar mistake fixed by @Abdullah8006 in #31
- [MCLEAN-111] Fix fast delete feature for filesets by @wilx in #32
- [MCLEAN-114] Refresh download page by @slawekjaranowski in #36
New Contributors
- @elharo made their first contribution in #28
- @slawekjaranowski made their first contribution in #33
- @Abdullah8006 made their first contribution in #31
- @wilx made their first contribution in #32
Full Changelog: maven-clean-plugin-3.3.1...maven-clean-plugin-3.3.2
3.3.1
What's Changed
- [MCLEAN-104] Prevent NPE in fast mode and quiet build by @famod in #23
- [MCLEAN-105] Bump maven-plugins from 38 to 39 by @slachiewicz in #25
- [MCLEAN-93] Support junctions on NTFS by @gnodet in #10
- [MCLEAN-107] Upgrade to plexus-utils 4.0.0 and plexus-xml 4.0.0 by @gnodet in #26
New Contributors
- @famod made their first contribution in #23
- @slachiewicz made their first contribution in #25
Full Changelog: maven-clean-plugin-3.2.0...maven-clean-plugin-3.3.1
3.2.0
What's Changed
- Bump maven-project-info-reports-plugin from 3.1.1 to 3.1.2 by @dependabot in #7
- Bump maven-site-plugin from 3.9.1 to 3.10.0 by @dependabot in #8
- Bump extra-enforcer-rules from 1.4 to 1.5.1 by @dependabot in #9
- [MCLEAN-95] Add a fast clean option by @gnodet in #6
New Contributors
Full Changelog: maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.0