diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-11-27 09:16:27 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-11-27 09:16:27 +0800 |
commit | d5b56b2351549f9281298f014669eb7ddf7b334f (patch) | |
tree | 082550a61b921c89bcc2f35379aa41f90f1aa131 /service/pom.xml | |
parent | 9f1cac89181d9743316c4311c7d0b1e7eda5789e (diff) |
Update vfc version to 1.2.2
Change-Id: I09eb20f78a7cbfcbd91fcf636dd02df1436cde8b
Issue-ID: VFC-1194
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'service/pom.xml')
-rw-r--r-- | service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/service/pom.xml b/service/pom.xml index da71144..e90b12e 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -20,12 +20,12 @@ <parent>
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vfc-nfvo-multivimproxy-service</artifactId>
- <version>1.2.1-SNAPSHOT</version>
+ <version>1.2.2-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy-service</name>
<packaging>war</packaging>
<dependencies>
|