aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2019-05-10 11:16:38 -0700
committerstark, steven <steven.stark@att.com>2019-05-10 11:16:38 -0700
commit43385d805115d53603a5643462aebb3fa1152de2 (patch)
tree72c671a35289c5e43fd738783b0b3c6d2fcc12fd
parent3f3f20e30f1012b4c3c7d9e306ccb7fb1cc47b33 (diff)
[VVP] updating version in pom and versions.py
- version # is now representative of the official ONAP release version Change-Id: I4dcf6190c427c5092b00a237fa6dc6b9f0fc73f8 Issue-ID: VVP-209 Signed-off-by: stark, steven <steven.stark@att.com>
-rw-r--r--ice_validator/version.py2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/version.py b/ice_validator/version.py
index f688549..207b8ff 100644
--- a/ice_validator/version.py
+++ b/ice_validator/version.py
@@ -37,4 +37,4 @@
#
#
-VERSION = "1.0.0"
+VERSION = "4.0.0"
diff --git a/pom.xml b/pom.xml
index b4362e6..ee9a910 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>org.onap.vvp.validation-scripts</groupId>
<artifactId>validation-scripts</artifactId>
<packaging>pom</packaging>
- <version>1.0.0</version>
+ <version>4.0.0</version>
<name>vvp-validation-scripts</name>
<properties>