diff options
author | wangguirong <wangguirong@boco.com.cn> | 2017-10-10 17:39:42 +0800 |
---|---|---|
committer | wangguirong <wangguirong@boco.com.cn> | 2017-10-10 17:40:19 +0800 |
commit | 06daa01e040cbd2f1fdd9700b7316b2c11193bb0 (patch) | |
tree | 10170f0f7df3f3e5384a4dad07ad7437926330e9 | |
parent | 93c0f9e75ab7325a4e70c2b0cbf0e7cee3f67ddf (diff) |
Modify the version in pom.xml
Change-Id: I568f4599dfff455ce5ea73c72543bcc4fb7c8919
Issue-Id:VFC-461
Signed-off-by: wangguirong <wangguirong@boco.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>0.1.1-SNAPSHOT</version> + <version>0.1.1</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.ems</groupId> |