From 4c67640edccbbd1820fb658370cad0f666a0e210 Mon Sep 17 00:00:00 2001 From: tkogut Date: Thu, 18 Feb 2021 13:40:10 +0100 Subject: Fix sonar reporting problem Issue-ID: DCAEGEN2-2593 Signed-off-by: tkogut Change-Id: Iea88edb42ce87b9074d60520f4c7223f9cc9167e --- Changelog.md | 3 +++ pom.xml | 22 +++++----------------- version.properties | 2 +- 3 files changed, 9 insertions(+), 18 deletions(-) diff --git a/Changelog.md b/Changelog.md index 747a0c5d..c794653e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -42,3 +42,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2495](https://jira.onap.org/browse/DCAEGEN2-2495) - Ves Collector is down because of java heap space ## [1.7.10] - 10/02/2021 - [DCAEGEN2-2593](https://jira.onap.org/browse/DCAEGEN2-2593) - Vulnerability removal for ves collector +## [1.7.11] - 18/02/2021 + - [DCAEGEN2-2593](https://jira.onap.org/browse/DCAEGEN2-2593) - Vulnerability removal for ves collector + Fix sonar reporting problem diff --git a/pom.xml b/pom.xml index 9e6a1c02..51e05f6b 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.dcaegen2.collectors.ves VESCollector - 1.7.10-SNAPSHOT + 1.7.11-SNAPSHOT dcaegen2-collectors-ves VESCollector @@ -69,13 +69,13 @@ 0.9.2 2.1.5.RELEASE 3.0.0 - 5.7.1 + 5.7.1 2.23.0 3.8.0 1.1 2.17.0 5.1.1.RELEASE - 2.1.0.RELEASE + 2.2.13.RELEASE 1.1.4 4.8.1 1.4.3 @@ -396,20 +396,8 @@ org.junit.jupiter - junit-jupiter-api - ${junit-jupiter-api.version} - test - - - org.junit.jupiter - junit-jupiter-engine - ${junit-jupiter-api.version} - test - - - org.junit.vintage - junit-vintage-engine - ${junit-jupiter-api.version} + junit-jupiter + ${junit.jupiter.version} test diff --git a/version.properties b/version.properties index 96125af9..f4fea6dd 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=7 -patch=10 +patch=11 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg