diff --git a/CHANGELOG.md b/CHANGELOG.md index e07a30a..401bb0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/pom.xml b/pom.xml index 05c2586..fcbfa55 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 pom scitos parent project of SciToS @@ -27,7 +27,7 @@ scm:git:ssh://git@github.com/scientific-tool-set/scitos.git scm:git:ssh://git@github.com/scientific-tool-set/scitos.git https://github.com/scientific-tool-set/scitos - HEAD + v2.4.4 diff --git a/scitos.ais/pom.xml b/scitos.ais/pom.xml index 70791fa..0d33660 100644 --- a/scitos.ais/pom.xml +++ b/scitos.ais/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 scitos.ais pom diff --git a/scitos.ais/scitos.ais.core/pom.xml b/scitos.ais/scitos.ais.core/pom.xml index 6dd6458..93d48a3 100644 --- a/scitos.ais/scitos.ais.core/pom.xml +++ b/scitos.ais/scitos.ais.core/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos.ais - 2.4.4-SNAPSHOT + 2.4.4 scitos.ais.core scitos.ais.core diff --git a/scitos.ais/scitos.ais.domain/pom.xml b/scitos.ais/scitos.ais.domain/pom.xml index ae10511..a14a2b1 100644 --- a/scitos.ais/scitos.ais.domain/pom.xml +++ b/scitos.ais/scitos.ais.domain/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos.ais - 2.4.4-SNAPSHOT + 2.4.4 scitos.ais.domain domain project of the SciToS module AIS diff --git a/scitos.ais/scitos.ais.view/pom.xml b/scitos.ais/scitos.ais.view/pom.xml index 8f31afa..35482cc 100644 --- a/scitos.ais/scitos.ais.view/pom.xml +++ b/scitos.ais/scitos.ais.view/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos.ais - 2.4.4-SNAPSHOT + 2.4.4 scitos.ais.view scitos.ais.view diff --git a/scitos.core/pom.xml b/scitos.core/pom.xml index 06d9574..42ecc82 100644 --- a/scitos.core/pom.xml +++ b/scitos.core/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 scitos.core scitos.core diff --git a/scitos.distribution/pom.xml b/scitos.distribution/pom.xml index 613631f..704f999 100644 --- a/scitos.distribution/pom.xml +++ b/scitos.distribution/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 scitos.distribution diff --git a/scitos.domain/pom.xml b/scitos.domain/pom.xml index 1875cfa..22f16cf 100644 --- a/scitos.domain/pom.xml +++ b/scitos.domain/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 scitos.domain scitos.domain diff --git a/scitos.hmx/pom.xml b/scitos.hmx/pom.xml index b14843a..b9d125e 100644 --- a/scitos.hmx/pom.xml +++ b/scitos.hmx/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 scitos.hmx pom diff --git a/scitos.hmx/scitos.hmx.core/pom.xml b/scitos.hmx/scitos.hmx.core/pom.xml index 91dea5f..2973b61 100644 --- a/scitos.hmx/scitos.hmx.core/pom.xml +++ b/scitos.hmx/scitos.hmx.core/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos.hmx - 2.4.4-SNAPSHOT + 2.4.4 scitos.hmx.core scitos.hmx.core diff --git a/scitos.hmx/scitos.hmx.domain/pom.xml b/scitos.hmx/scitos.hmx.domain/pom.xml index 1f3698e..6ccdecf 100644 --- a/scitos.hmx/scitos.hmx.domain/pom.xml +++ b/scitos.hmx/scitos.hmx.domain/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos.hmx - 2.4.4-SNAPSHOT + 2.4.4 scitos.hmx.domain domain project of the SciToS module HmX diff --git a/scitos.hmx/scitos.hmx.view/pom.xml b/scitos.hmx/scitos.hmx.view/pom.xml index c19aa1c..faeb9f6 100644 --- a/scitos.hmx/scitos.hmx.view/pom.xml +++ b/scitos.hmx/scitos.hmx.view/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos.hmx - 2.4.4-SNAPSHOT + 2.4.4 scitos.hmx.view scitos.hmx.view diff --git a/scitos.view/pom.xml b/scitos.view/pom.xml index fb2b655..f78db2a 100644 --- a/scitos.view/pom.xml +++ b/scitos.view/pom.xml @@ -3,7 +3,7 @@ org.hmx scitos - 2.4.4-SNAPSHOT + 2.4.4 scitos.view scitos.view