diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-10-13 16:40:16 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-10-13 16:41:24 -0700 |
commit | d3c40114e88bb9acf027fc5c046968c4c44b1a0a (patch) | |
tree | d8913a326b81b1923d8cb5b3fd10e20a2b775869 | |
parent | 201de74d076eb90db2e267d1f7aa0e271062c909 (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: Idcf1b3b8c75f0a14b4d8f70eebf168902810b172
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | huawei/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/huawei/pom.xml b/huawei/pom.xml index 6f826766..5984032d 100644 --- a/huawei/pom.xml +++ b/huawei/pom.xml @@ -25,7 +25,7 @@ <artifactId>vfc-nfvo-driver-vnfm-svnfm-huawei</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vfc/nfvo/driver/vnfm/svnfm/huawei</name> + <name>vfc-nfvo-driver-vnfm-svnfm-huawei</name> <description>vfc-nfvo-driver-vnfm-svnfm-huawei</description> <modules> <module>vnfmadapter</module> |