Skip to content

Commit

Permalink
chore: release v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Sep 13, 2020
1 parent 1e7320e commit 06d9af7
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## [2.4.0] - 2020-09-13
### `scitos`
#### Added
- capability to generate basic macOS `.app` bundle alternative for future releases
Expand Down Expand Up @@ -106,7 +106,7 @@ 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.3.1...HEAD
[2.4.0]: https://github.com/scientific-tool-set/scitos/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/scientific-tool-set/scitos/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/scientific-tool-set/scitos/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/scientific-tool-set/scitos/compare/v2.1.0...v2.2.0
Expand Down
6 changes: 3 additions & 3 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.0-SNAPSHOT</version>
<version>2.4.0</version>
<packaging>pom</packaging>
<name>scitos</name>
<description>parent project of SciToS</description>
Expand All @@ -27,11 +27,11 @@
<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.0</tag>
</scm>

<properties>
<scitos.version>2.4.0-SNAPSHOT</scitos.version>
<scitos.version>2.4.0</scitos.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<build>
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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</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.0-SNAPSHOT</version>
<version>2.4.0</version>
</parent>
<artifactId>scitos.view</artifactId>
<name>scitos.view</name>
Expand Down

0 comments on commit 06d9af7

Please sign in to comment.