Bump vfc-gvnfm-vnflcm release version to 1.0.1 41/22641/3 1.0.0-Amsterdam 1.0.0-ONAP v1.0.1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 8 Nov 2017 03:51:23 +0000 (11:51 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 8 Nov 2017 06:27:29 +0000 (14:27 +0800)
Change-Id: I49e09977f6b3d1424afba6e08fc3ae5b32503d4d
Issue-Id: VFC-586
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/docker/build_image.sh
lcm/pom.xml
lcm/tox.ini
pom.xml
version.properties

index 3b58027..4541973 100755 (executable)
@@ -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"
index 47841d4..223f4c0 100644 (file)
     <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>
index 8ee9a71..7474134 100644 (file)
@@ -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 7131fa9..bc43dc0 100644 (file)
--- 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>
index 4a36276..88587fb 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=0
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}