[VVP] updating version in pom and versions.py 80/87480/1
authorstark, steven <steven.stark@att.com>
Fri, 10 May 2019 18:16:38 +0000 (11:16 -0700)
committerstark, steven <steven.stark@att.com>
Fri, 10 May 2019 18:16:38 +0000 (11:16 -0700)
- 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>
ice_validator/version.py
pom.xml

index f688549..207b8ff 100644 (file)
@@ -37,4 +37,4 @@
 #
 #
 
-VERSION = "1.0.0"
+VERSION = "4.0.0"
diff --git a/pom.xml b/pom.xml
index b4362e6..ee9a910 100644 (file)
--- 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>