diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-02 09:25:55 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2020-03-02 01:42:55 +0000 |
commit | f4e1e0bf77e2777e5e9786acf2d7b6c7257cced2 (patch) | |
tree | 83a671d0256ef73240ec80ed0f84a425454e5216 /juju/pom.xml | |
parent | 5ba475b6bdbc322599800272adbe0995670f3efc (diff) |
Update gvnfm release version to 1.3.8
Change-Id: Ic460c7a3f1b7b1d97946bc54d69eb5f958f2c945
Issue-ID: VFC-1626
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 f885c2e..672fe86 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.7-SNAPSHOT</version> + <version>1.3.8-SNAPSHOT</version> </parent> <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId> <modelVersion>4.0.0</modelVersion> <artifactId>juju</artifactId> - <version>1.3.7-SNAPSHOT</version> + <version>1.3.8-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-nfvo-driver-vnfm-gvnfm-juju</name> <description>nfvo juju-vnfmadapter</description> |