summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-11-08 11:51:23 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-11-08 14:27:29 +0800
commit902abebc3b8b2d2925aa816afe84316c7071dcda (patch)
tree9f3a84644e5065152b5344dc7a5494fede6013dd
parent4ecce01cc5a7063ccb4d22331e640cd6fbd3de21 (diff)
Bump vfc-gvnfm-vnflcm release version to 1.0.1v1.0.11.0.0-ONAP1.0.0-Amsterdam
Change-Id: I49e09977f6b3d1424afba6e08fc3ae5b32503d4d Issue-Id: VFC-586 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rwxr-xr-xlcm/docker/build_image.sh2
-rw-r--r--lcm/pom.xml4
-rw-r--r--lcm/tox.ini2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 6 insertions, 6 deletions
diff --git a/lcm/docker/build_image.sh b/lcm/docker/build_image.sh
index 3b580275..45419736 100755
--- a/lcm/docker/build_image.sh
+++ b/lcm/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="vnflcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/lcm/pom.xml b/lcm/pom.xml
index 47841d4e..223f4c01 100644
--- a/lcm/pom.xml
+++ b/lcm/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
<artifactId>vfc-gvnfm-vnflcm</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
<artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc/gvnfm/vnflcm/lcm</name>
<description>vfc gvnfm vnflcm lcm</description>
diff --git a/lcm/tox.ini b/lcm/tox.ini
index 8ee9a71c..7474134e 100644
--- a/lcm/tox.ini
+++ b/lcm/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501
+ignore = E501,E722
max-complexity = 27
[testenv]
diff --git a/pom.xml b/pom.xml
index 7131fa9e..bc43dc0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
<artifactId>vfc-gvnfm-vnflcm</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnflcm</name>
<description>vfc gvnfm vnflcm</description>
diff --git a/version.properties b/version.properties
index 4a362766..88587fbf 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}