Skip to content

Commit

Permalink
prepare release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyvaer committed Sep 3, 2018
1 parent 0034de3 commit 9a64f3e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- support for SPARQL endpoints
- support for TPF servers

## [4.0.0] - 2018-09-03

### Added
- support for config file
- no difference between triples and quads when writing output to file

## [0.2.1] - 2018-08-14

### Fixed
Expand Down Expand Up @@ -74,6 +80,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- support for accessing remote files (via HTTP GET)
- basic support for functions

[4.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v0.2.1...v4.0.0
[0.2.1]: https://github.com/RMLio/rmlmapper-java/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/RMLio/rmlmapper-java/compare/v0.1.6...v0.2.0
[0.1.6]: https://github.com/RMLio/rmlmapper-java/compare/v0.1.5...v0.1.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The RMLMapper loads all data in memory, so be aware when working with big datase
- JSON files (JSONPath)
- XML files (XPath)
- functions (most cases)
- output formats: ntriples and nquads
- output formats: nquads

### Future
- functions (all cases)
Expand All @@ -29,7 +29,7 @@ The RMLMapper loads all data in memory, so be aware when working with big datase
- output formats: turtle, trig

## Build
The RMLMaper is build using Maven: `mvn install`.
The RMLMapper is build using Maven: `mvn install`.
A standalone jar can be found in `/target`.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.ugent.rml</groupId>
<artifactId>rmlmapper</artifactId>
<version>0.2.1</version>
<version>4.0.0</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.12</junit.version>
Expand Down

0 comments on commit 9a64f3e

Please sign in to comment.