summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-12-19 17:23:51 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-12-19 17:23:51 +0800
commit41ad5ef102ef8ec581fc0d9f59ab01ca84846241 (patch)
treeed84dc4e07f750250cd88d1c33fc79b294aa1bf0
parent74af9980f9f0a8715ad0c8156a201d41edadc248 (diff)
Unified vfc-vnfmgr master version
Change-Id: I68620276763dab7a162ae7da525f3e06043470d5 Issue-ID: VFC-625 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rwxr-xr-xmgr/docker/build_image.sh2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index 47bc0fb..fb56974 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.0.1"
+VERSION="1.1.0"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/version.properties b/version.properties
index 3e4a550..d7c69cd 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=1
-patch=1
+patch=0
base_version=${major}.${minor}.${patch}