Skip to content

Commit 6492743

Browse files
CHANGELOG: release v7.0.0
1 parent 58c4a4e commit 6492743

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
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.0.0] - 2024-06-07
11+
1012
### Fixed
1113
- Gitlab CI R2RML test cases compliance
1214
- Gitlab CI Maven Central retrying on failure due to Maven Central server problems
@@ -728,6 +730,7 @@ and [169](https://gitlab.ilabt.imec.be/rml/proc/rmlmapper-java/-/issues/169))
728730
- support for accessing remote files (via HTTP GET)
729731
- basic support for functions
730732

733+
[7.0.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.5.1...v7.0.0
731734
[6.5.1]: https://github.com/RMLio/rmlmapper-java/compare/v6.5.0...v6.5.1
732735
[6.5.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.3.0...v6.5.0
733736
[6.3.0]: https://github.com/RMLio/rmlmapper-java/compare/v6.2.2...v6.3.0

buildNumber.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#maven.buildNumber.plugin properties file
2-
#Tue Feb 06 15:12:51 CET 2024
3-
buildNumber0=371
2+
#Fri Jun 07 09:38:54 GMT 2024
3+
buildNumber0=372

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>6.5.1</version>
6+
<version>7.0.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)