diff options
author | 2017-09-08 13:05:56 -0700 | |
---|---|---|
committer | 2017-09-08 13:05:56 -0700 | |
commit | bb51c301ac6902ee7d3b78bebc6ab82399a9a6a9 (patch) | |
tree | 09012af8615d8c16b9629fad58729af3fbaf8699 | |
parent | 3d50c4939ae90c6b99fbe66695c4d4f2c1c24132 (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: Iead6a2840047a3af5018d91a229b388cf538ac4b
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ <groupId>org.openecomp.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> <version>1.1.10-SNAPSHOT</version> + <name>sdc-jtosca</name> <properties> <!-- ==================== --> @@ -208,4 +209,4 @@ </site> </distributionManagement> -</project>
\ No newline at end of file +</project> |