Skip to content

Commit 1eab3f7

Browse files
committed
v3.0.1
1 parent b912608 commit 1eab3f7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [3.0.1] - 2024-11-05
9+
810
### Fixed
911
* fix `PropertyComparisonProcessor`: fix measurement of **Absolute Coveredness**
1012

@@ -341,7 +343,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
341343
* add `ManualCategoryProcessor`: Enables users to manually define resource categories and their properties.
342344
* add `ResourceDeviationProcessor`: Detects deviations between the resource references of mapped resources as defined in the categories.
343345

344-
[Unreleased]: https://github.com/fusion-jena/abecto/compare/v3.0.0...HEAD
346+
[Unreleased]: https://github.com/fusion-jena/abecto/compare/v3.0.1...HEAD
347+
[3.0.1]: https://github.com/fusion-jena/abecto/compare/v3.0.0...v3.0.1
345348
[3.0.0]: https://github.com/fusion-jena/abecto/compare/v2.2.2...v3.0.0
346349
[2.2.2]: https://github.com/fusion-jena/abecto/compare/v2.2.1...v2.2.2
347350
[2.2.1]: https://github.com/fusion-jena/abecto/compare/v2.2.0...v2.2.1

abecto-benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.uni_jena.cs.fusion</groupId>
1010
<artifactId>abecto</artifactId>
11-
<version>3.0.0</version>
11+
<version>3.0.1</version>
1212
</parent>
1313

1414
<name>ABECTO Benchmark</name>

abecto-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.uni_jena.cs.fusion</groupId>
1010
<artifactId>abecto</artifactId>
11-
<version>3.0.0</version>
11+
<version>3.0.1</version>
1212
</parent>
1313

1414
<name>ABECTO Core</name>

pom.xml

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

66
<groupId>de.uni_jena.cs.fusion</groupId>
77
<artifactId>abecto</artifactId>
8-
<version>3.0.0</version>
8+
<version>3.0.1</version>
99

1010
<name>ABECTO</name>
1111
<description>An ABox Evaluation and Comparison Tool for Ontologies</description>

0 commit comments

Comments
 (0)