summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:48:52 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 13:48:52 -0700
commit1d52020b6aed0bfa0287f045fbad9eb30832c8c4 (patch)
treeea3404c2b2b891ca308186fd612ba3263fa55213
parent602f2b970301da07b90a1f091d5e90e89ca7cf31 (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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2ce9842..13afee3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>