From 4aa75b58a490b07ccff713f4c1548a2a755904ef Mon Sep 17 00:00:00 2001 From: Jakub Dudycz Date: Thu, 15 Nov 2018 13:45:44 +0100 Subject: 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 Issue-ID: DCAEGEN2-976 --- hv-collector-main/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hv-collector-main/pom.xml') 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 @@ org.onap.dcaegen2.collectors.hv-ves ves-hv-collector - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT .. -- cgit 1.2.3-korg