aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-xnf-simulator
diff options
context:
space:
mode:
authorJakub Dudycz <jakub.dudycz@nokia.com>2018-11-15 13:45:44 +0100
committerJakub Dudycz <jakub.dudycz@nokia.com>2018-11-27 09:42:57 +0100
commit4aa75b58a490b07ccff713f4c1548a2a755904ef (patch)
treee42ec47c1f65dba14932c241028717c192c6cfe8 /hv-collector-xnf-simulator
parent0573df820926986dd19ac9a82943bd5b5eda450d (diff)
Fix Common Event Header fields validation
- "sequence" is no longer a required parameter, since deafult value "0" is acceptable - "vesEventListenerVersion" has to match the regular expression "7\.[0-9].*" Change-Id: I784f13c0a35a25beca29f4ae756df3586ddddd5b Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com> Issue-ID: DCAEGEN2-976
Diffstat (limited to 'hv-collector-xnf-simulator')
-rw-r--r--hv-collector-xnf-simulator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv-collector-xnf-simulator/pom.xml b/hv-collector-xnf-simulator/pom.xml
index 4bfd5ee7..83bd19e4 100644
--- a/hv-collector-xnf-simulator/pom.xml
+++ b/hv-collector-xnf-simulator/pom.xml
@@ -33,7 +33,7 @@
<parent>
<groupId>org.onap.dcaegen2.collectors.hv-ves</groupId>
<artifactId>ves-hv-collector</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>