Code Review
/
vfc
/
nfvo
/
catalog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b794e53
)
Cleanup project's name in Sonar
81/11381/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 21:41:00 +0000
(14:41 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 21:41:00 +0000
(14:41 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I9d9e04a0aab1c63be5aaf77ce152d971588c1c7f
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
0ca4b5e
..
cad0d1b
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-25,7
+25,7
@@
<artifactId>vfc-nfvo-catalog</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>vfc
/nfvo/
catalog</name>
+ <name>vfc
-nfvo-
catalog</name>
<description>vfc nfvo catalog</description>
<build>
<plugins>