Skip to content

Releases: spdx/spdx-maven-plugin

Release 0.6.1 of the SPDX Maven Plugin

29 Sep 06:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1
spdx-maven-plugin-0.6.1.zip

Release 0.6.0 of the SPDX Maven Plugin

27 Aug 04:22
Compare
Choose a tag to compare

What's Changed

  • Major upgrade to use the new SPDX Java Library
  • Use groupId and artifactId 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

25 Dec 19:59
c5505b5
Compare
Choose a tag to compare

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

Full Changelog: v0.5.4...v0.5.5

Version 0.5.4 of the SPDX Maven Plugin

05 May 02:49
82cc084
Compare
Choose a tag to compare

Update to version 2.2.1 of the SPDX Java tools.

Version 0.5.3 of the SPDX Maven Plugin

19 May 02:55
Compare
Choose a tag to compare

Add scanning source files for SPDX license ID's (issue #15 ), change file extension (issue #16 ), fix various bugs.

Version 0.5.2 of the SPDX Maven Plugin

10 Apr 05:42
Compare
Choose a tag to compare

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

21 Nov 00:24
Compare
Choose a tag to compare

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

16 Nov 18:57
5bea9f2
Compare
Choose a tag to compare

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

25 Sep 23:00
Compare
Choose a tag to compare

Mostly stable release of the SPDX maven plugin. No known significant issues.