diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:48:52 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 13:48:52 -0700 |
commit | 1d52020b6aed0bfa0287f045fbad9eb30832c8c4 (patch) | |
tree | ea3404c2b2b891ca308186fd612ba3263fa55213 | |
parent | 602f2b970301da07b90a1f091d5e90e89ca7cf31 (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: Ibdf6d86af90f6d6ac0424228dde14ddf6f2056a1
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
@@ -27,7 +27,7 @@ limitations under the License. </parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <name>plugins</name> + <name>ccsdk-platform-plugins</name> <version>1.0.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> |