Code Review
/
vnfsdk
/
pkgtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e872f72
)
Cleanup project's name in Sonar
43/11343/1
author
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:47:14 +0000
(13:47 -0700)
committer
Jessica Wagantall
<jwagantall@linuxfoundation.org>
Fri, 8 Sep 2017 20:47:14 +0000
(13:47 -0700)
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: I305a7d4f86164ba6477ed050daeb053cc978e58d
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
7e82836
..
55e2306
100644
(file)
--- a/
pom.xml
+++ b/
pom.xml
@@
-28,7
+28,7
@@
under the License.
<groupId>org.onap.vnfsdk.pkgtools</groupId>
<artifactId>vnf-sdk-pkgtools</artifactId>
- <name>vnf
-sdk-design-pkg
</name>
+ <name>vnf
sdk-pkgtools
</name>
<description>CSAR manipulation shared library with CLI</description>
<build>