diff options
Diffstat (limited to 'certService/pom.xml')
-rw-r--r-- | certService/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/certService/pom.xml b/certService/pom.xml index 57e7a3d8..b3b83deb 100644 --- a/certService/pom.xml +++ b/certService/pom.xml @@ -16,10 +16,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.oparent</groupId> - <artifactId>oparent</artifactId> - <version>3.0.0</version> - <relativePath/> + <groupId>org.onap.aaf</groupId> + <artifactId>aaf-certservice-parent</artifactId> + <version>0.0.1-SNAPSHOT</version> </parent> <groupId>org.onap.aaf</groupId> <artifactId>cert-service</artifactId> |