Unified VFC Micro Service version number 15/26515/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 19 Dec 2017 08:58:52 +0000 (16:58 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 19 Dec 2017 08:58:52 +0000 (16:58 +0800)
Change-Id: If5bb5dcdfcd6d6b3c4a5fda3896e0e3aac818ef5
Issue-ID: VFC-625
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
res/docker/build_image.sh
version.properties

index d9ab2d0..0ad4424 100755 (executable)
@@ -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="vnfres"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 3e4a550..d7c69cd 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=1
-patch=1
+patch=0
 
 base_version=${major}.${minor}.${patch}