Skip to content

Commit b928e8e

Browse files
committed
Update README for release 2.0.5
Signed-off-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
1 parent 938aa59 commit b928e8e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you are a developer, there are examples in the [examples folder](examples/org
3737

3838
The command line interface of the SPDX Tools can be used like this:
3939

40-
java -jar tools-java-2.0.4-jar-with-dependencies.jar <function> <parameters>
40+
java -jar tools-java-2.0.5-jar-with-dependencies.jar <function> <parameters>
4141

4242
## SPDX format converters
4343

@@ -54,18 +54,18 @@ The following converter tools support SPDX format:
5454

5555
Example to convert a SPDX file from Tag to RDF format:
5656

57-
java -jar tools-java-2.0.4-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.rdf
57+
java -jar tools-java-2.0.5-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.rdf
5858

5959
The file formats can optionally be provided as the 3rd and 4th parameter for the input and output formats respectively. An optional 5th option `excludeLicenseDetails` will not copy the listed license properties to the output file. The following example will copy a JSON format to an RDF Turtle format without including the listed license properties:
6060

61-
java -jar tools-java-2.0.4-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
61+
java -jar tools-java-2.0.5-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
6262

6363
To convert from SPDX 2 to SPDX 3.0.1:
6464

6565
* use the file extension `.jsonld.json` or `.jsonld`;
6666
* or add the options for the from and to file types:
6767

68-
java -jar tools-java-2.0.4-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
68+
java -jar tools-java-2.0.5-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
6969

7070
## Compare utilities
7171

@@ -75,13 +75,13 @@ The following tools can be used to compare one or more SPDX documents:
7575

7676
Example to compare multiple SPDX files provided in RDF format and provide a spreadsheet with the results:
7777

78-
java -jar tools-java-2.0.4-jar-with-dependencies.jar CompareDocs output.xlsx doc1 doc2 ... docN
78+
java -jar tools-java-2.0.5-jar-with-dependencies.jar CompareDocs output.xlsx doc1 doc2 ... docN
7979

8080
* CompareMultipleSpdxDocs with directory
8181

8282
Example to compare all SPDX documents in a directory "/home/me/spdxdocs" and provide a spreadsheet with the results:
8383

84-
java -jar tools-java-2.0.4-jar-with-dependencies.jar CompareDocs output.xlsx /home/me/spdxdocs
84+
java -jar tools-java-2.0.5-jar-with-dependencies.jar CompareDocs output.xlsx /home/me/spdxdocs
8585

8686
## SPDX Viewer
8787

@@ -91,7 +91,7 @@ The following tool can be used to "Pretty Print" an SPDX document.
9191

9292
Sample usage:
9393

94-
java -jar tools-java-2.0.4-jar-with-dependencies.jar SPDXViewer ../testResources/SPDXRdfExample-v2.2.spdx.rdf
94+
java -jar tools-java-2.0.5-jar-with-dependencies.jar SPDXViewer ../testResources/SPDXRdfExample-v2.2.spdx.rdf
9595

9696
## Verifier
9797

@@ -101,7 +101,7 @@ The following tool can be used to verify an SPDX document:
101101

102102
Sample usage:
103103

104-
java -jar tools-java-2.0.4-jar-with-dependencies.jar Verify ../testResources/SPDXRdfExample-v2.2.spdx.rdf
104+
java -jar tools-java-2.0.5-jar-with-dependencies.jar Verify ../testResources/SPDXRdfExample-v2.2.spdx.rdf
105105

106106
## Generators
107107

@@ -111,7 +111,7 @@ The following tool can be used to generate an SPDX verification code from a dire
111111

112112
Sample usage:
113113

114-
java -jar tools-java-2.0.4-jar-with-dependencies.jar GenerateVerificationCode sourceDirectory [ignoredFilesRegex]
114+
java -jar tools-java-2.0.5-jar-with-dependencies.jar GenerateVerificationCode sourceDirectory [ignoredFilesRegex]
115115

116116
## SPDX Validation Tool
117117

0 commit comments

Comments
 (0)