Set version to 4.3.1

This commit is contained in:
0xb00bface 2021-05-16 11:40:09 +02:00
parent 1032dfb24b
commit 10bc681da8
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
4.3.1
========================
* Fixed bug in server communication. The server always returned HTTP 400,
because of an inverted "if-condition".
* Fixed bug in the post-processing variable replacement. The error occurs,
if you use a variable, which value resolves to nothing (null)
4.3.0
========================
* Added mechanism to group models. This mechanism can also be used to define

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -6,7 +6,7 @@
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>4.3.0</version>
<version>4.3.1</version>
<modules>
<module>../common</module>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<relativePath>../master</relativePath>
</parent>