summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-11-08 11:55:27 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-11-08 14:26:32 +0800
commit5b05ec33771d110463aa6de9c17722ff96759bc4 (patch)
treeda24420f10e1681240b55ab68e5c6d6f8a34cf5e
parent1a9f43395239f921b9a53100b056e9a16ae2b917 (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>
-rw-r--r--pom.xml2
-rwxr-xr-xres/docker/build_image.sh2
-rw-r--r--res/pom.xml4
-rw-r--r--res/tox.ini2
-rw-r--r--version.properties2
5 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index c98f82d..e694660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfres</groupId>
<artifactId>vfc-gvnfm-vnfres</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres</name>
<description>vfc gvnfm vnfres</description>
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]
diff --git a/version.properties b/version.properties
index 4a36276..88587fb 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}