Skip to content

Commit

Permalink
update after 0.5.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Appu Goundan <[email protected]>
  • Loading branch information
loosebazooka committed Dec 12, 2023
1 parent bec23eb commit 1660054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Apply and configure the plugin
plugins {
`java`
...
id("org.spdx.sbom") version "0.4.0"
id("org.spdx.sbom") version "0.5.0"
}
...
// there is no default build, you *must* specify a target
Expand Down Expand Up @@ -85,7 +85,7 @@ spdxSbom {
name.set("my spdx document")
namespace.set("https://my.org/spdx/<some UUID>")
creator.set("Person:Goose Loosebazooka")
packageSupplier.set("Organization:loosebazooka industries")
supplier.set("Organization:loosebazooka industries")

// add an uber package on the document between the document and the
// root module of the project being analyzed, you probably don't need this
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.5.0
version=0.6.0

0 comments on commit 1660054

Please sign in to comment.