diff options
author | Michael Lando <ml636r@att.com> | 2017-09-28 02:52:08 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-09-28 02:52:41 +0300 |
commit | 3a0f5b9a83eb3abca7c82b1714dd61e6464e048f (patch) | |
tree | 56f3d9187cadd11dd5101ff1795804e5b4969785 | |
parent | 2bfe22b01cf55aaea51a930dcd7a6cb2bd7456f5 (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: I93f20d071b633e79e4319745d1697b012539f20e
Issue-id: CIMAN-65
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <artifactId>sdc-main-distribution-client</artifactId> <version>1.1.32-SNAPSHOT</version> <packaging>pom</packaging> + <name>sdc-sdc-distribution-client</name> <modules> <module>sdc-distribution-client</module> |