From f0f912e2e8cb23952099c3df83167181a50ab2f8 Mon Sep 17 00:00:00 2001 From: vrvarma Date: Fri, 20 Mar 2020 13:04:54 -0400 Subject: [PATCH] Increment release version for osdf to 2.0.1 Change-Id: I71b40762d04eb7177ed3b0049f15536d0fd5a6a1 Signed-off-by: vrvarma Issue-ID: OPTFRA-727 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 862add9..9d78e2d 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.0-SNAPSHOT + 2.0.1-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index be8cc80..8c7f2a6 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=2 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6