Code Review
/
dcaegen2
/
platform
/
inventory-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6506297
)
Cleanup project's name in Sonar
81/11281/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:04:03 +0000
(13:04 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:04:03 +0000
(13:04 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: If5f3051f78b40ca3d325c4fec7cb408f9a88b9d6
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
9dab8e9
..
0edae47
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-26,7
+26,7
@@
<!-- Black Duck plugin dependencies -->
<pluginRepository>
<id>JCenter</id>
- <name>
JCenter Repository
</name>
+ <name>
dcaegen2-platform-inventory-api
</name>
<url>http://jcenter.bintray.com</url>
</pluginRepository>