Removing AAF references from Cert-Service in OOM repo.
[oom/platform/cert-service.git] / certService / pom.xml
index 9febd16..4d75fe9 100644 (file)
   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.aaf.certservice</groupId>
-        <artifactId>aaf-certservice</artifactId>
+        <groupId>org.onap.oom.platform.cert-service</groupId>
+        <artifactId>oom-certservice</artifactId>
         <version>1.2.0-SNAPSHOT</version>
     </parent>
-    <artifactId>aaf-certservice-api</artifactId>
+    <artifactId>oom-certservice-api</artifactId>
     <version>1.2.0-SNAPSHOT</version>
-    <name>aaf-certservice-api</name>
-    <description>AAF Certification Service Api</description>
+    <name>oom-certservice-api</name>
+    <description>OOM Certification Service Api</description>
     <packaging>jar</packaging>
 
     <dependencies>
     <distributionManagement>
         <repository>
             <id>ecomp-releases</id>
-            <name>AAF Release Repository</name>
+            <name>OOM Release Repository</name>
             <url>${nexusproxy}${releaseNexusPath}</url>
         </repository>
         <snapshotRepository>
             <id>ecomp-snapshots</id>
-            <name>AAF Snapshot Repository</name>
+            <name>OOM Snapshot Repository</name>
             <url>${nexusproxy}${snapshotNexusPath}</url>
         </snapshotRepository>
         <site>