diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-20 15:42:42 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-20 15:42:42 -0700 |
commit | 8b23bfdf4522af9f836fad429cd8ed428972ba93 (patch) | |
tree | 93e969d4488ce74047988783c2db1e0e40752f16 | |
parent | eb6f786ae2b853ec43c0875b8a675af2f4200761 (diff) |
Cleanup project's name in Sonarrelease-1.0.0
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: Iec07d6e3d99280f48f5ffc1f42f71adfc2c0c874
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | rootpom/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sdnc-core</artifactId> - <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> diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 3a7a757..f2a90e0 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -124,7 +124,7 @@ </dependencyManagement> - <name>SDNC Root</name> + <name>sdnc-core</name> <url>http://wiki.onap.org</url> <description>Root POM to be used for all SDNC projects</description> |