From e6b1a7501044fb53d895b60f34aac900a4c8bafd Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Tue, 22 Nov 2022 10:37:09 +0000 Subject: [PATCH] CHANGELOG: release v6.1.2 --- CHANGELOG.md | 3 +++ buildNumber.properties | 4 ++-- pom.xml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c841d2f8..0673a5d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased +## [6.1.2] - 2022-11-22 + ## [6.1.1] - 2022-11-21 ## [6.1.0] - 2022-11-21 @@ -580,6 +582,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 +[6.1.2]: https://github.com/RMLio/rmlmapper-java/compare/v6.1.1...v6.1.2 [6.1.1]: https://github.com/RMLio/rmlmapper-java/compare/v6.1.0...v6.1.1 [6.1.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.0.0...v6.1.0 [6.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v5.0.0...v6.0.0 diff --git a/buildNumber.properties b/buildNumber.properties index 688b48f8..90f9dd80 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Mon Nov 21 12:14:04 GMT 2022 -buildNumber0=364 +#Tue Nov 22 10:36:05 GMT 2022 +buildNumber0=365 diff --git a/pom.xml b/pom.xml index 264c0d4a..f6a76a1a 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ be.ugent.rml rmlmapper RMLMapper - 6.1.1 + 6.1.2 The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.