From 818489f9580f62c71ee6d6ad7a9e6e080e4c2107 Mon Sep 17 00:00:00 2001 From: hariharan97 Date: Tue, 23 Feb 2021 12:30:38 +0530 Subject: Bump OSDF to 3.0.3 Issue-ID: OPTFRA-913 Signed-off-by: hariharan97 Change-Id: Ib8ffcb46cf1789f780475c5b5af719f8f8b693e7 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 64b85a7..3e9d0be 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.2-SNAPSHOT + 3.0.3-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index a97b48e..d407d4c 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=3 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg