From 9e7795eabc5f41ea530078d0c34e686a06707924 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Tue, 15 Jun 2021 08:47:15 +0200 Subject: [PATCH] CHANGELOG: release v4.10.1 --- 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 71d0048b..2a8d0d35 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 +## [4.10.1] - 2021-06-15 + ### Fixed - README Markdown rendering and links - Follow HTTP redirects for Web APIs (see [issue 196](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/196)) @@ -363,6 +365,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.10.1]: https://github.com/RMLio/rmlmapper-java/compare/v4.10.0...v4.10.1 [4.10.0]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.3...v4.10.0 [4.9.4]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.3...v4.9.4 [4.9.3]: https://github.com/RMLio/rmlmapper-java/compare/v4.9.2...v4.9.3 diff --git a/buildNumber.properties b/buildNumber.properties index 51dd5cfa..0ea623d7 100644 --- a/buildNumber.properties +++ b/buildNumber.properties @@ -1,3 +1,3 @@ #maven.buildNumber.plugin properties file -#Wed May 05 13:39:28 CEST 2021 -buildNumber0=351 +#Tue Jun 15 08:46:14 CEST 2021 +buildNumber0=352 diff --git a/pom.xml b/pom.xml index f5202e60..108972d7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ be.ugent.rml rmlmapper RMLMapper - 4.10.0 + 4.10.1 The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.