summaryrefslogtreecommitdiffstats
path: root/mgr
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-09-03 14:48:09 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-09-03 06:50:26 +0000
commitf8c48cb1360095654d13bb957bdc3545b5583ba8 (patch)
tree1b86923bb245cd151ec35abb2d0fd7a96c0da0fd /mgr
parent56c082a4937630438eb7ae8f135850aa8b5f785c (diff)
Update project version of vnfmgt to 1.3.55.0.2-ONAPelalto
Change-Id: I0b9d59540c7d458d75cba9c46b71523187b1d330 Issue-ID: VFC-1507 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'mgr')
-rwxr-xr-xmgr/docker/build_image.sh2
-rw-r--r--mgr/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index 6a37ece..e3bb693 100755
--- a/mgr/docker/build_image.sh
+++ b/mgr/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.4"
+VERSION="1.3.5"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/mgr/pom.xml b/mgr/pom.xml
index 724c591..81cd799 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.3.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
- <version>1.3.4-SNAPSHOT</version>
+ <version>1.3.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr-mgr</name>
<properties>