Update VFC version number 19/26519/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 19 Dec 2017 09:17:19 +0000 (17:17 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 19 Dec 2017 09:17:19 +0000 (17:17 +0800)
Change-Id: I91265743ed3569b64be7c9758d27f694be256483
Issue-ID: VFC-624
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh
zte/sfc-driver/version.properties

index 97b9efe..062714f 100755 (executable)
@@ -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"
index 5128787..7f86aa1 100644 (file)
@@ -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}