summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:39:38 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:39:38 -0700
commit4aeb99f7339379eb8beac54e7d47c08bd12e7913 (patch)
treed24722a3cb43da16cacdc80c6bd7df3e3fb69cca /pom.xml
parentd65b413cc3d03d4ce042a116c1b348a76de3a9ab (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: I2ed6f9124953e035c2383580089108df5843b550 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 1c6033d9..89f97ec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,9 +25,9 @@
<artifactId>sdc-workflow-designer</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
- <name>sdc-workflow-designer</name>
+ <name>sdc-sdc-workflow-designer</name>
<modules>
<module>sdc-workflow-designer-ui</module>
</modules>
-</project> \ No newline at end of file
+</project>