diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 15:00:22 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 15:00:22 -0700 |
commit | 1024ced0661d065d8c1748ce1f70aeab8313bd91 (patch) | |
tree | e43db379788052828087027cbf23431ba158446f | |
parent | 5cd709b304e9062ee0a59f9267dbf6c7c5f73155 (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: Idecab72d17567000f26e66b103c823354f77d57b
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> - <name>CCSDK Parent POMs</name> + <name>ccsdk-parent</name> <url>http://wiki.onap.org</url> <description>Parent POMs to be used by clients of CCSDK</description> |