From a0c1959371c5a17f047b2118c9e10285d3e3a859 Mon Sep 17 00:00:00 2001 From: edyta Date: Thu, 9 Jul 2020 09:33:01 +0200 Subject: Update VES version Issue-ID: DCAEGEN2-2254 Signed-off-by: Edyta Krukowska Change-Id: Idd1dd9b0d05396f660bed07e3fce297365941a8b --- Changelog.md | 2 ++ pom.xml | 2 +- version.properties | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 373d5538..a87250e9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -14,3 +14,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - HeaderUtil - EnvProps - WebMvcConfig +## [1.7.0] - 09/07/2020 + - [DCAEGEN2-2254](https://jira.onap.org/browse/DCAEGEN2-2254) - Update schema to CommonEventFormat_30.2_ONAP in the eventListerner/v7 interface diff --git a/pom.xml b/pom.xml index a9f82c68..c2ded80b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT dcaegen2-collectors-ves VESCollector diff --git a/version.properties b/version.properties index ceaeaeb0..24828c2f 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=6 -patch=2 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg