diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-09-05 17:08:31 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-09-05 17:10:01 -0700 |
commit | 8dba1b50df7c0d5285f5f62f85bca4e6116b067d (patch) | |
tree | 3bfb014d8f89bb9037efd719fc087abd6ed2318a | |
parent | 292f693f76293ae3b27853dd4d3c1836da537200 (diff) |
Clean Sonar project name
add repo name in pom.xml file.
Change-Id: I891a2e6c6929dcb36d09f1e126eccaf4d083fd29
Issue-ID: CIMAN-202
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ stated inside of the file. <modelVersion>4.0.0</modelVersion> <groupId>org.onap.music.prom</groupId> <artifactId>prom</artifactId> + <name>music-prom</name> <version>1.0.5-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> |