Skip to content

Commit

Permalink
release v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsnd committed Sep 19, 2024
1 parent cd5d57c commit 72c6a63
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 1 deletion.
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

## [7.1.2] - 2024-09-19

### Fixed
- `release.sh` now also updates `pom.xml` with the given tag.

Expand Down Expand Up @@ -750,6 +752,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

[7.1.2]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.1...v7.1.2
[7.1.1]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.0...v7.1.1
[7.1.0]: https://github.com/RMLio/rmlmapper-java/compare/v7.0.0...v7.1.0
[7.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.5.1...v7.0.0
Expand Down
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>7.1.0</version>
<version>7.1.2</version>
<description>
The RMLMapper executes RML rules to generate high quality Linked Data from multiple originally (semi-)structured data sources.
</description>
Expand Down
Loading

0 comments on commit 72c6a63

Please sign in to comment.