From ae7d5a5f0f20818ebd8c6fcd9ecb890b7f1c93f6 Mon Sep 17 00:00:00 2001 From: Kasperki Date: Wed, 17 Aug 2022 08:30:42 +0200 Subject: Fix Sonar Issue-ID: DCAEGEN2-3214 Signed-off-by: Pawel Change-Id: If783334ae89d2b9ed80263e405324a2260b5c05d --- Changelog.md | 2 +- pom.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 94176cba..9ea1325e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.11.1] - 2022/01/28 - - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates + - [DCAEGEN2-3214] - Dcaegen2-collectors-ves vulnerability updates ## [1.11.0] - 2022/01/28 - [DCAEGEN2-2961] - Switch VESCollector to Integration base image(onap/integration-java11:10.0.0) diff --git a/pom.xml b/pom.xml index 888fd0f8..1b9bc152 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,9 @@ nexus3.onap.org:10003 ${java.version} ${java.version} - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 1.6.5 2.7.2 -- cgit 1.2.3-korg