diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-02-27 16:23:10 -0800 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-02-27 16:24:53 -0800 |
commit | 69dda22c24d32535c96030a1b74c04cb64963b93 (patch) | |
tree | e182c9a871fbd31fa1b7bb6d202a08601bf3dff8 | |
parent | 8d22623d4cf2aacebe4498cb46733550349406ae (diff) |
Cleaning up names in Sonar
Name is sonar should match repo name. In this case name is optf-has
Change-Id: I25ec7578c0e26125d9dc7237d02012546883474c
Issue-ID: CIMAN-65
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ <groupId>org.onap.optf.has</groupId> <artifactId>optf-has-root</artifactId> - <name>optf-has-root</name> + <name>optf-has</name> <version>1.1.0-SNAPSHOT</version> <description>Homing Allocation Service</description> |