diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:04:03 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:04:03 -0700 |
commit | 4ce1c590e31228d4341d567ccccc658cb25fce6d (patch) | |
tree | 3175124eca923fd8a10bf615cb238c030e5c8260 | |
parent | 6506297f4e4e987102b9e9214dec862035a27fdc (diff) |
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: If5f3051f78b40ca3d325c4fec7cb408f9a88b9d6
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |