diff options
author | 2018-10-10 13:47:35 +0800 | |
---|---|---|
committer | 2018-10-10 13:47:35 +0800 | |
commit | a6cedf98718ad85e7610e6bd298197772184f10a (patch) | |
tree | f0644a68c5121e1e49a0571f35bb6969940140dc /zte/sfc-driver/plugin-standalone | |
parent | e67348a174fd226c3400522a48e65a0f287eb661 (diff) |
Update pom and docker version of zte-sfc-driver
Change-Id: I9fe1dd4237e473e05d463df27b2baeda786235f8
Issue-ID: VFC-1142
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'zte/sfc-driver/plugin-standalone')
-rw-r--r-- | zte/sfc-driver/plugin-standalone/pom.xml | 4 | ||||
-rwxr-xr-x | zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml index fa83788..6a6f8e5 100644 --- a/zte/sfc-driver/plugin-standalone/pom.xml +++ b/zte/sfc-driver/plugin-standalone/pom.xml @@ -19,14 +19,14 @@ <parent> <groupId>org.onap.vfc.nfvo.driver.sfc</groupId> <artifactId>sfc-driver-parent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone</groupId> <artifactId>vfc-nfvo-driver-sfc-zte-sfc-driver</artifactId> <name>vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone</name> <packaging>pom</packaging> - <version>1.1.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <dependencies> <dependency> 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 062714f..b6655d5 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.1.0" +VERSION="1.2.0" PROJECT="vfc" IMAGE="ztesdncdriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" |