Skip to content

Commit

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

## [Unreleased]

## [2.2.1]

### Changed
* upgrade Apache Jena to v5.0.0
* upgrade Guava to v33.2.1-jre

## [2.2.0] - 2024-03-04

*Note: This release causes a minor version increment, as the previous release wrongly caused a patch version increment only.*
Expand Down Expand Up @@ -313,7 +319,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.0...HEAD
[Unreleased]: https://github.com/fusion-jena/abecto/compare/v2.2.1...HEAD
[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
[2.1.4]: https://github.com/fusion-jena/abecto/compare/v2.1.3...v2.1.4
[2.1.3]: https://github.com/fusion-jena/abecto/compare/v2.1.2...v2.1.3
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.1-SNAPSHOT</version>
<version>2.2.1</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.1-SNAPSHOT</version>
<version>2.2.1</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.1-SNAPSHOT</version>
<version>2.2.1</version>

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

0 comments on commit a682d15

Please sign in to comment.