diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-08 11:08:40 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-08-15 11:34:21 +0800 |
commit | e3f942cc4182d82284c421e345c7bd6081eec497 (patch) | |
tree | 5bb1f40197a54cf16358c6b09104d0b752b2cb65 /lcm/assembly.xml | |
parent | 2874e255e0d94e87b84867e67a1a480d3e67a73d (diff) |
Refactor vfc-gvnfm-vnflcm pom
As the seed code come from openo, there are some labels
is openo in the pom file, change it to onap.
Change-Id: I62582275880c07c443e1598876fa49cf261a25bb
Issue-ID: VFC-77
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/assembly.xml')
-rw-r--r-- | lcm/assembly.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/assembly.xml b/lcm/assembly.xml index e826c1a3..2511863d 100644 --- a/lcm/assembly.xml +++ b/lcm/assembly.xml @@ -48,5 +48,5 @@ </includes> </fileSet> </fileSets> - <baseDirectory>gvnfm-vnflcm/lcm</baseDirectory> + <baseDirectory>vfc/gvnfm/vnflcm/lcm</baseDirectory> </assembly> |