diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:17:30 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:17:30 -0700 |
commit | 4493acc059a2e3adc8f2b02bfa22402da1e78e16 (patch) | |
tree | b6c6108efca59858c50859cce4cc345b1b2a8383 | |
parent | ea0aabe54bc7b5d609b587e87ce85765f73fecbc (diff) |
Cleanup project's name in Sonar
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>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |