diff options
author | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-10-25 20:23:25 -0700 |
---|---|---|
committer | Gildas Lanilis <gildas.lanilis@huawei.com> | 2018-10-26 10:57:41 -0700 |
commit | 6c927ced25738eec636a4a0ce075285887767358 (patch) | |
tree | 471071a526ec142e084e6bd3eb7fbb95a8b458b2 | |
parent | 3ecfb4ae4750b664006ac0a77daedfe1acd61f0d (diff) |
Clean Sonar job
Bring consistency into naming the Sonar
Project with same name as the repo
Change-Id: I7a8c5886239cd702953eb066b83bc40e204edb4b
Issue-ID: CIMAN-202
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId> <artifactId>DCAE-DT-PROPERTY</artifactId> <version>1.3.0-SNAPSHOT</version> - <name>dcae-d property</name> + <name>sdc-dcae-d-dt-be-property</name> <description>System Properties</description> <properties> <!--nexus--> |