Releases: spdx/spdx-maven-plugin
Release 0.6.1 of the SPDX Maven Plugin
What's Changed
- Fix bugs identified by Sonarcloud by @goneall in #52
- Check for empty contributors by @goneall in #54
Full Changelog: v0.6.0...v0.6.1
spdx-maven-plugin-0.6.1.zip
Release 0.6.0 of the SPDX Maven Plugin
What's Changed
- Major upgrade to use the new SPDX Java Library
- Use
groupId
andartifactId
for naming SPDX files by @joschi in #44 - Update github workflow to only run Sonar when key exists by @goneall in #45
- Update plugin to version 2.3 of the SPDX spec by @goneall in #47
- Add support for JSON output by @goneall in #48
- Fix external document refs by @goneall in #49
- default licenseInformationInFile to concludedLicenseInFile by @goneall in #50
- Refactor file type mapping by @goneall in #51
New Contributors
Full Changelog: v0.5.5...v0.6.0
Note: there were for bugs identified in SonarCloud for this release - it is very unlikely these bugs would cause issues for the release. Fixes for the bugs have been updated on the master branch.
Release 0.5.5 of the SPDX Maven Plugin
What's Changed
- add button with current published version in maven by @rhwood in #27
- Add onlyUseLocalLicenses parameter by @amCap1712 in #34
- Miscellaneous code refactoring by @amCap1712 in #32
- Bump junit from 4.10 to 4.13.1 by @dependabot in #30
- Bump junit from 4.12 to 4.13.1 in /src/test/resources/unit/app-bomination by @dependabot in #31
- Bump junit from 4.8.2 to 4.13.1 in /src/test/resources/unit/spdx-maven-plugin-test by @dependabot in #29
- Add CONTRIBUTING.md file by @goneall in #35
- Add option to generate optional checksums by @amCap1712 in #36
- Update the compiler version to resolve CI build failures by @goneall in #37
- Update README.md by @culmat in #40
- Add Github Actions workflows by @amCap1712 in #39
- Update POM file to deploy to sonotype by @goneall in #41
- Fix invalid 'onlyUseLocalLicenses' configuration by @ncuht in #42
- Update the SPDX Tools version by @goneall in #43
New Contributors
- @rhwood made their first contribution in #27
- @amCap1712 made their first contribution in #34
- @dependabot made their first contribution in #30
- @culmat made their first contribution in #40
- @ncuht made their first contribution in #42
Full Changelog: v0.5.4...v0.5.5
Version 0.5.4 of the SPDX Maven Plugin
Update to version 2.2.1 of the SPDX Java tools.
Version 0.5.3 of the SPDX Maven Plugin
Version 0.5.2 of the SPDX Maven Plugin
Update the SPDX tools dependency to version 2.1.16 which resolves various vulnerabilities. See the SPDX tools 2.1.16 release notes for information on the resolved vulnerabilities.
Version 0.5.1
Uses version 2.1.14 of the SPDX tools library. Fixes a bug where dependencies have the filesAnalyzed flag set to true when no files are present.
Version 0.5.0
Updated the SPDX tools to version 2.1.13
Fixed bug where the reference SPDX element for snippet line/byte ranges were not being set.
Version 0.4.0
Mostly stable release of the SPDX maven plugin. No known significant issues.