Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkeil committed Oct 4, 2024
1 parent 649236c commit 6dc7f1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [3.0.0]

### Added
* add measure **Absolute Coveredness** measured by `PopulationComparisonProcessor` and `PropertyComparisonProcessor`
* add measure **Relative Coveredness** measured by `PopulationComparisonProcessor` and `PropertyComparisonProcessor`
Expand Down Expand Up @@ -336,7 +338,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/v2.2.2...HEAD
[Unreleased]: https://github.com/fusion-jena/abecto/compare/v3.0.0...HEAD
[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
[2.2.0]: https://github.com/fusion-jena/abecto/compare/v2.1.4...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion abecto-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<name>ABECTO Benchmark</name>
Expand Down
2 changes: 1 addition & 1 deletion abecto-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>3.0.0</version>
</parent>

<name>ABECTO Core</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>2.2.3-SNAPSHOT</version>
<version>3.0.0</version>

<name>ABECTO</name>
<description>An ABox Evaluation and Comparison Tool for Ontologies</description>
Expand Down

0 comments on commit 6dc7f1e

Please sign in to comment.