Skip to content

Commit

Permalink
v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyvaer committed Dec 4, 2020
1 parent 168f51f commit d574f06
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [4.9.1] - 2020-12-04

### Added
- Support commas in JSONPath

Expand Down Expand Up @@ -300,6 +302,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
- support for accessing remote files (via HTTP GET)
- basic support for functions

[4.9.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.0...v4.9.1
[4.9.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.8.2...v4.9.0
[4.8.2]: https://github.com/RMLio/rmlmapper-java/compare/v4.8.1...v4.8.2
[4.8.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.8.0...v4.8.1
Expand Down
4 changes: 2 additions & 2 deletions buildNumber.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#maven.buildNumber.plugin properties file
#Mon Sep 14 15:21:20 CEST 2020
buildNumber0=321
#Fri Dec 04 10:03:25 CET 2020
buildNumber0=325
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>be.ugent.rml</groupId>
<artifactId>rmlmapper</artifactId>
<name>RMLMapper</name>
<version>4.9.0</version>
<version>4.9.1</version>
<description>
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
</description>
Expand Down

0 comments on commit d574f06

Please sign in to comment.