Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
jmkeil committed Nov 12, 2024

Verified

This commit was signed with the committer’s verified signature.
jmkeil Jan Martin Keil
1 parent f3f3491 commit 3b194de
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
@@ -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
2 changes: 1 addition & 1 deletion abecto-benchmark/pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<parent>
<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

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

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

<groupId>de.uni_jena.cs.fusion</groupId>
<artifactId>abecto</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.1.0</version>

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

0 comments on commit 3b194de

Please sign in to comment.