Adjust naming in poms.

Issue-ID: AAF-995
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I5000958af20de776992398aa0be324a562d8b4c7
diff --git a/certService/pom.xml b/certService/pom.xml
index 790158e..4a300ba 100644
--- a/certService/pom.xml
+++ b/certService/pom.xml
@@ -17,14 +17,13 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.aaf.certservice</groupId>
-        <artifactId>aaf-certservice-parent</artifactId>
+        <artifactId>aaf-certservice</artifactId>
         <version>0.0.1</version>
     </parent>
-
-    <artifactId>cert-service</artifactId>
+    <artifactId>aaf-certservice-api</artifactId>
     <version>0.0.1</version>
-    <name>cert-service</name>
-    <description>Certification service</description>
+    <name>aaf-certservice-api</name>
+    <description>AAF Certification Service Api</description>
     <packaging>jar</packaging>
 
     <properties>