diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-11-08 11:55:27 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-11-08 14:26:32 +0800 |
commit | 5b05ec33771d110463aa6de9c17722ff96759bc4 (patch) | |
tree | da24420f10e1681240b55ab68e5c6d6f8a34cf5e /res | |
parent | 1a9f43395239f921b9a53100b056e9a16ae2b917 (diff) |
Bump vfc-gvnfm-vnfres release version to 1.0.1v1.0.11.0.0-ONAP1.0.0-Amsterdam
Change-Id: I930e200a750827fbb4fabd43375abe54d815f404
Issue-Id: VFC-586
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'res')
-rwxr-xr-x | res/docker/build_image.sh | 2 | ||||
-rw-r--r-- | res/pom.xml | 4 | ||||
-rw-r--r-- | res/tox.ini | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh index f159c3d..d9ab2d0 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.0" +VERSION="1.0.1" PROJECT="vfc" IMAGE="vnfres" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/res/pom.xml b/res/pom.xml index 03b99d4..1d0573a 100644 --- a/res/pom.xml +++ b/res/pom.xml @@ -20,12 +20,12 @@ <parent> <groupId>org.onap.vfc.gvnfm.vnfres</groupId> <artifactId>vfc-gvnfm-vnfres</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfres.res</groupId> <artifactId>vfc-gvnfm-vnfres-res</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc/gvnfm/vnfres/res</name> <description>vfc gvnfm vnfres res</description> diff --git a/res/tox.ini b/res/tox.ini index cbc09b6..c732522 100644 --- a/res/tox.ini +++ b/res/tox.ini @@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 max-complexity = 12 [testenv] |