diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:14:43 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:14:43 -0700 |
commit | 1b6189080ba3806c9c3d9aaa66d828a11288db55 (patch) | |
tree | ffcfedadd608f52f225f8ac50231c26c255a8478 /pom.xml | |
parent | e133d52b9f8ea310c4aca08ca75a0806de758876 (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |