diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-10-16 15:52:22 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-10-16 08:00:13 +0000 |
commit | f5c2acddbfd90d0e524afb2cca806ef79f6bb775 (patch) | |
tree | c1b6f8a18ccab2fe3c54dfba6c02d45af3620d70 /juju/pom.xml | |
parent | e1e0c957138779a8a19b72f5595550f35866af88 (diff) |
Update gvnfm release version to 1.3.7
Change-Id: I763ca7bcc9fde53ead899dca9e8e0a767255e77d
Issue-ID: VFC-1554
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 0b29fb4..f885c2e 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.6-SNAPSHOT</version> + <version>1.3.7-SNAPSHOT</version> </parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>juju</artifactId> - <version>1.3.6-SNAPSHOT</version> + <version>1.3.7-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-nfvo-driver-vnfm-gvnfm-juju</name> <description>nfvo juju-vnfmadapter</description> |