aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changelog.md2
-rw-r--r--pom.xml4
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 @@
<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>