Code Review
/
policy
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
7125d41
)
Cleanup project's name in Sonar
97/11197/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:45:08 +0000
(11:45 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:45:08 +0000
(11:45 -0700)
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>
pom.xml
patch
|
blob
|
history
diff --git
a/pom.xml
b/pom.xml
index
d212971
..
ab3c347
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-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>