Code Review
/
sdc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
75c5722
)
Cleanup project's name in Sonar
23/11223/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 19:29:32 +0000
(12:29 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 19:29:32 +0000
(12:29 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I1c371375c55f6d48bc380c1a196407f80decac5a
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
17bf79a
..
7502ce3
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-6,7
+6,7
@@
<artifactId>sdc-main</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
-
+ <name>sdc</name>
<properties>