Cleanup project's name in Sonar 43/11343/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:47:14 +0000 (13:47 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:47:14 +0000 (13:47 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I305a7d4f86164ba6477ed050daeb053cc978e58d
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7e82836..55e2306 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
     <groupId>org.onap.vnfsdk.pkgtools</groupId>
     <artifactId>vnf-sdk-pkgtools</artifactId>
 
-    <name>vnf-sdk-design-pkg</name>
+    <name>vnfsdk-pkgtools</name>
     <description>CSAR manipulation shared library with CLI</description>
 
     <build>