summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:14:43 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:14:43 -0700
commit1b6189080ba3806c9c3d9aaa66d828a11288db55 (patch)
treeffcfedadd608f52f225f8ac50231c26c255a8478 /pom.xml
parente133d52b9f8ea310c4aca08ca75a0806de758876 (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: I7c4424663fafa5c732543eb8274465a566cf3f40 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7a50428..59f4662 100644
--- 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>
@@ -452,4 +452,4 @@
<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>