From f9528663d2583aea6d5355a3c332fd21b0e3e1c8 Mon Sep 17 00:00:00 2001 From: Kasperki Date: Tue, 23 Aug 2022 17:06:06 +0200 Subject: Fix hv-ves Vulnerabilities Issue-ID: DCAEGEN2-3212 Signed-off-by: Pawel Change-Id: Iba334361260e85b22fc0dfe7ed6e7aef1395b70f --- Changelog.md | 5 ++++- pom.xml | 6 +++--- version.properties | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Changelog.md b/Changelog.md index f752d890..a5a90328 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.11.0] - 11/02/2022 + - [DCAEGEN2-3212](https://jira.onap.org/browse/DCAEGEN2-3212) - dcaegen2-analytics-hv-ves vulnerability updates + ## [1.10.0] - 11/02/2022 - [DCAEGEN2-3038](https://jira.onap.org/browse/DCAEGEN2-3083) - Add scram-sha support for kafka conect - - [DCAEGEN2-3044](https://jira.onap.org/browse/DCAEGEN2-3044) - Vulnerability addressal for HV-VES + - [DCAEGEN2-3044](https://jira.onap.org/browse/DCAEGEN2-3044) - Vulnerability addressal for HV-VES ## [1.9.1] - 25/08/2021 - [DCAEGEN2-2718](https://jira.onap.org/browse/DCAEGEN2-2718) - Update DCAE SDK version from 1.8.2 to 1.8.7 diff --git a/pom.xml b/pom.xml index 92c96f74..1ae8c026 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ - 1.10.0-SNAPSHOT + 1.11.0-SNAPSHOT 3.2.0 9.1 3.12.0 @@ -64,7 +64,7 @@ 30.1.1-jre 1.3.0-alpha4 2.0.0-alpha1 - 2020.0.5 + 2020.0.22 2.7.2 1.4 1.1.4 @@ -88,7 +88,7 @@ 1.2.0 5.8.0-M1 1.1.5 - 2.8.9 + 2.9.0 false false diff --git a/version.properties b/version.properties index e9e55960..7c0c3f2c 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1 -minor=10 +minor=11 patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -- cgit 1.2.3-korg