diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 11:45:08 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-08 11:45:08 -0700 |
commit | ba46717fe94ec07c90dc73a45bf0e5479acc7f13 (patch) | |
tree | 280f15b1ad9b63a47c00253d184593bffa09c4dc /pom.xml | |
parent | 7125d415864d8caf7842184e999d8cec2eb91f58 (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: Iff23fa13f8b3500aa107447896eed07bfd0d5847
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ <packaging>pom</packaging> - <name>Policy Engine - Common Modules</name> + <name>policy-common</name> <description>Common Modules for Policy-Engine in both XACML and Drools flavor</description> <properties> |