Skip to content

Commit 72c6a63

Browse files
committed
release v7.1.2
1 parent cd5d57c commit 72c6a63

File tree

3 files changed

+440
-1
lines changed

3 files changed

+440
-1
lines changed

CHANGELOG.md

+3
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.1.2] - 2024-09-19
11+
1012
### Fixed
1113
- `release.sh` now also updates `pom.xml` with the given tag.
1214

@@ -750,6 +752,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
750752
- support for accessing remote files (via HTTP GET)
751753
- basic support for functions
752754

755+
[7.1.2]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.1...v7.1.2
753756
[7.1.1]: https://github.com/RMLio/rmlmapper-java/compare/v7.1.0...v7.1.1
754757
[7.1.0]: https://github.com/RMLio/rmlmapper-java/compare/v7.0.0...v7.1.0
755758
[7.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.5.1...v7.0.0

pom.xml

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