From: vrvarma Date: Wed, 11 Mar 2020 16:23:18 +0000 (-0400) Subject: Increment OSDF release version X-Git-Tag: 2.0.0~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6e84d892b5f8e3a2f90fb36b6c7a642c800c2f9c;p=optf%2Fosdf.git Increment OSDF release version Change-Id: I48cd5772a5e0fe31a6769dde580ca020d6b83de4 Signed-off-by: vrvarma Issue-ID: OPTFRA-716 --- diff --git a/pom.xml b/pom.xml index a3311b1..862add9 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 - 1.3.4-SNAPSHOT + 2.0.0-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index 3be004b..be8cc80 100644 --- a/version.properties +++ b/version.properties @@ -17,9 +17,9 @@ # ------------------------------------------------------------------------- # -major=1 -minor=3 -patch=4 +major=2 +minor=0 +patch=0 base_version=${major}.${minor}.${patch}