Releases: mojohaus/build-helper-maven-plugin
Releases Β· mojohaus/build-helper-maven-plugin
3.6.0
Changes
π New features and improvements
- Deprecate remove-project-artifact goal (#205) @slawekjaranowski
- Parallel execution of uptodate-properties (#201) @mkarg
π¦ Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 81 to 82 (#206) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 78 to 81 (#204) @dependabot
- Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1 (#202) @dependabot
- Bump apache/maven-gh-actions-shared from 3 to 4 (#200) @dependabot
- Bump release-drafter/release-drafter from 5 to 6 (#195) @dependabot
- Bump org.codehaus.mojo:mojo-parent from 77 to 78 (#193) @dependabot
π» Maintenance
- Delete link to remove-project-artifact as is deprecated (#210) @slawekjaranowski
- Cleanups dependencies (#209) @slawekjaranowski
- Remove public modifiers from JUnit 5 tests (#208) @slawekjaranowski
- Delete example about remove-project-artifact as is deprecated (#207) @slawekjaranowski
- Fix goal in usage add-test-resource example (#199) @mfussenegger
π§ Build
- Use shared action for release drafter (#203) @slawekjaranowski
3.5.0
Changes
π New features and improvements
- Add skipIfMissing flag (#187) @hgschmie
- Add skip flags (#186) @hgschmie
- Deprecate maven-version goal (#191) @slawekjaranowski
π¦ Dependency updates
- Bump org.codehaus.mojo:mojo-parent from 76 to 77 (#190) @dependabot
- Bump mojo-parent from 75 to 76 (#185) @dependabot
- Bump mojo-parent from 74 to 75 (#184) @dependabot
- Bump plexus-utils from 3.5.1 to 4.0.0 (#183) @dependabot
- Bump maven-plugin-annotations from 3.8.2 to 3.9.0 (#182) @dependabot
π» Maintenance
- Use plugins versions from parent in ITs (#192) @slawekjaranowski
- Use Maven Apache shared GitHub action (#189) @slawekjaranowski
- Fix antrun version in ITs (#188) @slawekjaranowski
- Bump mojo-parent from 75 to 76 (#185) @dependabot
3.4.0
Changes
π New features and improvements
- Get rid of ArtifactRepository - ${localRepository} (#179) @slawekjaranowski
- Added a property name to the "sources" parameter for CLI usage (#157) @gjd6640
π Bug Fixes
π¦ Dependency updates
- Bump maven-plugin-annotations from 3.8.1 to 3.8.2 (#177) @dependabot
- Bump parent from 72 to 74 (#175) @slawekjaranowski
- Bump maven-invoker-plugin to 3.5.1 - add support to run its with Java 20 (#172) @slachiewicz
- Bump actions/stale from 7 to 8 (#171) @dependabot
- Bump maven-plugin-annotations from 3.7.1 to 3.8.1 (#169) @dependabot
- Bump plexus-utils from 3.5.0 to 3.5.1 (#170) @dependabot
- Bump mojo-parent from 70 to 72 (#165) @dependabot
- Bump assertj-core from 3.24.1 to 3.24.2 (#164) @dependabot
- Bump maven-plugin-annotations from 3.7.0 to 3.7.1 (#163) @dependabot
- Bump assertj-core from 3.24.0 to 3.24.1 (#162) @dependabot
- Bump assertj-core from 3.23.1 to 3.24.0 (#161) @dependabot
- Bump actions/stale from 6 to 7 (#160) @dependabot
- Bump maven-plugin-annotations from 3.6.4 to 3.7.0 (#158) @dependabot
- Bump plexus-utils from 3.4.2 to 3.5.0 (#151) @dependabot
- Bump mojo-parent from 69 to 70 (#141) @dependabot
- Bump mojo-parent from 68 to 69 (#140) @dependabot
- Bump mojo-parent from 67 to 68 (#138) @dependabot
- Bump assertj-core from 3.22.0 to 3.23.1 (#137) @dependabot
- Bump plexus-utils from 3.4.1 to 3.4.2 (#135) @dependabot
- Bump actions/stale from 4 to 5 (#132) @dependabot
- Bump actions/setup-java from 2 to 3 (#133) @dependabot
- Bump mojo-parent from 65 to 67 (#130) @dependabot
- Bump actions/checkout from 2 to 3 (#128) @dependabot
- Bump maven-plugin-annotations from 3.6.2 to 3.6.4 (#126) @dependabot
- Bump release-drafter/release-drafter from 5.15.0 to 5.16.1 (#123) @dependabot
- Bump testng from 7.4.0 to 7.5 (#122) @dependabot
- Bump plexus-utils from 3.0.24 to 3.4.1 (#121) @dependabot
π» Maintenance
- Enable spotless for code formatting (#180) @slawekjaranowski
- Move tests to Junit 5 (#174) @slachiewicz
- Declare Maven Core dependencies as provided (#125) @stefanseifert
- Use only major version (v5) of release drafter (#124) @stefanseifert
3.3.0
Changes
- Fixes #108 - released-version does not detect version if maven repository is not configured to look for snapshot (#109) @stefanseifert
- Add missing whitespace to output of reserve-network-port (#101) @albers
π New features and improvements
- Provide the Mojos logger as variable in the Interpreter context (#72) @MeyerNils
π¦ Dependency updates
- Bump testng from 6.9.9 to 7.4.0 (#116) @dependabot
- Bump assertj-core from 1.7.1 to 3.22.0 (#115) @dependabot
- Bump maven-plugin-annotations from 3.5 to 3.6.2 (#117) @dependabot
- Bump mojo-parent from 61 to 65 (#118) @dependabot
- Bump junit from 3.8.1 to 4.13.1 in /src/it/surefire (#104) @dependabot
- Use maven-plugin-plugin in version managed in parent (#97) @pzygielo
π» Maintenance
- Set min. java version to java 8 (#120) @stefanseifert
- Switch from Travis to GitHub Actions (#114) @stefanseifert
- Fix links to examples (#100) @djarnis73
- Use primitive to allow it to be resolved by @value in javadoc (#99) @pzygielo
- Fix javadoc errors and warning (#98) @pzygielo