From acb4f63122e205acf0bc4f8649f746bd5bccd486 Mon Sep 17 00:00:00 2001 From: vrvarma Date: Thu, 21 May 2020 12:43:38 -0400 Subject: Increment osdf release version to 2.0.4 Change-Id: Ifc8a5a84f2cc923e90310a37f2af1ec20e1d89a9 Signed-off-by: vrvarma Issue-ID: OPTFRA-760 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a07617f..4652075 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ http://maven.apache.org/POM/4.0.0 "> org.onap.optf.osdf optf-osdf optf-osdf - 2.0.3-SNAPSHOT + 2.0.4-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index 7026b76..9ee1f59 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=0 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg