diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 12:57:10 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-09-26 12:57:10 -0700 |
commit | bb9733516f9a2bb76b3bd486b0ce2fcc9b12eb61 (patch) | |
tree | 42dca8a47a82d3169d517486b47847a295ad1506 /activiti-extension | |
parent | 7366ce6509b8013e529cae11ed382de9c6ef0934 (diff) |
Cleanup project's name in Sonar
The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.
Change-Id: Ifaf97734f81ce35e35858aaba05b6f8c0b18513d
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'activiti-extension')
-rw-r--r-- | activiti-extension/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activiti-extension/pom.xml b/activiti-extension/pom.xml index 61b4528..16cdcc1 100644 --- a/activiti-extension/pom.xml +++ b/activiti-extension/pom.xml @@ -17,7 +17,7 @@ <groupId>org.onap.vfc.nfvo.wfengine</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>activiti-extension</artifactId>
- <name>vfc/nfvo/wfengine/activiti-extension</name>
+ <name>vfc-nfvo-wfengine-activiti-extension</name>
<packaging>jar</packaging>
<properties>
|