Update project version 52/112352/1 1.0.7
authordyh <dengyuanhong@chinamobile.com>
Wed, 9 Sep 2020 08:22:41 +0000 (16:22 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Wed, 9 Sep 2020 08:23:10 +0000 (16:23 +0800)
Issue-ID: MODELING-427
Change-Id: Icbe63e48ef9ad9e71b3169e80929ac5e809a7bc1
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
pom.xml
tox.ini
version.properties

index dcb2265..0ad4b24 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.6"
+VERSION="1.0.7"
 PROJECT="modeling"
 IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 35a28af..443edc7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.modeling.etsicatalog</groupId>
     <artifactId>modeling-etsicatalog</artifactId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
diff --git a/tox.ini b/tox.ini
index f9b7824..9332176 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ downloadcache = ~/cache/pip
 
 [flake8]
 ignore = E501,E722
-exclude =  ./venv-tox,./.tox
+exclude =  ./venv-tox,./.tox,./venv
 
 [testenv]
 deps = -r{toxinidir}/requirements.txt
@@ -24,3 +24,4 @@ commands =
 [testenv:cov]
 deps = coverage==4.2
 commands = coverage xml --omit="*test*,*__init__.py,*site-packages*"
+
index cc57422..a0b3a47 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=6
+patch=7
 
 base_version=${major}.${minor}.${patch}