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: If83ba288f33d4cc281ab54d2c7ffcf8af246a580
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index 23a2614..b5670f2 100644
--- 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>