diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:58:44 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:58:44 -0700 |
commit | ca01c9e4c0f606a6af50936260a680fdcb90c656 (patch) | |
tree | 7879a5024f51181c348b47ae4ecf27fd9ee6b7f7 /pom.xml | |
parent | cc8a86bf1bf582e0bb5e9f2c9ef2c3547c77574f (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: I3ddd7d7ecd461900571f6ad40d9430bbf056801a
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ <version>1.0.0-SNAPSHOT</version> </parent> - <name>dmaapMMAgent</name> + <name>dmaap-messagerouter-mirroragent</name> <description>Mirror Maker Agent - Repliaction agent</description> <properties> |