diff options
author | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-08-17 08:30:42 +0200 |
---|---|---|
committer | Kasperki <pawel.kasperkiewicz@nokia.com> | 2022-08-17 08:52:28 +0200 |
commit | ae7d5a5f0f20818ebd8c6fcd9ecb890b7f1c93f6 (patch) | |
tree | b463458ba7b90679179da11d155d2cfb31bb3162 | |
parent | b9bf729ab94ae76867bc311f55d765ce0877db53 (diff) |
Fix Sonar
Issue-ID: DCAEGEN2-3214
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: If783334ae89d2b9ed80263e405324a2260b5c05d
-rw-r--r-- | Changelog.md | 2 | ||||
-rw-r--r-- | 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) @@ -48,7 +48,9 @@ <onap.nexus.dockerregistry.daily>nexus3.onap.org:10003</onap.nexus.dockerregistry.daily> <maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.source>${java.version}</maven.compiler.source> - <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> + <sonar.coverage.jacoco.xmlReportPaths> + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + </sonar.coverage.jacoco.xmlReportPaths> <!-- DEPENDENCY RELATED SETTINGS --> <micrometer.version>1.6.5</micrometer.version> <spring.version>2.7.2</spring.version> |