Adjust naming in poms.
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 13 Feb 2020 07:17:55 +0000 (08:17 +0100)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 13 Feb 2020 07:18:01 +0000 (08:18 +0100)
Issue-ID: AAF-995
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I5000958af20de776992398aa0be324a562d8b4c7

certService/pom.xml
pom.xml

index 790158e..4a300ba 100644 (file)
     <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>
diff --git a/pom.xml b/pom.xml
index 8051560..87304c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>3.0.0</version>
     </parent>
     <groupId>org.onap.aaf.certservice</groupId>
-    <artifactId>aaf-certservice-parent</artifactId>
+    <artifactId>aaf-certservice</artifactId>
     <version>0.0.1</version>
-    <name>aaf-certservice-parent</name>
-    <description>AAF Certification Service parent</description>
+    <name>aaf-certservice</name>
+    <description>AAF Certification Service</description>
     <packaging>pom</packaging>
 
     <properties>