File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,19 +64,19 @@ mvn -DskipTests package
6464```
6565to skip the tests.
6666
67- This builds an executable jar ` MappingWeaver-<version> .jar ` .
67+ This builds an executable jar ` MappingWeaver-0.1.0 .jar ` .
6868
6969## Running
7070
7171To simply execute mappings and write output to standard out, run
7272
7373```
74- java -jar MappingWeaver-<version> .jar -m <path-to-mapping-file>
74+ java -jar MappingWeaver-0.1.0 .jar -m <path-to-mapping-file>
7575```
7676
7777A full list of options is displayed when running
7878```
79- java -jar MappingWeaver-<version> .jar --help
79+ java -jar MappingWeaver-0.1.0 .jar --help
8080```
8181
8282## Dependencies
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
2323 <name >MappingWeaver-Java</name >
2424 <groupId >be.ugent.idlab.knows</groupId >
2525 <artifactId >MappingWeaver</artifactId >
26- <version >0.1-ALPHA </version >
26+ <version >0.1.0 </version >
2727 <packaging >jar</packaging >
2828 <url >https://github.com/RMLio/MappingWeaver-java</url >
2929 <description >A data-to-RDF mapping engine written in Java. </description >
You can’t perform that action at this time.
0 commit comments