From 85f519730a7bbad030cd6ee5661ff1bddab85245 Mon Sep 17 00:00:00 2001 From: Shankar Narayanan Date: Fri, 17 May 2019 14:39:31 -0400 Subject: Bump version of OSDF to 1.3.1-staging Change-Id: I08c516b8f55f4ea6ee30290e79705a4b42be4fcb Signed-off-by: Shankar Narayanan Issue-ID: OPTFRA-501 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4b78738..8f01b43 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.optf.osdf optf-osdf optf-osdf - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT Optimization Service Design Framework diff --git a/version.properties b/version.properties index 36696ce..3d14ded 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=3 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg