diff options
author | 2017-09-20 15:37:22 -0700 | |
---|---|---|
committer | 2017-09-20 15:37:22 -0700 | |
commit | 144b22639819c54a5d1852ed08d5e9f39320798b (patch) | |
tree | fbd8b353d0225573a7291ca5fefb04aa1a88cd17 /rootpom | |
parent | c9eaed989790e3312fc73574c9743743c8490042 (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: Idbd4ec93ea46b62f496602d6a8ab0f5ed00c9323
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'rootpom')
-rw-r--r-- | rootpom/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 7912f0f..ac176f1 100644 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -8,7 +8,7 @@ <artifactId>sdnc-core-rootpom</artifactId> <version>1.2.0-SNAPSHOT</version> - <name>SDN-C Core Components - rootpom</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> |