diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-06-03 10:35:32 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-06-03 10:35:42 +0800 |
commit | b4b715e8fe761f233017510305ea2a5a7c6e0463 (patch) | |
tree | 9292d066250ef3b4001dcbc34154f350a4f79ba3 /juju/pom.xml | |
parent | 429567e5709212f689d2012e67d6791f4d9210c8 (diff) |
update gvnfm version to 1.3.4dublin
Change-Id: Ifab8b8ef742aac1e670fdb755b96071cc1c8661b
Issue-ID: VFC-1410
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 ba4e1df..779ad9c 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.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> </parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>juju</artifactId> - <version>1.3.3-SNAPSHOT</version> + <version>1.3.4-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-nfvo-driver-vnfm-gvnfm-juju</name> <description>nfvo juju-vnfmadapter</description> |