Skip to content

Commit 1601870

Browse files
committed
Bumped version to 1.0.1
1 parent d068d91 commit 1601870

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SPARQL is an inherently more flexible RDF mapping mechanism than JSON-LD `@conte
1313

1414
mvn clean install
1515

16-
That should produce an executable JAR file `target/json2rdf-1.0.0-SNAPSHOT-jar-with-dependencies.jar` in which dependency libraries will be included.
16+
That should produce an executable JAR file `target/json2rdf-1.0.1-jar-with-dependencies.jar` in which dependency libraries will be included.
1717

1818
## Usage
1919

@@ -45,7 +45,7 @@ JSON data in [`ordinary-json-document.json`](https://www.w3.org/TR/json-ld11/#in
4545

4646
Java execution from shell:
4747

48-
cat ordinary-json-document.json | java -jar JSON2RDF-1.0.0-SNAPSHOT-jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
48+
cat ordinary-json-document.json | java -jar json2rdf-1.0.1-jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
4949

5050
Alternatively, Docker execution from shell:
5151

@@ -130,7 +130,7 @@ JSON data in [`city-distances.json`](https://www.w3.org/TR/xslt-30/#json-to-xml-
130130

131131
Java execution from shell:
132132

133-
cat city-distances.json | java -jar JSON2RDF-1.0.0-SNAPSHOT-jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
133+
cat city-distances.json | java -jar json2rdf-1.0.1-jar-with-dependencies.jar https://localhost/ | riot --formatted=TURTLE
134134

135135
Alternatively, Docker execution from shell:
136136

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.atomgraph.etl.json</groupId>
55
<artifactId>json2rdf</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<packaging>jar</packaging>
88

99
<name>JSON2RDF</name>

0 commit comments

Comments
 (0)