diff options
Diffstat (limited to 'jacoco-report')
-rw-r--r-- | jacoco-report/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index 0cacac10d9..25a0bfec84 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> |