summaryrefslogtreecommitdiffstats
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
parentdb8c01822e12301c9f38c461afd8322178475e4c (diff)
Update VFC version number
Change-Id: I91265743ed3569b64be7c9758d27f694be256483 Issue-ID: VFC-624 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xzte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh2
-rw-r--r--zte/sfc-driver/version.properties2
2 files changed, 2 insertions, 2 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"
diff --git a/zte/sfc-driver/version.properties b/zte/sfc-driver/version.properties
index 5128787..7f86aa1 100644
--- a/zte/sfc-driver/version.properties
+++ b/zte/sfc-driver/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}