Skip to content

Commit 4ee1001

Browse files
authored
Release 1.6.2 (#63)
* Update CHANGELOG.md for release 1.6.2 * [maven-release-plugin] prepare release v1.6.2 * [maven-release-plugin] prepare for next development iteration --------- Co-authored-by: fkleedorfer <>
1 parent 288eb5a commit 4ee1001

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.2] - 2025-09-01
1011
### Fixed
11-
1212
- Rename <shaclValidate>/<failForMissingInputGraph> to <shaclValidate>/<failOnMissingInputGraph>
1313
- Add <shaclInfer>/<failForMissingInputGraph> parameter
1414

@@ -113,7 +113,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113113
### Added
114114
- Initial version of the plugin offering just making a single RDF file as the combination of multiple files.
115115

116-
[Unreleased]: https://github.com/qudtlib/rdfio-maven-plugin/compare/v1.6.1...HEAD
116+
[Unreleased]: https://github.com/qudtlib/rdfio-maven-plugin/compare/v1.6.2...HEAD
117+
[1.6.2]: https://github.com/qudtlib/rdfio-maven-plugin/compare/v1.6.1...v1.6.2
117118
[1.6.1]: https://github.com/qudtlib/rdfio-maven-plugin/compare/v1.6.0...v1.6.1
118119
[1.6.0]: https://github.com/qudtlib/rdfio-maven-plugin/compare/v1.5.5...v1.6.0
119120
[1.5.5]: https://github.com/qudtlib/rdfio-maven-plugin/compare/v1.5.4...v1.5.5

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.qudtlib</groupId>
66
<artifactId>rdfio-maven-plugin</artifactId>
7-
<version>1.6.2-SNAPSHOT</version>
7+
<version>1.6.3-SNAPSHOT</version>
88
<packaging>maven-plugin</packaging>
99
<name>Maven RDF I/O Plugin</name>
1010
<url>https://github.com/qudtlib/rdfio-maven-plugin/</url>

0 commit comments

Comments
 (0)