diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 11:51:39 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-20 23:03:42 +0000 |
commit | c83838429aaa4ca38f2fe3641c8c4d2dc8adfa16 (patch) | |
tree | 7fd06d911ba0dacebfd6765329d158dd946f425b | |
parent | 222e59956ca98f608e4bc07131bb81557da7b251 (diff) |
Cleanup project's name in Sonarrelease-1.1.0
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I29c6363a2ee4fc65f85a25709aa219ee16897d07
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
(cherry picked from commit 8e779f4fe71c07e6d13d4d1ad3a9ac5295c53651)
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <name>SDN-C Northbound APIs</name> + <name>sdnc-northbound</name> <url>https://wiki.openecomp.org</url> <description>The SDN-C Northbound APIs repo contains code for northbound API adaptors, typically MD-SAL applications</description> |