Cleanup project's name in Sonar 85/11385/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 21:43:40 +0000 (14:43 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 21:43:40 +0000 (14:43 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index 23a2614..b5670f2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
        <version>1.1.0</version>
-       <name>ONAP CLAMP</name>
+       <name>clamp</name>
 
        <parent>
                <groupId>org.onap.oparent</groupId>