aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-09-28 01:46:32 +0300
committerMichael Lando <ml636r@att.com>2017-09-28 01:46:32 +0300
commit29acef658edb9d9e0cd6216ff3b971defa6177a2 (patch)
treef3f045fc78972bbfa4c0d1c4f11a7514b293efed
parent45e0b399fbb7e05e4def9999a164f175b85597d0 (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: I7c8d5366e5c613bc4fb247fd00fa71c7d9e17749 Issue-id: CIMAN-65 Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 5f9cb31..2fae095 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<groupId>org.openecomp.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
<version>1.1.3-SNAPSHOT</version>
-
+ <name>sdc-jtosca</name>
<properties>
<!-- ==================== -->
@@ -209,4 +209,4 @@
</site>
</distributionManagement>
-</project> \ No newline at end of file
+</project>