Skip to content

Commit

Permalink
chore: Release 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Jun 13, 2023
1 parent 6cc49e7 commit 3462a07
Show file tree
Hide file tree
Showing 14 changed files with 22 additions and 15 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.4] - 2023-06-13
### `scitos-ais`
#### Fixed
- count of annotated tokens and parent detail categories was incorrect in HTML export when there are nested categories

## [2.4.3] - 2021-06-18
### `scitos`
#### Fixed
Expand Down Expand Up @@ -124,7 +129,9 @@ The SVG export however is not affected by these changes. Labels and translations
- other browsers (e.g. Chrome) might prevent this by default for local files (for security reasons), as this feature is realised via an embedded XSLT stylesheet (i.e. a script)


[Unreleased]: https://github.com/scientific-tool-set/scitos/compare/v2.4.2...HEAD
[Unreleased]: https://github.com/scientific-tool-set/scitos/compare/v2.4.4...HEAD
[2.4.4]: https://github.com/scientific-tool-set/scitos/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/scientific-tool-set/scitos/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/scientific-tool-set/scitos/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/scientific-tool-set/scitos/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/scientific-tool-set/scitos/compare/v2.3.1...v2.4.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
<packaging>pom</packaging>
<name>scitos</name>
<description>parent project of SciToS</description>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:ssh://git@github.com/scientific-tool-set/scitos.git</connection>
<developerConnection>scm:git:ssh://git@github.com/scientific-tool-set/scitos.git</developerConnection>
<url>https://github.com/scientific-tool-set/scitos</url>
<tag>HEAD</tag>
<tag>v2.4.4</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion scitos.ais/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.ais</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scitos.ais/scitos.ais.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.ais</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.ais.core</artifactId>
<name>scitos.ais.core</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.ais/scitos.ais.domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.ais</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.ais.domain</artifactId>
<description>domain project of the SciToS module AIS</description>
Expand Down
2 changes: 1 addition & 1 deletion scitos.ais/scitos.ais.view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.ais</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.ais.view</artifactId>
<name>scitos.ais.view</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.core</artifactId>
<name>scitos.core</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.distribution</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion scitos.domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.domain</artifactId>
<name>scitos.domain</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.hmx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.hmx</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion scitos.hmx/scitos.hmx.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.hmx</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.hmx.core</artifactId>
<name>scitos.hmx.core</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.hmx/scitos.hmx.domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.hmx</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.hmx.domain</artifactId>
<description>domain project of the SciToS module HmX</description>
Expand Down
2 changes: 1 addition & 1 deletion scitos.hmx/scitos.hmx.view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos.hmx</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.hmx.view</artifactId>
<name>scitos.hmx.view</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.hmx</groupId>
<artifactId>scitos</artifactId>
<version>2.4.4-SNAPSHOT</version>
<version>2.4.4</version>
</parent>
<artifactId>scitos.view</artifactId>
<name>scitos.view</name>
Expand Down

0 comments on commit 3462a07

Please sign in to comment.