diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:41:00 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:41:00 -0700 |
commit | 9bcd9346dadb5585ca45f8dcddb741b782a56e17 (patch) | |
tree | 62bfbcf4bbdecf1055b025dc521bb2dd564a2e18 | |
parent | b794e532dbd7792d6220a2b8fe9cc1bdc6e0d44f (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: I9d9e04a0aab1c63be5aaf77ce152d971588c1c7f
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
@@ -25,7 +25,7 @@ <artifactId>vfc-nfvo-catalog</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vfc/nfvo/catalog</name> + <name>vfc-nfvo-catalog</name> <description>vfc nfvo catalog</description> <build> <plugins> |