From 9a4d57bc88ea61d9dbe70b2f550a7f54a9a8eab5 Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 25 Sep 2019 10:49:59 -0700 Subject: [PATCH] [VVP] updating version, adding releases folder Issue-ID: VVP-305 Signed-off-by: stark, steven Change-Id: I818c14325a5bcc274eef6359730738b028d85b97 --- ice_validator/version.py | 2 +- pom.xml | 2 +- releases/5.0.0-container.yaml | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 releases/5.0.0-container.yaml diff --git a/ice_validator/version.py b/ice_validator/version.py index f628f8e..1ef4a2c 100644 --- a/ice_validator/version.py +++ b/ice_validator/version.py @@ -37,6 +37,6 @@ # # -VERSION = "5.0.0" +VERSION = "5.0.1" BRANCH = "master" RELEASE = "elalto" diff --git a/pom.xml b/pom.xml index 8c1fab1..3f867ef 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.onap.vvp.validation-scripts validation-scripts pom - 5.0.0 + 5.0.1 vvp-validation-scripts diff --git a/releases/5.0.0-container.yaml b/releases/5.0.0-container.yaml new file mode 100644 index 0000000..f74e8c6 --- /dev/null +++ b/releases/5.0.0-container.yaml @@ -0,0 +1,8 @@ +distribution_type: 'container' +container_release_tag: '5.0.0' +project: 'vvp' +log_dir: 'vvp-validation-scripts-master-docker-java-daily/259/' +ref: f5190cf61981eff1eb59157d4d2f8bd06acb3570 +containers: + - name: 'vvp/validation-scripts' + version: '5.0.0-20190925T142421Z' -- 2.16.6