diff options
author | yangyan <yangyanyj@chinamobile.com> | 2018-10-10 18:15:18 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2018-10-10 18:15:23 +0800 |
commit | 4d27f2af1b805d22b3dd666cded7e95054938b5d (patch) | |
tree | f12db9f03770c82587e78babb809764f2f807731 /juju/pom.xml | |
parent | 2fdc4d4170edf877091ee11a2089534102b85233 (diff) |
Update pom and docker version of vfc-jujudriver1.2.0
Issue-ID: VFC-1142
Change-Id: Id3c9771a5d1bf8e06575c6eb946722c7319d0b72
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'juju/pom.xml')
-rw-r--r-- | juju/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/juju/pom.xml b/juju/pom.xml index 89098e9..ae6f41e 100644 --- a/juju/pom.xml +++ b/juju/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>juju</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-nfvo-driver-vnfm-gvnfm-juju</name> <description>nfvo juju-vnfmadapter</description> |