Cleanup project's name in Sonar 11/11211/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:54:53 +0000 (11:54 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:54:53 +0000 (11:54 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I1981c1de89cc3d3c1db02d6b5fc7a18e25371558
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 3de104d..e7b4ca2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <version>1.0.0-SNAPSHOT</version>
   <packaging>mvn-golang</packaging>
 
-  <name>Kube2msb Registrator</name>
+  <name>oom-registrator</name>
   <description>Kube2msb registrator listens kubernetes events and register onap microservices to MSB.</description>
   
   <build>
@@ -75,4 +75,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>