Cleanup project's name in Sonar
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:05:56 +0000 (13:05 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:05:56 +0000 (13:05 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: Iead6a2840047a3af5018d91a229b388cf538ac4b
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index cb7777a..69fb8b1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,6 +5,7 @@
        <groupId>org.openecomp.sdc.jtosca</groupId>
        <artifactId>jtosca</artifactId>
        <version>1.1.10-SNAPSHOT</version>
+        <name>sdc-jtosca</name>
        <properties>
 
                <!-- ==================== -->
                </site>
        </distributionManagement>
 
-</project>
\ No newline at end of file
+</project>