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

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

diff --git a/pom.xml b/pom.xml
index 9dab8e9..0edae47 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
         <!-- Black Duck plugin dependencies -->
         <pluginRepository>
             <id>JCenter</id>
-            <name>JCenter Repository</name>
+            <name>dcaegen2-platform-inventory-api</name>
             <url>http://jcenter.bintray.com</url>
         </pluginRepository>