[x] Replace uses of target/sparql-examples-util-0.0.1-uber.jar by target/sparql-examples-utils-*-uber.jar, so this works with any version that have been and will be retrieved.
[x] Make sure all documented CLI calls are working properly (e.g. replace tester subcommand by test)
[x] Add a note explaining for calls in the readme we expect the sparql-examples repo to be cloned in the same folder alongside sparql-examples-utils (which is kind of a logical place for it to be, and does not rely on the sparql-examples folder to be at a specific path in the home folder)
Update the
README.md
:util
was still usedtarget/sparql-examples-util-0.0.1-uber.jar
bytarget/sparql-examples-utils-*-uber.jar
, so this works with any version that have been and will be retrieved.tester
subcommand bytest
)sparql-examples
repo to be cloned in the same folder alongside sparql-examples-utils (which is kind of a logical place for it to be, and does not rely on the sparql-examples folder to be at a specific path in the home folder)@JervenBolleman