aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-26 13:30:38 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-26 13:31:27 -0700
commit635d5678b51116ff2512e81773cc5ab39c0e46ca (patch)
tree068af641f04b15309f403e47396152c81be03bd0
parenta772738447edd9bd743c854cf54988424de95b5f (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: I4618c8f33f36ff6b4648fa380d9f8944d2136308 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml1
-rw-r--r--sdc-distribution-client/pom.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 24f4e87..2a1a78a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,6 +6,7 @@
<artifactId>sdc-main-distribution-client</artifactId>
<version>1.1.32-SNAPSHOT</version>
<packaging>pom</packaging>
+ <name>sdc-sdc-distribution-client</name>
<modules>
<module>sdc-distribution-client</module>
diff --git a/sdc-distribution-client/pom.xml b/sdc-distribution-client/pom.xml
index 39dbbfc..4f262b0 100644
--- a/sdc-distribution-client/pom.xml
+++ b/sdc-distribution-client/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>sdc-distribution-client</artifactId>
- <name>SDC Distribution Client</name>
+ <name>sdc-sdc-distribution-client</name>
<description>Distribution client JAR file to use by consumers</description>
<packaging>jar</packaging>