Skip to content

Commit 449649c

Browse files
committed
v4.11.0
1 parent dba95df commit 449649c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## [4.11.0] - 2021-07-05
11+
1012
### Added
1113
- R2RML test cases (see [issue 192](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/192))
1214
- DCAT support
@@ -373,6 +375,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
373375
- support for accessing remote files (via HTTP GET)
374376
- basic support for functions
375377

378+
[4.11.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.10.1...v4.11.0
376379
[4.10.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.10.0...v4.10.1
377380
[4.10.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.3...v4.10.0
378381
[4.9.4]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.3...v4.9.4

buildNumber.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#maven.buildNumber.plugin properties file
2-
#Tue Jun 15 08:46:14 CEST 2021
3-
buildNumber0=352
2+
#Mon Jul 05 08:50:07 CEST 2021
3+
buildNumber0=353

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>be.ugent.rml</groupId>
44
<artifactId>rmlmapper</artifactId>
55
<name>RMLMapper</name>
6-
<version>4.10.1</version>
6+
<version>4.11.0</version>
77
<description>
88
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
99
</description>

0 commit comments

Comments
 (0)