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: I4e544887474d60aa8f5966e21ed323c3f5972a6c
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index 8878491..eab1fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   </parent -->
   <groupId>org.onap.ccsdk.storage-pgaas</groupId>
   <artifactId>pgaas</artifactId>
-  <name>CCSDK storage-PGaaS</name>
+  <name>ccsdk-storage-pgaas</name>
   <version>1.0.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>