From 1eab3f7cc00bcc70073879381805d725eae70507 Mon Sep 17 00:00:00 2001 From: Jan Martin Keil Date: Tue, 5 Nov 2024 17:08:15 +0100 Subject: [PATCH] v3.0.1 --- 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 63a1ff5..b57b03c 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.0.1] - 2024-11-05 + ### Fixed * fix `PropertyComparisonProcessor`: fix measurement of **Absolute Coveredness** @@ -341,7 +343,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.0...HEAD +[Unreleased]: https://github.com/fusion-jena/abecto/compare/v3.0.1...HEAD +[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 [2.2.1]: https://github.com/fusion-jena/abecto/compare/v2.2.0...v2.2.1 diff --git a/abecto-benchmark/pom.xml b/abecto-benchmark/pom.xml index edf510b..c34d9d0 100644 --- a/abecto-benchmark/pom.xml +++ b/abecto-benchmark/pom.xml @@ -8,7 +8,7 @@ de.uni_jena.cs.fusion abecto - 3.0.0 + 3.0.1 ABECTO Benchmark diff --git a/abecto-core/pom.xml b/abecto-core/pom.xml index be5fdf5..c0d6acd 100644 --- a/abecto-core/pom.xml +++ b/abecto-core/pom.xml @@ -8,7 +8,7 @@ de.uni_jena.cs.fusion abecto - 3.0.0 + 3.0.1 ABECTO Core diff --git a/pom.xml b/pom.xml index 1196cdf..fe309e9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.uni_jena.cs.fusion abecto - 3.0.0 + 3.0.1 ABECTO An ABox Evaluation and Comparison Tool for Ontologies