diff options
author | 2017-10-10 15:48:54 +0800 | |
---|---|---|
committer | 2017-10-10 15:48:54 +0800 | |
commit | 6a9f8fff3df82f00db13b0ec7279c9849ee3956c (patch) | |
tree | 86082109f0acf3a4465b30801f3f0e1c6c493f8e | |
parent | 65473759b53e4a8fb775181a0530a4115925b6f1 (diff) |
Update pom oparent version of vfc-nfvo-lcm
Change from 1.0.0-SNAPSHOT to 0.1.1
Change-Id: I49b7fe2bc97053004e843749d49c32e879677a6b
Issue-Id: VFC-514
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>0.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.lcm</groupId> |