Set version to 4.3.1
This commit is contained in:
parent
1032dfb24b
commit
10bc681da8
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue