diff --git a/README.md b/README.md
index b384bb6..0d464b4 100644
--- a/README.md
+++ b/README.md
@@ -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
-----
@@ -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:
diff --git a/pom.xml b/pom.xml
index 0b710c2..7f01ebe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.atomgraph.etl.csv
csv2rdf
- 2.0.0-SNAPSHOT
+ 2.0.0
jar
CSV2RDF