Set version to 4.3.0
This commit is contained in:
parent
f3c346a80e
commit
c3d0fb3247
|
@ -1,3 +1,11 @@
|
|||
4.3.0
|
||||
========================
|
||||
* Added mechanism to group models. This mechanism can also be used to define
|
||||
a model alias. Just create a new group with only one model
|
||||
* Added new post-processing variables modelGroupName and modelGroupId
|
||||
* Added possibility to define a default value for post-processing variables
|
||||
For example: ``${modelGroupName?${modelSanitizedName}}``
|
||||
|
||||
4.2.1
|
||||
========================
|
||||
* Fixed Showup.tv downloads using the websocket stream instead of HLS
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.2.1</version>
|
||||
<version>4.3.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.2.1</version>
|
||||
<version>4.3.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<version>4.2.1</version>
|
||||
<version>4.3.0</version>
|
||||
|
||||
<modules>
|
||||
<module>../common</module>
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<version.javafx>16</version.javafx>
|
||||
<version.javafx>17-ea+9</version.javafx>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<parent>
|
||||
<groupId>ctbrec</groupId>
|
||||
<artifactId>master</artifactId>
|
||||
<version>4.2.1</version>
|
||||
<version>4.3.0</version>
|
||||
<relativePath>../master</relativePath>
|
||||
</parent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue