From: vrvarma Date: Thu, 21 May 2020 16:43:38 +0000 (-0400) Subject: Increment osdf release version to 2.0.4 X-Git-Tag: 2.0.4^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=acb4f63122e205acf0bc4f8649f746bd5bccd486;p=optf%2Fosdf.git Increment osdf release version to 2.0.4 Change-Id: Ifc8a5a84f2cc923e90310a37f2af1ec20e1d89a9 Signed-off-by: vrvarma Issue-ID: OPTFRA-760 --- 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}