Code Review
/
ui
/
dmaapbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
26401e7
)
Cleanup project's name in Sonar
03/11203/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:48:50 +0000
(11:48 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 18:49:26 +0000
(11:49 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I179fb89f5043b0537bfc37fabf24107422456ac2
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
98ef063
..
e04562f
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-6,7
+6,7
@@
<artifactId>dcae_dmaapbc_webapp</artifactId>
<version>0</version>
<packaging>pom</packaging>
- <name>
DCAE DMaaP Bus Controller Webapp
</name>
+ <name>
ui-dmaapbc
</name>
<modules>
<module>dcae_dmaapbc_webapp</module>