Skip to content

Commit a1468b3

Browse files
authored
Merge pull request #205 from spdx/goneall-patch-2
Update README examples with new release versions
2 parents 4cc1d53 + c352934 commit a1468b3

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
@@ -36,7 +36,7 @@ If you are a developer, there are examples in the [examples folder](examples/org
3636

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

39-
java -jar tools-java-2.0.0-jar-with-dependencies.jar <function> <parameters>
39+
java -jar tools-java-2.0.1-jar-with-dependencies.jar <function> <parameters>
4040

4141
## SPDX format converters
4242

@@ -53,18 +53,18 @@ The following converter tools support SPDX format:
5353

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

56-
java -jar tools-java-2.0.0-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.rdf
56+
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.rdf
5757

5858
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:
5959

60-
java -jar tools-java-2.0.0-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
60+
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert ../testResources/SPDXTagExample-v2.2.spdx TagToRDF.ttl TAG RDFTTL excludeLicenseDetails
6161

6262
To convert from SPDX 2 to SPDX 3.0.1:
6363

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

67-
java -jar tools-java-2.0.0-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
67+
java -jar tools-java-2.0.1-jar-with-dependencies.jar Convert hello.spdx hello.spdx.json TAG JSONLD
6868

6969
## Compare utilities
7070

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

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

77-
java -jar tools-java-2.0.0-jar-with-dependencies.jar CompareDocs output.xlsx doc1 doc2 ... docN
77+
java -jar tools-java-2.0.1-jar-with-dependencies.jar CompareDocs output.xlsx doc1 doc2 ... docN
7878

7979
* CompareMultipleSpdxDocs with directory
8080

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

83-
java -jar tools-java-2.0.0-jar-with-dependencies.jar CompareDocs output.xlsx /home/me/spdxdocs
83+
java -jar tools-java-2.0.1-jar-with-dependencies.jar CompareDocs output.xlsx /home/me/spdxdocs
8484

8585
## SPDX Viewer
8686

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

9191
Sample usage:
9292

93-
java -jar tools-java-2.0.0-jar-with-dependencies.jar SPDXViewer ../testResources/SPDXRdfExample-v2.2.spdx.rdf
93+
java -jar tools-java-2.0.1-jar-with-dependencies.jar SPDXViewer ../testResources/SPDXRdfExample-v2.2.spdx.rdf
9494

9595
## Verifier
9696

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

101101
Sample usage:
102102

103-
java -jar tools-java-2.0.0-jar-with-dependencies.jar Verify ../testResources/SPDXRdfExample-v2.2.spdx.rdf
103+
java -jar tools-java-2.0.1-jar-with-dependencies.jar Verify ../testResources/SPDXRdfExample-v2.2.spdx.rdf
104104

105105
## Generators
106106

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

111111
Sample usage:
112112

113-
java -jar tools-java-2.0.0-jar-with-dependencies.jar GenerateVerificationCode sourceDirectory [ignoredFilesRegex]
113+
java -jar tools-java-2.0.1-jar-with-dependencies.jar GenerateVerificationCode sourceDirectory [ignoredFilesRegex]
114114

115115
## SPDX Validation Tool
116116

0 commit comments

Comments
 (0)