Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 13:08
· 792 commits to main since this release

Breaking changes

  • The jvmPlugins attribute has been renamed to jvmMavenPlugins
  • The binaryPlugins attribute has been removed and replaced.
  • A new binaryMavenPlugins attribute has been added that holds a set of artifact coordinates.
  • A new binaryPathPlugins attribute has been added that holds a set of executable names to find on the $PATH.

See the documentation for more details about the new usage.

Changelog

  • Bump advanced-security/maven-dependency-submission-action from 3 to 4 by @dependabot in #75
  • Bump org.mockito:mockito-bom from 5.9.0 to 5.10.0 by @dependabot in #76
  • Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by @dependabot in #77
  • Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 by @dependabot in #80
  • GH-78: Replace the 'binaryPlugin' attribute with two separate attributes by @ascopes in #81

Full Changelog: v0.2.4...v0.3.0