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

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

diff --git a/pom.xml b/pom.xml
index 7a50428..59f4662 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <artifactId>msgrtr</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <packaging>jar</packaging>
-       <name>Message Router</name>
+       <name>dmaap-messagerouter-msgrtr</name>
        <description>Message Router - Restful interface built for kafka</description>
        
        <parent>
                <artifactId>maven-deploy-plugin</artifactId> <version>2.5</version> <configuration> 
                <skip>true</skip> </configuration> </plugin> </plugins> </build> </profile> 
                </profiles> -->
-</project>
\ No newline at end of file
+</project>