aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/spec.md4
-rw-r--r--pom.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/spec.md b/docs/spec.md
index 5973ce3..0bdce6f 100644
--- a/docs/spec.md
+++ b/docs/spec.md
@@ -29,6 +29,10 @@ MOA ZS uses Apache CXF as a web service framework and the Spring Framework as in
This section summarizes changes between MOA ZS Releases that were made in the MOA ZS codebase and in the app2mzs interfaces.
For a non-normative summary of changes that were made in the ZUSE specifications (and therefore affect MOA ZS directly and a sender application indirectly), the reader is referred to [ZUSE Specification Changelog](zusespec-changelog.md).
+### Changes MOA ZS 2.0.0 RC5
+
+- Bug Fix; Problem: With `perform-query-person-request` activated, MOA ZS generated a `msg:DeliveryRequest` that did not comply with the [msg] schema. Solution: Make response compliant.
+
### Changes MOA ZS 2.0.0 RC4
- Bug Fix: Ensure that [tnvz] QueryPersonRequest/Sender marshalls correctly (to prevents error 400).
diff --git a/pom.xml b/pom.xml
index e75f7db..a0c49d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>at.gv.egiz</groupId>
<artifactId>moa-zs</artifactId>
- <version>2.0.0-RC5-SNAPSHOT</version>
+ <version>2.0.0-RC5</version>
<packaging>war</packaging>
<name>Moa ZS</name>