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: Ifebdb36e6c90a12d1869e4aaf2742a0355e15961
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index e7f6667..b654fd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
     <artifactId>utils</artifactId>
     <version>1.0.0-SNAPSHOT</version>
 
-    <name>Utilities</name>
+    <name>ccsdk-utils</name>
     <description>CCSDK Utilities</description>
 
 </project>