From e5a3e67f106f88a1143da7ee2f7248fe8dc1920d Mon Sep 17 00:00:00 2001 From: krishnaa96 Date: Thu, 8 Oct 2020 18:16:11 +0530 Subject: Bump OSDF to 3.0.1 Issue-ID: OPTFRA-857 Signed-off-by: krishnaa96 Change-Id: I94e0f64705259805ee3cadbdfc521be9a85e142d --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fba6ac0..1b9e3fe 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 - 3.0.0-SNAPSHOT + 3.0.1-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index c16f036..21229ea 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=3 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg