aboutsummaryrefslogtreecommitdiffstats
path: root/jacoco-report
diff options
context:
space:
mode:
authorBruno Sakoto <bruno.sakoto@bell.ca>2021-10-25 12:41:40 +0200
committerBruno Sakoto <bruno.sakoto@bell.ca>2021-10-25 10:53:05 +0000
commit717215a36dde7bedb4257e693650c8728056b9d6 (patch)
tree4eb9559599b8e048f608ea3ccc2b08b885bf2c5b /jacoco-report
parentfb86f1d39531871a4af1839e00f8b1520e96da95 (diff)
Change jacoco-report module parent for cps-parent
Issue-ID: CPS-582 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: I57d654edb70a3bbf913c158698aee4149390d75d
Diffstat (limited to 'jacoco-report')
-rw-r--r--jacoco-report/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml
index 0cacac10d..25a0bfec8 100644
--- a/jacoco-report/pom.xml
+++ b/jacoco-report/pom.xml
@@ -3,9 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>cps-aggregator</artifactId>
<groupId>org.onap.cps</groupId>
+ <artifactId>cps-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
+ <relativePath>../cps-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>