Cleanup project's name in Sonar 83/13983/1 release-1.0.0
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Sep 2017 22:04:13 +0000 (15:04 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 20 Sep 2017 22:04:53 +0000 (15:04 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

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

diff --git a/pom.xml b/pom.xml
index bf1d6b9..7b2bfc6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
        <artifactId>mso</artifactId>
        <packaging>pom</packaging>
        <version>1.0.0-SNAPSHOT</version>
-       <name>MSO main project</name>
+       <name>so</name>
        <description>This Maven project is responsible to build and package all child projects - contributions in the MSO project.
        This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB.
        "mvn clean install -P with-integration-tests -Dintegration-tests-user=root -Dintegration-tests-group=root -Dintegration-tests-db-type=MYSQL"