Cleanup project's name in Sonar 03/11303/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:17:30 +0000 (13:17 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:17:30 +0000 (13:17 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index d43a274..0fe0b50 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
        <groupId>org.onap.ccsdk.sli.northbound</groupId>
        <artifactId>ccsdk-sli-northbound</artifactId>
 
-       <name>SDN-C Northbound APIs</name>
+       <name>ccsdk-sli-northbound</name>
        <url>https://wiki.openecomp.org</url>
        <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description>