From 1660054bfbd41445932367e852f6208c4f30ffc3 Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Tue, 12 Dec 2023 10:33:20 -0500 Subject: [PATCH] update after 0.5.0 release Signed-off-by: Appu Goundan --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af1b54c..0f24eda 100644 --- a/README.md +++ b/README.md @@ -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 @@ -85,7 +85,7 @@ spdxSbom { name.set("my spdx document") namespace.set("https://my.org/spdx/") 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 diff --git a/gradle.properties b/gradle.properties index 59a7845..af0eb1c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.5.0 +version=0.6.0