The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: Ibebc7c12dfc60d1468ed4e495a8bc692344cdd8f
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
<artifactId>usecase-ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>ONAP USECASE UI</name>
+ <name>usecase-ui</name>
<modules>
<module>usecaseui-common</module>
<module>usecaseui-lcm</module>
<module>usecaseui-holmes</module>
</modules>
-</project>
\ No newline at end of file
+</project>