Skip to content

Commit

Permalink
chore: release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CarstenWickner committed Nov 9, 2020
1 parent cd5cf4b commit cc80d70
Show file tree
Hide file tree
Showing 15 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.2] - 2020-11-10
### `scitos-hmx`
#### Fixed
- regression introduced in 2.4.1: misleading warning about failed save even though it was successful
Expand Down Expand Up @@ -116,7 +116,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.4.1...HEAD
[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
[2.3.1]: https://github.com/scientific-tool-set/scitos/compare/v2.3.0...v2.3.1
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.2-SNAPSHOT</version>
<version>2.4.2</version>
<packaging>pom</packaging>
<name>scitos</name>
<description>parent project of SciToS</description>
Expand All @@ -27,7 +27,7 @@
<connection>scm:git:ssh://[email protected]/scientific-tool-set/scitos.git</connection>
<developerConnection>scm:git:ssh://[email protected]/scientific-tool-set/scitos.git</developerConnection>
<url>https://github.com/scientific-tool-set/scitos</url>
<tag>HEAD</tag>
<tag>v2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</version>
</parent>
<artifactId>scitos.core</artifactId>
<name>scitos.core</name>
Expand Down
2 changes: 1 addition & 1 deletion scitos.distribution/build-mac-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Special script for creating a Mac .app Bundle.
# This is not portable, needs to be triggered manually and the following parameters need to be adjusted accordingly.
#
VERSION="2.4.2-SNAPSHOT"
VERSION="2.4.2"
JDK_HOME=/Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
JRE_MODULES="java.base,java.compiler,java.desktop,java.prefs,java.scripting,java.sql.rowset,jdk.unsupported"

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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</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.2-SNAPSHOT</version>
<version>2.4.2</version>
</parent>
<artifactId>scitos.view</artifactId>
<name>scitos.view</name>
Expand Down

0 comments on commit cc80d70

Please sign in to comment.