diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 12:57:10 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 12:57:10 -0700 |
commit | bb9733516f9a2bb76b3bd486b0ce2fcc9b12eb61 (patch) | |
tree | 42dca8a47a82d3169d517486b47847a295ad1506 /pom.xml | |
parent | 7366ce6509b8013e529cae11ed382de9c6ef0934 (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: Ifaf97734f81ce35e35858aaba05b6f8c0b18513d
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,6 +25,6 @@ <artifactId>wfengine</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vfc/nfvo/wfengine</name> + <name>vfc-nfvo-wfengine</name> <description>vfc/nfvo/wfengine</description> -</project>
\ No newline at end of file +</project> |