From 3b194de323c384a9715896cc3e0f8a265847ddce Mon Sep 17 00:00:00 2001 From: Jan Martin Keil Date: Tue, 12 Nov 2024 22:05:03 +0100 Subject: [PATCH] v3.1.0 --- CHANGELOG.md | 5 ++++- abecto-benchmark/pom.xml | 2 +- abecto-core/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d42c15..457c225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## [3.1.0] - 2024-11-12 + ### Fixed * fix `wdMismatchFinder` report: adjust to [changed mismatches import file format](https://phabricator.wikimedia.org/T313467) @@ -349,7 +351,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), * add `ManualCategoryProcessor`: Enables users to manually define resource categories and their properties. * add `ResourceDeviationProcessor`: Detects deviations between the resource references of mapped resources as defined in the categories. -[Unreleased]: https://github.com/fusion-jena/abecto/compare/v3.0.1...HEAD +[Unreleased]: https://github.com/fusion-jena/abecto/compare/v3.1.0...HEAD +[3.0.1]: https://github.com/fusion-jena/abecto/compare/v3.0.1...v3.1.0 [3.0.1]: https://github.com/fusion-jena/abecto/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/fusion-jena/abecto/compare/v2.2.2...v3.0.0 [2.2.2]: https://github.com/fusion-jena/abecto/compare/v2.2.1...v2.2.2 diff --git a/abecto-benchmark/pom.xml b/abecto-benchmark/pom.xml index 0fa7eaa..e49d2ed 100644 --- a/abecto-benchmark/pom.xml +++ b/abecto-benchmark/pom.xml @@ -8,7 +8,7 @@ de.uni_jena.cs.fusion abecto - 3.0.2-SNAPSHOT + 3.1.0 ABECTO Benchmark diff --git a/abecto-core/pom.xml b/abecto-core/pom.xml index 11fea10..2f337c2 100644 --- a/abecto-core/pom.xml +++ b/abecto-core/pom.xml @@ -8,7 +8,7 @@ de.uni_jena.cs.fusion abecto - 3.0.2-SNAPSHOT + 3.1.0 ABECTO Core diff --git a/pom.xml b/pom.xml index ade5f03..ca3801a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.uni_jena.cs.fusion abecto - 3.0.2-SNAPSHOT + 3.1.0 ABECTO An ABox Evaluation and Comparison Tool for Ontologies