Code Review
/
policy
/
gui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
9d2ceb0
)
Cleanup project's name in Sonar
75/11275/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 19:59:52 +0000
(12:59 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 19:59:52 +0000
(12:59 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I8eb3515188959bd10d72f29d183c33260d3bb17d
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
1ea349f
..
9d48ecb
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-35,7
+35,7
@@
<packaging>pom</packaging>
- <name>
Policy - GUI
</name>
+ <name>
policy-gui
</name>
<description>Code that all the Policy GUI's.</description>
<properties>