Cleanup project's name in Sonar 47/11347/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:48:52 +0000 (13:48 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:48:52 +0000 (13:48 -0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 2ce9842..13afee3 100644 (file)
--- 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>