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: I8af69ce3042c37a6164f71726f43359d6d5f408d
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index dfb1b37..f4eceb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 	

 	<groupId>org.openecomp.sdc.sdc-tosca</groupId>

 	<artifactId>sdc-tosca</artifactId>

-	<name>SDC Tosca Parser</name>

+	<name>sdc-sdc-tosca</name>

 	<description>SDC Tosca Parser JAR file for use by consumers</description>

 	<version>1.1.51-SNAPSHOT</version>

 	<packaging>jar</packaging>