diff options
author | Jakub Dudycz <jakub.dudycz@nokia.com> | 2018-11-15 13:45:44 +0100 |
---|---|---|
committer | Jakub Dudycz <jakub.dudycz@nokia.com> | 2018-11-27 09:42:57 +0100 |
commit | 4aa75b58a490b07ccff713f4c1548a2a755904ef (patch) | |
tree | e42ec47c1f65dba14932c241028717c192c6cfe8 /hv-collector-main/pom.xml | |
parent | 0573df820926986dd19ac9a82943bd5b5eda450d (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-main/pom.xml')
-rw-r--r-- | hv-collector-main/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml index c07323a8..08a9eea7 100644 --- a/hv-collector-main/pom.xml +++ b/hv-collector-main/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> |