We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in #67, version became optional for a Component in 1.4.
version
The fallback should be an empty string for versions prior to 1.4 if a Component has no version.
This is currently failing with release 1.3.0.
1.3.0
The text was updated successfully, but these errors were encountered:
test: refactored fixtures for tests which has uncovered #150, #151 and …
df43a9b
…#152 Signed-off-by: Paul Horton <[email protected]>
fix: Components with no version (optional since 1.4) produce invalid …
70d25c8
…BOM output in XML #150 Signed-off-by: Paul Horton <[email protected]>
fix: regression introduced by first fix for #150
c09e396
Signed-off-by: Paul Horton <[email protected]>
fix: further fix for #150
1f55f3e
madpah
Successfully merging a pull request may close this issue.
As discussed in #67,
version
became optional for a Component in 1.4.The fallback should be an empty string for versions prior to 1.4 if a Component has no version.
This is currently failing with release
1.3.0
.The text was updated successfully, but these errors were encountered: