aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-11-22 14:18:37 +0100
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-11-22 14:18:37 +0100
commita33b5e1dec56c853992233e8d2dd632ad96f454e (patch)
tree6dc6fd9a6f886ac87d5271f71d02fae3a42c8bba
parent7acd8cf9b3bd0aacea61fff3a07e17b9b57ad8cc (diff)
downloadmoa-zs-a33b5e1dec56c853992233e8d2dd632ad96f454e.tar.gz
moa-zs-a33b5e1dec56c853992233e8d2dd632ad96f454e.tar.bz2
moa-zs-a33b5e1dec56c853992233e8d2dd632ad96f454e.zip
Bump to Version 2.0.0-RC52.0.0-RC5
-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>