diff options
author | 2017-09-08 11:36:24 -0700 | |
---|---|---|
committer | 2017-09-08 11:36:24 -0700 | |
commit | c9eaed989790e3312fc73574c9743743c8490042 (patch) | |
tree | 71fb43b1ae5df5d230ccb625f01d689646954cb0 | |
parent | 3cd5e19b313f5835335d04f1f002ff858fcf174f (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: Ia76730958188c8e7b510d14689b9d0efc29d5105
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ <artifactId>sdnc-core</artifactId> <version>1.2.0-SNAPSHOT</version> - <name>SDN-C Core Components</name> + <name>sdnc-core</name> <url>https://wiki.openecomp.org</url> <description>The SDN-C core components contains the SLI, dblib and root pom</description> |