Skip to content

Commit bddd6c2

Browse files
release v7.2.0
1 parent 257d914 commit bddd6c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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+
## [7.2.0] - 2024-12-09
11+
1012
### Added
1113
- CLI option `--convert-mapping` to convert your existing R2RML and older RML mappings
1214
to the latest version by the W3C Community Group.
@@ -761,6 +763,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
761763
- support for accessing remote files (via HTTP GET)
762764
- basic support for functions
763765

766+
[7.2.0]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.2...v7.2.0
764767
[7.1.2]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.1...v7.1.2
765768
[7.1.1]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.0...v7.1.1
766769
[7.1.0]: https://github.com/RMLio/rmlmapper-java/compare/v7.0.0...v7.1.0

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>7.1.2</version>
6+
<version>7.2.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)