Bump vfc-gvnfmadapter release version to 1.0.1 39/22639/3 1.0.0-Amsterdam 1.0.0-ONAP v1.0.1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 8 Nov 2017 03:48:36 +0000 (11:48 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 8 Nov 2017 06:25:25 +0000 (14:25 +0800)
Change-Id: I2f59a3509c575a9643cba563667726fe6af123a6
Issue-Id: VFC-586
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
gvnfmadapter/docker/build_image.sh
gvnfmadapter/pom.xml
gvnfmadapter/tox.ini
juju/pom.xml
pom.xml
version.properties

index 64a8df1..017d7dd 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="gvnfmdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index eee1e68..738d526 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
         <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm.gvnfmadapter</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter</name>
     <description>vfc nfvo drivers-vnfm-gvnfm-gvnfmadapter</description>
index 5030504..3863943 100644 (file)
@@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt
 commands = coverage run --branch manage.py test
 
 [flake8]
-ignore =  E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126
+ignore =  E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722
 max-complexity = 12
 
 [testenv:pep8]
index d76761b..d570149 100644 (file)
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
         <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index 9ae35de..c7b0e21 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-vnfm-gvnfm</name>
     <description>vfc nfvo drivers-vnfm-gvnfm</description>
index 4a36276..88587fb 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=0
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}