summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:28:29 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-09-08 12:28:29 -0700
commitb62cfe79ac64a879d0b8f3efba253bbaef07e723 (patch)
tree30b2259d92da094ea6ad61da9542b4debc9c0ed8 /pom.xml
parent3df70b98476e280708a52569acb9be4d24259678 (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: I03254ad57f3c6cd47a195b7b0782800c0a73eb14 Issue-id: CIMAN-65 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f8dc5fb..b5e428d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<artifactId>holmes-rulemgt-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>holmes-rulemgt-parent</name>
+ <name>holmes-rule-management</name>
<modules>
<module>rulemgt</module>
<module>rulemgt-standalone</module>