diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:40:09 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:40:09 -0700 |
commit | 6ea01a7ce1b3e1fa7318663702dc0e08768538ff (patch) | |
tree | 56f243a5f6c969778b8addbe3345bf2fbb18ec17 /pom.xml | |
parent | 63e6575a65ef141ce965ae276642e3ebcffa0ba9 (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: Ic5974fb1e0f7fbb073966880bdf3bd9e849f88ae
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ <artifactId>vnf-sdk-validate-lc-test</artifactId> <version>1.1.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>vnf-sdk-validate-lc-test</name> + <name>vnfsdk-lctest</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |