diff options
author | 2017-09-08 14:53:24 -0700 | |
---|---|---|
committer | 2017-09-08 14:53:24 -0700 | |
commit | 6349f10fcf1902c1f41ec58c26e57dd11ea3b78f (patch) | |
tree | 416f769aeab27979e8d46b38a38c78bf359761e0 | |
parent | 5c61cf786d3f814ead4366be9123f8fe45f06127 (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: I60758f710c655ff270a763fea0c7f943e7d7d801
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <groupId>org.onap.dmaap.dbcapi</groupId> <artifactId>dbcapi</artifactId> <version>${artifact.version}</version> - <name>dbcapi</name> + <name>dmaap-dbcapi</name> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> |