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: I3820dc6e82ebd9f9c14c0ab9f2e672f98465ffa1
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index 746a343..f5e862a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<groupId>org.openecomp.vid</groupId>

 	<artifactId>vid-parent</artifactId>

 	<packaging>pom</packaging>

-	<name>VID Parent Project</name>

+	<name>vid</name>

 

 	<profiles>

 		<!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! -->