summaryrefslogtreecommitdiffstats
path: root/zte/sfc-driver/plugin-standalone
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-12-19 17:17:19 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-12-19 17:17:19 +0800
commitc6a4ab30de658e48d284727043fab548fc834ad1 (patch)
treeb7af8bba641dff694a0ebba75fbbfbbae73bdcf7 /zte/sfc-driver/plugin-standalone
parentdb8c01822e12301c9f38c461afd8322178475e4c (diff)
Update VFC version number
Change-Id: I91265743ed3569b64be7c9758d27f694be256483 Issue-ID: VFC-624 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/sfc-driver/plugin-standalone')
-rwxr-xr-xzte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh
index 97b9efe..062714f 100755
--- a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh
+++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.0.0"
+VERSION="1.1.0"
PROJECT="vfc"
IMAGE="ztesdncdriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"