diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-12-19 16:58:52 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-12-19 16:58:52 +0800 |
commit | 0cdbf1e6341ad2dc178dca8317215b6397ff0555 (patch) | |
tree | 9c3cd31d20615aef349c52a04efe45ea1d453c2d | |
parent | 6e6aed0d312c95c5658b0d7750ce00b40ebd2345 (diff) |
Unified VFC Micro Service version number
Change-Id: If5bb5dcdfcd6d6b3c4a5fda3896e0e3aac818ef5
Issue-ID: VFC-625
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
-rwxr-xr-x | res/docker/build_image.sh | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh index d9ab2d0..0ad4424 100755 --- a/res/docker/build_image.sh +++ b/res/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="vnfres" 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} |