diff options
author | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-02-10 10:36:16 +0100 |
---|---|---|
committer | Pawel <pawel.kasperkiewicz@nokia.com> | 2020-02-10 12:13:30 +0100 |
commit | 486429d47ff93e3aa6f9a012f98198cac69a4655 (patch) | |
tree | 33815d9a7392225d05de392d66d8aa4bb6401ff8 /certService/pom.xml | |
parent | 18687c5f75431bca875a6d2ad96887d621da7a33 (diff) |
Added parent pom.xml
Issue-ID: AAF-995
Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com>
Change-Id: I28c87a05b6604d52c7b02ef9f7a7b78bfbb08da1
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> |