Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Aug 17, 2019
1 parent 37815f7 commit 9b3be78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Build

mvn clean install

That should produce an executable JAR file `target/csv2rdf-2.0.0-SNAPSHOT-jar-with-dependencies.jar` in which dependency libraries will be included.
That should produce an executable JAR file `target/csv2rdf-2.0.0-jar-with-dependencies.jar` in which dependency libraries will be included.

Usage
-----
Expand Down Expand Up @@ -90,7 +90,7 @@ WHERE
```
Java execution from shell:

cat parking-facilities.csv | java -jar csv2rdf-2.0.0-SNAPSHOT-jar-with-dependencies.jar parking-facilities.rq https://localhost/ > parking-facilities.ttl
cat parking-facilities.csv | java -jar csv2rdf-2.0.0-jar-with-dependencies.jar parking-facilities.rq https://localhost/ > parking-facilities.ttl

Alternatively, Docker execution from shell:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.atomgraph.etl.csv</groupId>
<artifactId>csv2rdf</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>jar</packaging>

<name>CSV2RDF</name>
Expand Down

0 comments on commit 9b3be78

Please sign in to comment.