diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 14:32:54 -0700 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2017-09-08 22:33:04 +0000 |
commit | 6900678c3c5ca4cec35999cf35a4e7860b04f6a9 (patch) | |
tree | bbf03686dfd890ede36da19e813c0507cb081e06 | |
parent | 6668a459a6467a78a8952699d3201b0fac8c2417 (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: Iede5b1c1bf5e1459e01048e900cbfb46d5f3ded8
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
@@ -36,7 +36,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.openecomp.appc</groupId> <artifactId>appc</artifactId> <version>1.1.0-SNAPSHOT</version> - <name>APP-C</name> + <name>appc</name> <description>Construct the Application Controller component for the ECOMP project.</description> <inceptionYear>2015-07-20</inceptionYear> <organization> |