diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-01-24 17:50:03 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-01-24 10:02:13 +0000 |
commit | f8c427799d3abcc546a0373145ca57c705e20e4a (patch) | |
tree | 09484e4e914c6e5d7a3c0d193163f6c912fc761d /mgr/pom.xml | |
parent | 564fd86dd1c61aa190db10a7ea22b66fee46aa58 (diff) |
update vfc version to 1.3.0
Change-Id: I1bd8f47c6804a69adec27f5226f7a6418911c369
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1252
Diffstat (limited to 'mgr/pom.xml')
-rw-r--r-- | mgr/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mgr/pom.xml b/mgr/pom.xml index cb0df8a..1d55fbf 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId> <artifactId>vfc-gvnfm-vnfmgr</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId> <artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnfmgr-mgr</name> <properties> |