Cleanup project's name in Sonar 19/11319/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:31:51 +0000 (13:31 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:31:51 +0000 (13:31 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: Ia4080d1bdb211b57891a0f3b9244ccd6c8467f5c
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index c918734..ae44ed9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <artifactId>dmaapClient</artifactId>
        <packaging>jar</packaging>
        <version>1.0.0-SNAPSHOT</version>
-       <name>dmaapClient</name>
+       <name>dmaap-messagerouter-dmaapclient</name>
        <description>Client library for MR event routing API</description>
        <url>https://github.com/att/dmaap-framework</url>